summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/perq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/perq.cpp')
-rw-r--r--src/mame/drivers/perq.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/drivers/perq.cpp b/src/mame/drivers/perq.cpp
index 9e92fad8353..c067da028b7 100644
--- a/src/mame/drivers/perq.cpp
+++ b/src/mame/drivers/perq.cpp
@@ -29,9 +29,8 @@ private:
static INPUT_PORTS_START( perq )
INPUT_PORTS_END
-void perq_state::perq(machine_config &config)
-{
-}
+MACHINE_CONFIG_START(perq_state::perq)
+MACHINE_CONFIG_END
ROM_START( perq )
ROM_REGION( 0x10000, "maincpu", 0 )