| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
DIP/入力 | 低 | 解決済み | 修正済み | 2008-08-23 20:03 | 2010-01-11 08:27 |
| テスター | M.A.S.H. | 担当者 |   | ソース | galaxian/galaxold.cpp |
| バージョン | 0.127 | 発生バージョン | 修正バージョン | 0.136u1 | |
| 修正コミット | プルリク | ||||
| フラグ | コード検証済み | ||||
| セット | ckongg | ||||
| セット詳細 |
ckongg - クレイジーコング (ギャラクシアン基板, 海賊版) | ||||
| 概 要 | コインエイジ設定が間違っている。 | ||||
| 詳 細 | The Coinage settings in the Dip Switches menu are wrong. For 1x Coin you get 2x Credits and if you set Coinage to 2x Coins you get 4x Credits. So the inputs must be changed from: PORT_DIPNAME( 0xc0, 0x00, DEF_STR( Coinage ) ) PORT_DIPSETTING( 0x40, DEF_STR( 2C_1C ) ) PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) ) to PORT_DIPNAME( 0xc0, 0x00, DEF_STR( Coinage ) ) PORT_DIPSETTING( 0x40, DEF_STR( 2C_4C ) ) PORT_DIPSETTING( 0x00, DEF_STR( 1C_2C ) ) Also, if you set the 'Unused' dip to 'ON' in the Dip Switches menu, you get another game coinage. Then you must put in 3x Coins to start a game (see screenshots -> Normal and Unused-On ). | ||||
| 再現手順 | |||||
| 追加情報 | |||||
| 添付ファイル | |||||