summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ec65.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ec65.cpp')
-rw-r--r--src/mame/drivers/ec65.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ec65.cpp b/src/mame/drivers/ec65.cpp
index 4ce325e34b5..17316a5b9da 100644
--- a/src/mame/drivers/ec65.cpp
+++ b/src/mame/drivers/ec65.cpp
@@ -233,9 +233,9 @@ void ec65_state::ec65(machine_config &config)
ACIA6850(config, "fdc", 0); // used as a FDC on separate card
PIA6821(config, "pia", 0); // assists 6850
- VIA6522(config, m_via0, XTAL(4'000'000) / 4);
+ MOS6522(config, m_via0, XTAL(4'000'000) / 4);
- VIA6522(config, m_via1, XTAL(4'000'000) / 4);
+ MOS6522(config, m_via1, XTAL(4'000'000) / 4);
mos6551_device &uart(MOS6551(config, "uart", 0));
uart.set_xtal(XTAL(1'843'200));