summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/iq151.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/iq151.cpp')
-rw-r--r--src/mame/drivers/iq151.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/iq151.cpp b/src/mame/drivers/iq151.cpp
index e42edea0a7c..028e038c8ef 100644
--- a/src/mame/drivers/iq151.cpp
+++ b/src/mame/drivers/iq151.cpp
@@ -104,6 +104,7 @@ public:
INTERRUPT_GEN_MEMBER(iq151_vblank_interrupt);
DECLARE_INPUT_CHANGED_MEMBER(iq151_break);
TIMER_DEVICE_CALLBACK_MEMBER(cassette_timer);
+ void iq151(machine_config &config);
};
READ8_MEMBER(iq151_state::keyboard_row_r)
@@ -381,7 +382,7 @@ static SLOT_INTERFACE_START(iq151_cart)
SLOT_INTERFACE("amos3" , IQ151_AMOS3) // AMOS cart 3
SLOT_INTERFACE_END
-static MACHINE_CONFIG_START( iq151 )
+MACHINE_CONFIG_START(iq151_state::iq151)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu",I8080, XTAL_2MHz)
MCFG_CPU_PROGRAM_MAP(iq151_mem)