summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gp2x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gp2x.cpp')
-rw-r--r--src/mame/drivers/gp2x.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/gp2x.cpp b/src/mame/drivers/gp2x.cpp
index b2ad1c2d44f..60d18094166 100644
--- a/src/mame/drivers/gp2x.cpp
+++ b/src/mame/drivers/gp2x.cpp
@@ -55,6 +55,7 @@ public:
uint32_t m_nand_ptr_temp;
uint32_t m_timer;
uint32_t screen_update_gp2x(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void gp2x(machine_config &config);
};
@@ -356,7 +357,7 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( gp2x )
INPUT_PORTS_END
-static MACHINE_CONFIG_START( gp2x )
+MACHINE_CONFIG_START(gp2x_state::gp2x)
MCFG_CPU_ADD("maincpu", ARM9, 80000000)
MCFG_CPU_PROGRAM_MAP(gp2x_map)