mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
fix compile (nw)
This commit is contained in:
parent
5b6ff832cd
commit
39b8b76a15
@ -51,7 +51,7 @@ READ8_MEMBER(slapfght_state::getstar_mcusim_status_r)
|
||||
|
||||
READ8_MEMBER(slapfght_state::getstar_mcusim_r)
|
||||
{
|
||||
uint8_t getstar_val = 0;
|
||||
uint8_t getstar_val = 0;
|
||||
uint8_t lives_lookup_table[] = {0x03, 0x05, 0x01, 0x02}; /* table at 0x0e62 in 'getstarb1' */
|
||||
uint8_t lgsb2_lookup_table[] = {0x00, 0x03, 0x04, 0x05}; /* fake tanle for "test mode" in 'getstarb2' */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user