summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/skeleton/digilog320.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/skeleton/digilog320.cpp')
-rw-r--r--src/mame/skeleton/digilog320.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/skeleton/digilog320.cpp b/src/mame/skeleton/digilog320.cpp
index 90cb8ed2ee6..3286933c781 100644
--- a/src/mame/skeleton/digilog320.cpp
+++ b/src/mame/skeleton/digilog320.cpp
@@ -387,9 +387,9 @@ void digilog320_state::digilog320(machine_config &config)
I8251(config, "usart", 0);
- SCC8530N(config, m_scc[0], 3.6864_MHz_XTAL);
+ SCC8530(config, m_scc[0], 3.6864_MHz_XTAL);
- SCC8530N(config, m_scc[1], 3.6864_MHz_XTAL);
+ SCC8530(config, m_scc[1], 3.6864_MHz_XTAL);
MB8877(config, m_fdc, 16_MHz_XTAL / 16);
m_fdc->intrq_wr_callback().set(m_maincpu, FUNC(i80186_cpu_device::int3_w));