mirror of
https://github.com/holub/mame
synced 2025-05-31 18:11:50 +03:00
02441: rdft22kc: rdft22kc just shows a black screen and fails to boot
This commit is contained in:
parent
e2e042dc14
commit
3959354577
@ -1194,7 +1194,8 @@ static INPUT_PORTS_START( seibu386_2button )
|
||||
PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Service Coin") PORT_CODE(KEYCODE_7)
|
||||
PORT_BIT( 0x00000010, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_COIN2 )
|
||||
PORT_BIT( 0x000000c0, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x00000040, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(eeprom_bit_r, NULL)
|
||||
PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0xffffff00, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
||||
PORT_START("JP1")
|
||||
|
Loading…
Reference in New Issue
Block a user