カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
その他解決済み修正済み2010-01-30 07:372010-02-19 22:27
 
テスターM.A.S.H.担当者Mamesickソースjaleco/cischeat.cpp
バージョン0.136u2発生バージョン0.131u1修正バージョン0.136u4
修正コミットプルリク
フラグ
セット bigrun
セット詳細
bigrun - ビッグラン (11th Rallye version, Europe?)
 
概 要グラフィックとBGMの不具合あり。
詳 細Missing gfx and terrible music in Big Run since 0.131u1.
See attached screenshots from MAME 0.131 and 0.136u2.
WhatsNew:
- 0.131u1: MooglyGuy merged memory maps in the Cisco Heat driver.

The terrible music can be fixed by changing

drivers\cischeat.c lines 706/707 from

AM_RANGE(0x0a0000, 0x0a0001) AM_DEVREADWRITE8("oki1", okim6295_r, okim6295_w, 0x00ff)
AM_RANGE(0x0c0000, 0x0c0001) AM_DEVREADWRITE8("oki2", okim6295_r, okim6295_w, 0x00ff)

to

AM_RANGE(0x0a0000, 0x0a0003) AM_DEVREADWRITE8("oki1", okim6295_r, okim6295_w, 0x00ff)
AM_RANGE(0x0c0000, 0x0c0003) AM_DEVREADWRITE8("oki2", okim6295_r, okim6295_w, 0x00ff)

This was a typo by merging the bigrun_sound_map!
The problem in the bigrun_map did i not found. But it has since 0.131u1
unmapped program read/writes (error.log).
再現手順 
追加情報 
 
添付ファイルpng fileBig Run-0.136_0136u2.png (2010-01-30 07:37)