summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/luckybal.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-30 21:26:08 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-30 21:30:10 -0400
commit12c08b06c8b89d2de51fb9ddfcb626de9b491a84 (patch)
tree86755393785998e1a78b46076c3da92cb0f3f245 /src/mame/drivers/luckybal.cpp
parent04732f12816067e1ea9ba0d807845835a39ed945 (diff)
Split generic Z180 device into several subtypes. HD647180X now has specific device emulation for the internal PROM, RAM and parallel ports.
Diffstat (limited to 'src/mame/drivers/luckybal.cpp')
-rw-r--r--src/mame/drivers/luckybal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/luckybal.cpp b/src/mame/drivers/luckybal.cpp
index d4a0e10cd1d..b1c7000df50 100644
--- a/src/mame/drivers/luckybal.cpp
+++ b/src/mame/drivers/luckybal.cpp
@@ -568,7 +568,7 @@ INPUT_PORTS_END
void luckybal_state::luckybal(machine_config &config)
{
/* basic machine hardware */
- Z180(config, m_maincpu, CPU_CLOCK / 2);
+ Z80180(config, m_maincpu, CPU_CLOCK / 2);
m_maincpu->set_addrmap(AS_PROGRAM, &luckybal_state::main_map);
m_maincpu->set_addrmap(AS_IO, &luckybal_state::main_io);