summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/luxor/ds90.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/luxor/ds90.cpp')
-rw-r--r--src/mame/luxor/ds90.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/luxor/ds90.cpp b/src/mame/luxor/ds90.cpp
index 1f98f52e293..8c5618312f4 100644
--- a/src/mame/luxor/ds90.cpp
+++ b/src/mame/luxor/ds90.cpp
@@ -121,9 +121,9 @@ void x37_state::x37(machine_config &config)
NMC9306(config, m_nvram, 0);
E0516(config, E050_16_TAG, 32'768);
- SCC8530N(config, m_scc[0], 6000000);
- SCC8530N(config, m_scc[1], 6000000);
- SCC8530N(config, m_scc[2], 6000000);
+ SCC8530(config, m_scc[0], 6000000);
+ SCC8530(config, m_scc[1], 6000000);
+ SCC8530(config, m_scc[2], 6000000);
FD1797(config, m_fdc, 16'000'000/16);