Anonymous
Login | Signup for a new account
2010-09-09 14:12:33 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: taito_l.c ]
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03704 Sound Minor Always 2010-02-01 20:22 2010-02-02 17:50
Tester M.A.S.H. View Status Public  
Assigned To M.A.S.H. Platform MAME (Self-compiled)
Priority normal Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved   Driver taito_l.c
Projection None   Version 0.136u2
ETA None Fixed in Version 0.136u3 Build
Summary 03704: evilston: Missing sound
Description The complete sound is missing in Evil Stone since MAME 0.131u1.
But it was just a MAME update typo. So here is the fix:

Changed in drviers\taito_l.c line 2922 from

memory_install_write8_handler(cputag_get_address_space(machine, "audiocpu", ADDRESS_SPACE_PROGRAM), 0xa7fe, 0xa7fe, 0, 0, evilston_snd_w);
to
memory_install_write8_handler(cputag_get_address_space(machine, "maincpu", ADDRESS_SPACE_PROGRAM), 0xa7fe, 0xa7fe, 0, 0, evilston_snd_w);


Send it to MAME :)
Steps To Reproduce
Additional Information
Flags
Regression Version 0.131u1
Affected Sets evilston
Old BugID
Attached Files


-  Notes
User avatar (05608)
Tafoid (Administrator)
2010-02-01 20:31

Residue from the great cpu[] -> tag conversions. There shouldn't be many left, thankfully.
Powered by Mantis Bugtrackerfdesign Mantis 1.1.0 © 2000 - 2007 Mantis Group
MAME Testers © 1998 - 2010
Process Time: 0.080907 seconds.