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, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/perq.cpp b/src/mame/drivers/perq.cpp
index c067da028b7..9e92fad8353 100644
--- a/src/mame/drivers/perq.cpp
+++ b/src/mame/drivers/perq.cpp
@@ -29,8 +29,9 @@ private:
static INPUT_PORTS_START( perq )
INPUT_PORTS_END
-MACHINE_CONFIG_START(perq_state::perq)
-MACHINE_CONFIG_END
+void perq_state::perq(machine_config &config)
+{
+}
ROM_START( perq )
ROM_REGION( 0x10000, "maincpu", 0 )