From 5229f37ae6badb57a0766c71b1cefad93d72935a Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 10 Dec 2018 00:03:34 -0500 Subject: segas16a.cpp: Fix configuration for fantzonep; remove 8243 expander where not needed (nw) --- src/mame/drivers/segas16a.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/segas16a.cpp b/src/mame/drivers/segas16a.cpp index 46ca54d69c9..547e9ed959a 100644 --- a/src/mame/drivers/segas16a.cpp +++ b/src/mame/drivers/segas16a.cpp @@ -2077,6 +2077,7 @@ void segas16a_state::system16a_no7751(machine_config &config) m_soundcpu->set_addrmap(AS_IO, &segas16a_state::sound_no7751_portmap); config.device_remove("n7751"); + config.device_remove("n7751_8243"); config.device_remove("dac"); config.device_remove("vref"); @@ -2091,7 +2092,7 @@ void segas16a_state::system16a_no7751p(machine_config &config) z80.set_addrmap(AS_PROGRAM, &segas16a_state::sound_map); z80.set_addrmap(AS_IO, &segas16a_state::sound_no7751_portmap); z80.set_addrmap(AS_OPCODES, &segas16a_state::sound_decrypted_opcodes_map); - z80.set_decrypted_tag(":decrypted_opcodes"); + z80.set_decrypted_tag(":sound_decrypted_opcodes"); } /* -- cgit v1.2.3