From 3959354577fdcbaea546c81257c68b63809bc414 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Sat, 27 Sep 2008 20:51:36 +0000 Subject: [PATCH] 02441: rdft22kc: rdft22kc just shows a black screen and fails to boot --- src/mame/drivers/seibuspi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/seibuspi.c b/src/mame/drivers/seibuspi.c index f2157331c42..e14464626bd 100644 --- a/src/mame/drivers/seibuspi.c +++ b/src/mame/drivers/seibuspi.c @@ -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")