- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03697 | Misc. | Minor | Always | Jan 29, 2010, 22:37 | Feb 19, 2010, 13:27 |
Tester | M.A.S.H. | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Mamesick | Resolution | Fixed | OS | Windows XP (32-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.136u2 | Fixed in Version | 0.136u4 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03697: bigrun: Missing gfx and terrible music | ||||
Description |
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). |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.131u1 | ||||
Affected Sets / Systems | bigrun | ||||
Attached Files
|
Big Run-0.136_0136u2.png (33,454 bytes) Jan 29, 2010, 22:37
| ||||
Relationships
There are no relationship linked to this issue. |
Notes
2
No.05599
Mamesick Senior Tester
Jan 30, 2010, 08:05
edited on: Jan 30, 2010, 08:07 |
About the GFX:230 AM_RANGE(0x084000, 0x087fff) AM_WRITEONLY // Linking with other unitsto: 230 AM_RANGE(0x084000, 0x087fff) AM_RAM // Linking with other unitsand: 626 AM_RANGE(0x040000, 0x047fff) AM_READWRITE(sharedram2_r, sharedram1_w) // Shared RAM (with Main CPU)to: 626 AM_RANGE(0x040000, 0x047fff) AM_READWRITE(sharedram2_r, sharedram2_w) // Shared RAM (with Main CPU) If MASH want to compile and test, he's welcome. As far I've seen, all looks ok now. |
---|---|
No.05600
M.A.S.H. Senior Tester
Jan 30, 2010, 13:31
|
I have compiled and test Big Run and everthing is O.K. The bug is *FIXED* :) Thanks to Mamesick! |