mu50: serial port rate tells what the CPU clock should be (nw)

This commit is contained in:
arbee 2019-03-23 20:02:30 -04:00
parent c17448a2a8
commit 497564cd15

View File

@ -1078,7 +1078,7 @@ void mu100_state::mu80(machine_config &config)
void mu100_state::mu50(machine_config &config) void mu100_state::mu50(machine_config &config)
{ {
H83002(config, m_mu80cpu, 12_MHz_XTAL); // CPU type and speed are uncertain, but should be 3002 or 3003. H83002(config, m_mu80cpu, 16_MHz_XTAL); // CPU type is uncertain, but should be 3002 or 3003.
m_mu80cpu->set_addrmap(AS_PROGRAM, &mu100_state::mu80_map); m_mu80cpu->set_addrmap(AS_PROGRAM, &mu100_state::mu80_map);
m_mu80cpu->set_addrmap(AS_IO, &mu100_state::mu50_iomap); m_mu80cpu->set_addrmap(AS_IO, &mu100_state::mu50_iomap);