Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03704 Sound Minor Always Feb 1, 2010, 20:22 Feb 2, 2010, 17:50
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To M.A.S.H. Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.136u2 Fixed in Version 0.136u3 Build
Fixed in Git Commit Github Pull Request #
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
Github Commit
Flags
Regression Version 0.131u1
Affected Sets / Systems evilston
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.05608
Tafoid
Administrator
Feb 1, 2010, 20:31
Residue from the great cpu[] -> tag conversions. There shouldn't be many left, thankfully.