summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m79amb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m79amb.cpp')
-rw-r--r--src/mame/drivers/m79amb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m79amb.cpp b/src/mame/drivers/m79amb.cpp
index ab39c3f088e..5a5b08ebc5f 100644
--- a/src/mame/drivers/m79amb.cpp
+++ b/src/mame/drivers/m79amb.cpp
@@ -189,7 +189,7 @@ INTERRUPT_GEN_MEMBER(m79amb_state::m79amb_interrupt)
device.execute().set_input_line_and_vector(0, HOLD_LINE, 0xcf); /* RST 08h */
}
-static MACHINE_CONFIG_START( m79amb )
+MACHINE_CONFIG_START(m79amb_state::m79amb)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I8080, XTAL_19_6608MHz / 10)