mirror of
https://github.com/holub/mame
synced 2025-06-02 10:59:52 +03:00
03496: mouja: Sound Effects/Voice missing again [Mamesick]
From: Mamesick <mamesick@libero.it> Date: Fri, Oct 30, 2009 at 9:44 AM Subject: Fixed bug 03496 To: submit@mamedev.org As title says, this is a fix for bug 03496.
This commit is contained in:
parent
31a4116faf
commit
42047362c3
@ -1752,7 +1752,7 @@ static ADDRESS_MAP_START( mouja_map, ADDRESS_SPACE_PROGRAM, 16 )
|
||||
AM_RANGE(0x479700, 0x479713) AM_WRITEONLY AM_BASE(&metro_videoregs) // Video Registers
|
||||
AM_RANGE(0x800000, 0x800001) AM_DEVWRITE("oki", mouja_sound_rombank_w)
|
||||
AM_RANGE(0xc00000, 0xc00003) AM_DEVWRITE8("ym", ym2413_w, 0x00ff)
|
||||
AM_RANGE(0xd00000, 0xd00001) AM_DEVREADWRITE8("oki", okim6295_r,okim6295_w, 0x00ff)
|
||||
AM_RANGE(0xd00000, 0xd00001) AM_DEVREADWRITE8("oki", okim6295_r,okim6295_w, 0xffff)
|
||||
#if 0
|
||||
AM_RANGE(0x460000, 0x46ffff) AM_READ(metro_bankedrom_r) // Banked ROM
|
||||
AM_RANGE(0x478840, 0x47884d) AM_WRITE(metro_blitter_w) AM_BASE(&metro_blitter_regs) // Tiles Blitter
|
||||
|
Loading…
Reference in New Issue
Block a user