summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/telex1192.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/telex1192.cpp')
-rw-r--r--src/mame/drivers/telex1192.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/telex1192.cpp b/src/mame/drivers/telex1192.cpp
index 7701a3662ac..915d9978418 100644
--- a/src/mame/drivers/telex1192.cpp
+++ b/src/mame/drivers/telex1192.cpp
@@ -60,7 +60,7 @@ INPUT_PORTS_END
void telex1192_state::telex1192(machine_config &config)
{
- DP8344(config, m_bcp, 18.8696_MHz_XTAL);
+ DP8344A(config, m_bcp, 18.8696_MHz_XTAL);
m_bcp->set_addrmap(AS_PROGRAM, &telex1192_state::inst_map);
m_bcp->set_addrmap(AS_DATA, &telex1192_state::data_map);