summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wxstar4000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wxstar4000.cpp')
-rw-r--r--src/mame/drivers/wxstar4000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wxstar4000.cpp b/src/mame/drivers/wxstar4000.cpp
index dfa504814ce..522f351b7b7 100644
--- a/src/mame/drivers/wxstar4000.cpp
+++ b/src/mame/drivers/wxstar4000.cpp
@@ -240,7 +240,7 @@ void wxstar4k_state::wxstar4k(machine_config &config)
m_gfxsubcpu->set_addrmap(AS_PROGRAM, &wxstar4k_state::vidbd_sub);
m_gfxsubcpu->set_addrmap(AS_IO, &wxstar4k_state::vidbd_sub_io);
- I8051(config, m_datacpu, XTAL(7'372'800)); // 7.3728 MHz crystal connected directly to the CPU
+ I8344(config, m_datacpu, XTAL(7'372'800)); // 7.3728 MHz crystal connected directly to the CPU
m_datacpu->set_addrmap(AS_PROGRAM, &wxstar4k_state::databd_main);
m_datacpu->set_addrmap(AS_IO, &wxstar4k_state::databd_main_io);