Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06266 DIP/Input Minor Always Jun 30, 2016, 08:53 Jun 30, 2016, 14:27
Tester Barthax View Status Public Platform MAME (Official Binary)
Assigned To Tafoid Resolution Fixed OS
Status [?] Resolved Driver
Version 0.175 Fixed in Version 0.176 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 06266: metafox: Bonus_Life DIPSETTING values and labels are incorrect
Description In the INPUT_PORTS_START( metafox) section of seta.cpp is the following set of impossible values vs. mask:

PORT_DIPNAME( 0x0c00, 0x0000, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:3,4")
PORT_DIPSETTING( 0x000c, DEF_STR( None ) )
PORT_DIPSETTING( 0x0008, "60K Only" )
PORT_DIPSETTING( 0x0000, "60k & 90k" )
PORT_DIPSETTING( 0x0004, "90K Only" )

Also, the values should be 600k, 600k & 900k and 900k only.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems metafox
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.12868
Tafoid
Administrator
Jun 30, 2016, 14:27
Amazing to see those DIP have been in that state since we first started the SVN back in 2007.
Well, maybe not too surprising since the dipsheet seems to indicate 60k,90k:
http://www.arcade-museum.com/manuals-videogames/M/Meta%20Fox.pdf

Anyway, it is fixed and confirmed 600k/900k.