summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/photoply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/photoply.cpp')
-rw-r--r--src/mame/drivers/photoply.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/photoply.cpp b/src/mame/drivers/photoply.cpp
index 6c905d53af0..a83a69ed263 100644
--- a/src/mame/drivers/photoply.cpp
+++ b/src/mame/drivers/photoply.cpp
@@ -31,6 +31,7 @@ public:
DECLARE_DRIVER_INIT(photoply);
virtual void machine_start() override;
+ void photoply(machine_config &config);
};
@@ -114,7 +115,7 @@ static GFXDECODE_START( photoply )
//there's also a 8x16 entry (just after the 8x8)
GFXDECODE_END
-static MACHINE_CONFIG_START( photoply )
+MACHINE_CONFIG_START(photoply_state::photoply)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", I486, 75000000) /* I486DX4, 75 or 100 Mhz */
MCFG_CPU_PROGRAM_MAP(photoply_map)