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]
My Mame Artwork
https://drive.google.com/drive/folders/1OP43Qk_2uCIJ7HLY2maemAmJHtu9kbyV?usp=share_link
|