summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ecoinf3.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/ecoinf3.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/ecoinf3.cpp')
-rw-r--r--src/mame/drivers/ecoinf3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ecoinf3.cpp b/src/mame/drivers/ecoinf3.cpp
index 08aa113dd7c..579eb3f96ac 100644
--- a/src/mame/drivers/ecoinf3.cpp
+++ b/src/mame/drivers/ecoinf3.cpp
@@ -663,7 +663,7 @@ INPUT_PORTS_END
void ecoinf3_state::ecoinf3_pyramid(machine_config &config)
{
/* basic machine hardware */
- Z180(config, m_maincpu, 8000000); // certainly not a plain z80 at least, invalid opcodes for that
+ Z80180(config, m_maincpu, 8000000); // certainly not a plain z80 at least, invalid opcodes for that
m_maincpu->set_addrmap(AS_PROGRAM, &ecoinf3_state::pyramid_memmap);
m_maincpu->set_addrmap(AS_IO, &ecoinf3_state::pyramid_portmap);