summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coinmstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/coinmstr.c')
-rw-r--r--src/mame/drivers/coinmstr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/coinmstr.c b/src/mame/drivers/coinmstr.c
index 5d25ece657b..eb6e97b7ff2 100644
--- a/src/mame/drivers/coinmstr.c
+++ b/src/mame/drivers/coinmstr.c
@@ -268,7 +268,7 @@ static INPUT_PORTS_START( quizmstr )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_SERVICE) PORT_TOGGLE
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON2 )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON3 )
-
+
PORT_START("PIA0.B")
PORT_DIPNAME( 0x01, 0x01, "PIA0.B" )
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
@@ -750,7 +750,7 @@ static INPUT_PORTS_START( pokeroul )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Short Term Meters") PORT_TOGGLE PORT_CODE(KEYCODE_0)
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Refill Mode") PORT_TOGGLE PORT_CODE(KEYCODE_9)
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("0-8") PORT_CODE(KEYCODE_S)
-
+
PORT_START("PIA0.B")
PORT_DIPNAME( 0x01, 0x01, "PIA0.B" )
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
@@ -982,7 +982,7 @@ static MACHINE_DRIVER_START( coinmstr )
MDRV_CPU_ADD("cpu",Z80,8000000) // ?
MDRV_CPU_PROGRAM_MAP(coinmstr_map,0)
MDRV_CPU_VBLANK_INT("screen", irq0_line_hold)
-
+
MDRV_PIA6821_ADD("pia0", pia_0_intf)
MDRV_PIA6821_ADD("pia1", pia_1_intf)
MDRV_PIA6821_ADD("pia2", pia_2_intf)