mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Merge pull request #4727 from cam900/patch-82
itech32.cpp : Correct sound cpu type
This commit is contained in:
commit
d0b18581d5
@ -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