Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02199 DIP/Input Minor Always Sep 3, 2008, 19:51 Oct 27, 2008, 01:09
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To Kale Resolution Fixed OS
Status [?] Resolved Driver
Version 0.127u1 Fixed in Version 0.128u2 Build
Fixed in Git Commit Github Pull Request #
Summary 02199: banbam, pettanp: The 4th 'Unused' dipswitch is the 'Freeze' switch.
Description In MAME 0.113u4 did Brian Troha fixed the dipswitches according to the manual.
One of the changes was from

PORT_DIPNAME( 0x10, 0x00, "Unknown 2-5" )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x10, DEF_STR( On ) )
PORT_DIPNAME( 0x20, 0x00, "Unknown 2-6" )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x20, DEF_STR( On ) )
PORT_DIPNAME( 0x40, 0x00, "Unknown 2-7" )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
PORT_DIPNAME( 0x80, 0x00, "Freeze" )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x80, DEF_STR( On ) )

to

PORT_DIPUNUSED_DIPLOC( 0x10, 0x10, "SW2:5" ) /* These four dips are unused according to the manual */
PORT_DIPUNUSED_DIPLOC( 0x20, 0x20, "SW2:6" )
PORT_DIPUNUSED_DIPLOC( 0x40, 0x40, "SW2:7" )
PORT_DIPUNUSED_DIPLOC( 0x80, 0x80, "SW2:8" )

But there is a 'Freeze' DIP and you must set him (see screenhot) to
play the game.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.113u4
Affected Sets / Systems banbam, pettanp
Attached Files
png file icon BanBam.png (8,089 bytes) Sep 3, 2008, 19:51
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.