summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jungleyo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jungleyo.cpp')
-rw-r--r--src/mame/drivers/jungleyo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/jungleyo.cpp b/src/mame/drivers/jungleyo.cpp
index 12c7a5f3de9..db5b4a22fbf 100644
--- a/src/mame/drivers/jungleyo.cpp
+++ b/src/mame/drivers/jungleyo.cpp
@@ -59,6 +59,7 @@ public:
uint32_t screen_update_jungleyo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
+ void jungleyo(machine_config &config);
};
void jungleyo_state::video_start()
@@ -111,7 +112,7 @@ static GFXDECODE_START( jungleyo )
GFXDECODE_END
-static MACHINE_CONFIG_START( jungleyo )
+MACHINE_CONFIG_START(jungleyo_state::jungleyo)
MCFG_CPU_ADD("maincpu", M68000, XTAL_12MHz)
MCFG_CPU_PROGRAM_MAP(jungleyo_map)