Anonymous
Login | Signup for a new account
2010-09-08 14:45:35 UTC
- As of 0.139u2, some drivers and options show "16-bit EEPROM set with 8-bit data". Check 4030.
- Haze is calling for mixing issues with *SINGLE* VDP games in toaplan2.c. Check 4044.
Viewing Issue Advanced Details Jump to Notes ] [ View Source: cischeat.c ]
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03697 Misc. Minor Always 2010-01-29 22:37 2010-02-19 13:27
Tester M.A.S.H. View Status Public  
Assigned To Mamesick Platform MAME (Self-compiled)
Priority normal Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved   Driver cischeat.c
Projection None   Version 0.136u2
ETA None Fixed in Version 0.136u4 Build Normal
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
Flags
Regression Version 0.131u1
Affected Sets bigrun
Old BugID
Attached Files
png file icon Big Run-0.136_0136u2.png (33,454 bytes) 2010-01-29 22:37


-  Notes
User avatar (05599)
Mamesick (Senior Tester)
2010-01-30 08:05
edited on: 2010-01-30 08:07

About the GFX:
 230      AM_RANGE(0x084000, 0x087fff) AM_WRITEONLY                                                   // Linking with other units

to:
 230      AM_RANGE(0x084000, 0x087fff) AM_RAM                                                   // Linking with other units

and:
 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.

User avatar (05600)
M.A.S.H. (Senior Tester)
2010-01-30 13:31

I have compiled and test Big Run and everthing is O.K.
The bug is *FIXED* :) Thanks to Mamesick!
Powered by Mantis Bugtrackerfdesign Mantis 1.1.0 © 2000 - 2007 Mantis Group
MAME Testers © 1998 - 2010
Process Time: 0.118625 seconds.