summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ecoinf2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ecoinf2.cpp')
-rw-r--r--src/mame/drivers/ecoinf2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ecoinf2.cpp b/src/mame/drivers/ecoinf2.cpp
index c1d6844ba91..462c370f26f 100644
--- a/src/mame/drivers/ecoinf2.cpp
+++ b/src/mame/drivers/ecoinf2.cpp
@@ -500,7 +500,7 @@ INPUT_PORTS_END
void ecoinf2_state::ecoinf2_oxo(machine_config &config)
{
/* basic machine hardware */
- Z180(config, m_maincpu, 4000000); // some of these hit invalid opcodes with a plain z80, some don't?
+ Z80180(config, m_maincpu, 4000000); // some of these hit invalid opcodes with a plain z80, some don't?
m_maincpu->set_addrmap(AS_PROGRAM, &ecoinf2_state::oxo_memmap);
m_maincpu->set_addrmap(AS_IO, &ecoinf2_state::oxo_portmap);