summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/warpsped.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/warpsped.cpp')
-rw-r--r--src/mame/drivers/warpsped.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/warpsped.cpp b/src/mame/drivers/warpsped.cpp
index 3e594948206..e0ba6794f4b 100644
--- a/src/mame/drivers/warpsped.cpp
+++ b/src/mame/drivers/warpsped.cpp
@@ -120,6 +120,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_circles(bitmap_ind16 &bitmap);
+ void warpspeed(machine_config &config);
};
WRITE8_MEMBER(warpspeed_state::hardware_w)
@@ -315,7 +316,7 @@ PALETTE_INIT_MEMBER(warpspeed_state, warpspeed)
}
}
-static MACHINE_CONFIG_START( warpspeed )
+MACHINE_CONFIG_START(warpspeed_state::warpspeed)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, XTAL_5MHz/2)