Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02937 Sound Major Always Feb 21, 2009, 21:32 Feb 22, 2009, 01:37
Tester BSR View Status Public Platform MAME (Unofficial Binary)
Assigned To Kale Resolution Fixed OS Windows XP/Vista 32-bit
Status [?] Resolved Driver
Version 0.129u4 Fixed in Version 0.129u5 Build I686
Fixed in Git Commit Github Pull Request #
Summary 02937: silkroad: Sound not playing.
Description No sound effects or music which worked in version 0.129u3.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.129u4
Affected Sets / Systems silkroad
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.03780
Kale
Developer
Feb 22, 2009, 01:37
Modify line 149 to:
okim6295_set_bank_base(devtag_get_device(device->machine, SOUND, "oki1"), 0x40000 * (bank));
and lines 171-173 to:
AM_RANGE(0xc00024, 0xc00027) AM_DEVREADWRITE8(SOUND, "oki1", okim6295_r, okim6295_w, 0x00ff0000)
AM_RANGE(0xc00028, 0xc0002f) AM_DEVREADWRITE8(SOUND, "ym", ym2151_r, ym2151_w, 0x00ff0000)
AM_RANGE(0xc00030, 0xc00033) AM_DEVREADWRITE8(SOUND, "oki2", okim6295_r, okim6295_w, 0x00ff0000)