summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MASH <mameinfo@ewetel.net>2018-02-17 06:07:24 +0100
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-02-17 00:07:24 -0500
commit4f99d2e4ded60aab8eb6bd56219213b6465ef9ba (patch)
treeeb5f0221d861346c57855b660d9b1830b5f8a9e0
parentb55dc7eca88035ba1ef5fb16988c826db5e440fb (diff)
raiden2.cpp: Fixed missing sound effects / soundmap ordering (#3219)
-rw-r--r--src/mame/drivers/raiden2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/raiden2.cpp b/src/mame/drivers/raiden2.cpp
index 738c10876d6..cf4032284d6 100644
--- a/src/mame/drivers/raiden2.cpp
+++ b/src/mame/drivers/raiden2.cpp
@@ -1066,6 +1066,7 @@ ADDRESS_MAP_START(raiden2_state::raiden2_sound_map)
AM_RANGE(0x4001, 0x4001) AM_DEVWRITE("seibu_sound", seibu_sound_device, irq_clear_w)
AM_RANGE(0x4002, 0x4002) AM_DEVWRITE("seibu_sound", seibu_sound_device, rst10_ack_w)
AM_RANGE(0x4003, 0x4003) AM_DEVWRITE("seibu_sound", seibu_sound_device, rst18_ack_w)
+ AM_RANGE(0x4004, 0x4004) AM_NOP
AM_RANGE(0x4008, 0x4009) AM_DEVREADWRITE("seibu_sound", seibu_sound_device, ym_r, ym_w)
AM_RANGE(0x4010, 0x4011) AM_DEVREAD("seibu_sound", seibu_sound_device, soundlatch_r)
AM_RANGE(0x4012, 0x4012) AM_DEVREAD("seibu_sound", seibu_sound_device, main_data_pending_r)
@@ -1076,8 +1077,6 @@ ADDRESS_MAP_START(raiden2_state::raiden2_sound_map)
AM_RANGE(0x6000, 0x6000) AM_DEVREADWRITE("oki1", okim6295_device, read, write)
AM_RANGE(0x6002, 0x6002) AM_DEVREADWRITE("oki2", okim6295_device, read, write)
AM_RANGE(0x8000, 0xffff) AM_ROMBANK("seibu_bank1")
- AM_RANGE(0x4004, 0x4004) AM_NOP
- AM_RANGE(0x401a, 0x401a) AM_NOP
ADDRESS_MAP_END
ADDRESS_MAP_START(raiden2_state::zeroteam_sound_map)