| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
その他 | 誤字 | 解決済み | 修正済み | 2008-09-07 18:02 | 2008-09-19 01:08 |
| テスター | M.A.S.H. | 担当者 |   | ソース | taito/40love.cpp |
| バージョン | 0.127u2 | 発生バージョン | 0.126u2 | 修正バージョン | 0.127u4 |
| 修正コミット | プルリク | ||||
| フラグ | |||||
| セット | fieldday, undoukai | ||||
| セット詳細 |
fieldday - ザ・運動会 / Field Day undoukai - ザ・運動会 (日本版) | ||||
| 概 要 | ゲームが始まらない。ソース内のタイポ。 | ||||
| 詳 細 | The address maps in driver 40love.c were converted in MAME 0.126u2. And there was a typo in ADDRESS_MAP_START( undoukai_map...) - see snapshot. The new AM_RANGE for the READ_PORT was: AM_RANGE(0x8808, 0x8808) AM_READ... and not AM_RANGE(0xa808, 0xa808) AM_READ... like in MAME 0.126u1. If you changed this back to 0.126u1, the game works again! | ||||
| 再現手順 | |||||
| 追加情報 | MAME source suggestion: Only one address in the AM_RANGE, if the 2nd address is the same, to prevent source typos. Example: From AM_RANGE(0xa808, 0xa808) AM_READ(input_port_2_r) to AM_RANGE(0xa808) AM_READ(input_port_2_r) | ||||
| 添付ファイル | |||||