mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
itech32.cpp : Correct sound cpu type
This commit is contained in:
parent
51d6c61e14
commit
c4c409c866
@ -1668,7 +1668,7 @@ INPUT_PORTS_END
|
||||
|
||||
void itech32_state::base_devices(machine_config &config)
|
||||
{
|
||||
MC6809(config, m_soundcpu, SOUND_CLOCK/2);
|
||||
MC6809E(config, m_soundcpu, SOUND_CLOCK/8); // EF68B09EP
|
||||
m_soundcpu->set_addrmap(AS_PROGRAM, &itech32_state::sound_map);
|
||||
|
||||
nvram_device &nvram(NVRAM(config, "nvram"));
|
||||
|
Loading…
Reference in New Issue
Block a user