diff options
author | 2010-12-30 23:12:16 +0000 | |
---|---|---|
committer | 2010-12-30 23:12:16 +0000 | |
commit | f6520bd994ed30326428b364709ef3bff7cbde20 (patch) | |
tree | 3eaee71d6f3e9bfee78ff6a3197a6c8c761a8268 /src | |
parent | de22e0eeea0c9819f24c37b2b86c3a95e86f88ce (diff) |
Correct typo(?) in dipswitch port locations for Wonder League '96
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/tumbleb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tumbleb.c b/src/mame/drivers/tumbleb.c index a47c0657e35..adfa8f57505 100644 --- a/src/mame/drivers/tumbleb.c +++ b/src/mame/drivers/tumbleb.c @@ -1536,7 +1536,7 @@ static INPUT_PORTS_START( wondl96 ) PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START("DSW") - PORT_DIPNAME( 0x0001, 0x0001, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("SW2:8") + PORT_DIPNAME( 0x0001, 0x0001, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("SW1:8") PORT_DIPSETTING( 0x0001, DEF_STR( Off ) ) PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) PORT_DIPNAME( 0x000e, 0x000e, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:7,6,5") // See notes |