MAMEWorld >> MAME Artwork X: Other Artwork Projects
Previous thread Previous  View all threads Index   Flat Mode Flat  

wemr97dl
MAME Fan
Reged: 04/25/21
Posts: 218
Send PM
Alien 3 :The Gun
01/19/24 09:37 AM Attachment: alien3 7seg.jpeg 66 KB (0 downloads)


wanting to add 7 segment credits display to game, in the cpp i found this for stadium cross but nothing for alien 3

void segas32_state::scross_sw2_output( int which, uint16_t data )
{
/* Note: I'm not an expert on digits, so I didn't know the right map to use, I just added it manually and it seems to work fine. */
if (which == 0)
machine().output().set_value("MA_Digit", data);
else
machine().output().set_value("MB_Digit", data);

if someone else had some time maybe they could take a look, if its not there how do you report it to mame developers??

[ATTACHED IMAGE]

Attachment


My Mame Artwork
https://drive.google.com/drive/folders/1OP43Qk_2uCIJ7HLY2maemAmJHtu9kbyV?usp=share_link







Entire thread
Subject Posted by Posted on
* Alien 3 :The Gun wemr97dl 01/19/24 09:37 AM
. * Re: Alien 3 :The Gun with working 3D guns wemr97dl  01/22/24 12:14 PM
. * Re: Alien 3 :The Gun with working 3D guns Nightvoice  01/23/24 12:19 AM
. * Re: Alien 3 :The Gun with working 3D guns wemr97dl  01/23/24 09:25 AM
. * Re: Alien 3 :The Gun Nightvoice  01/19/24 07:43 PM

Extra information Permissions
Moderator:  Mr. Do 
0 registered and 41 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 184