カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
![]() | 最小 | 解決済み | 修正済み | 2008-01-31 00:44 | 2008-02-01 07:33 |
テスター | -Misc Reporters- | 担当者 |   | ソース | midyunit.cpp |
バージョン | 0.60 | 発生バージョン | 修正バージョン | 0.122u6 | |
フラグ | 旧BugID | narc060gra | |||
セット | narc | ||||
セット詳細 |
![]() | ||||
概 要 | 表示言語設定のDIPを切り替えても変化がない。 | ||||
詳 細 | Changing the language dip switch doesn't do anything. Updated by arcadegamenut (0.122u3): According to <a href="http://www.coinop.org/kb_dl.aspx/KB/pinouts/narc.txt">a text in coinop.org</a>. "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 ) ) | ||||
再現手順 | |||||
追加情報 | Posted by DCisTHEbest | ||||
添付ファイル |