summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sbugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sbugger.c')
-rw-r--r--src/mame/drivers/sbugger.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/sbugger.c b/src/mame/drivers/sbugger.c
index 23fbc197e5e..54a83e07842 100644
--- a/src/mame/drivers/sbugger.c
+++ b/src/mame/drivers/sbugger.c
@@ -149,9 +149,9 @@ static INPUT_PORTS_START( sbugger )
PORT_DIPNAME( 0x02, 0x02, "PA 1" )
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON1 )
+ PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON1 )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_JOYSTICK_DOWN ) PORT_2WAY
- PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON2 )
+ PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON2 )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_START2 )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_START1 )
PORT_DIPNAME( 0x80, 0x80, "PA 7" )
@@ -245,7 +245,7 @@ static MACHINE_CONFIG_START( sbugger, sbugger_state )
MCFG_CPU_ADD("maincpu", I8085A, 6000000) /* 3.00 MHz??? */
MCFG_CPU_PROGRAM_MAP(sbugger_map)
MCFG_CPU_IO_MAP(sbugger_io_map)
- MCFG_I8156_ADD("i8156", 200000, i8156_intf) /* freq is an approximation */
+ MCFG_I8156_ADD("i8156", 200000, i8156_intf) /* freq is an approximation */
MCFG_GFXDECODE(sbugger)