Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
00694 DIP/Input Minor Always Feb 2, 2008, 22:26 Mar 13, 2008, 21:46
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 00694: narc: Language Dip doesn't do anything
Description Changing the language dip switch doesn't do anything.

Updated by arcadegamenut (0.122u3): According to a text in coinop.org ( 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 DCisTHEbest / arcadegamenut
Github Commit
Flags
Regression Version
Affected Sets / Systems narc
Attached Files
 
Relationships
duplicate of 00536Resolved  narc: Changing the language dip switch doesn't do anything. 
Notes
0
There are no notes attached to this issue.