segas16a.cpp: Fix configuration for fantzonep; remove 8243 expander where not needed (nw)

This commit is contained in:
AJR 2018-12-10 00:03:34 -05:00
parent 86603e8692
commit 5229f37ae6

View File

@ -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");
}
/*