Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
00536 DIP/Input Trivial Have not tried Jan 30, 2008, 15:44 Jan 31, 2008, 22:33
Tester -Misc Reporters- View Status Public Platform
Assigned To Resolution Fixed OS
Status [?] Resolved Driver
Version 0.60 Fixed in Version 0.122u6 Build
Fixed in Git Commit Github Pull Request #
Summary 00536: narc: Changing the language dip switch doesn't do anything.
Description Changing the language dip switch doesn't do anything.



Updated by arcadegamenut (0.122u3): According to http://www.coinop.org/kb_dl.aspx/KB/pinouts/narc.txt.

"All configuration parameters are set via the self-test screen (no dip switches)"

This seems to be in line with a comment in the source regarding whether or not this was really a dip or not.

The languages are probably from the currency in the standard pricing (EX: USA 1, France 1, German 1, etc). (By entering the test mode, selecting game adjustment and then standard pricing)

It is in my opinion that the following code should be removed from midyunit.c:

PORT_DIPNAME( 0xc000, 0xc000, DEF_STR( Language ) ) /* Is this a REAL dip or toggle? or software enable? */
PORT_DIPSETTING( 0xc000, DEF_STR( English ) )
PORT_DIPSETTING( 0x8000, DEF_STR( French ) )
PORT_DIPSETTING( 0x4000, DEF_STR( German ) )
// PORT_DIPSETTING( 0x0000, DEF_STR( Unknown ) )
Steps To Reproduce
Additional Information Posted by DCisTHEbest
Github Commit
Flags
Regression Version
Affected Sets / Systems narc
Attached Files
 
Relationships
has duplicate 00694Resolved  narc: Language Dip doesn't do anything 
Notes
0
There are no notes attached to this issue.