diff options
Diffstat (limited to 'src/mame/drivers/gbusters.c')
-rw-r--r-- | src/mame/drivers/gbusters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gbusters.c b/src/mame/drivers/gbusters.c index 499a199d8b3..a679086e922 100644 --- a/src/mame/drivers/gbusters.c +++ b/src/mame/drivers/gbusters.c @@ -207,7 +207,7 @@ static INPUT_PORTS_START( gbusters ) PORT_DIPSETTING( 0xb0, DEF_STR( 1C_5C ) ) PORT_DIPSETTING( 0xa0, DEF_STR( 1C_6C ) ) PORT_DIPSETTING( 0x90, DEF_STR( 1C_7C ) ) -// PORT_DIPSETTING( 0x00, "Invalid" ) +// PORT_DIPSETTING( 0x00, "Invalid" ) PORT_START("DSW2") PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) ) |