From 42047362c3a7d33ebe3ef6f2fe791ee1400af268 Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Sat, 31 Oct 2009 09:54:24 +0000 Subject: [PATCH] 03496: mouja: Sound Effects/Voice missing again [Mamesick] From: Mamesick 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. --- src/mame/drivers/metro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/metro.c b/src/mame/drivers/metro.c index ab0bf4a2e58..ac73bac4f06 100644 --- a/src/mame/drivers/metro.c +++ b/src/mame/drivers/metro.c @@ -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