summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu12wbk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu12wbk.cpp')
-rw-r--r--src/mame/drivers/mpu12wbk.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu12wbk.cpp b/src/mame/drivers/mpu12wbk.cpp
index 21ebe65a1ca..98882ec18e2 100644
--- a/src/mame/drivers/mpu12wbk.cpp
+++ b/src/mame/drivers/mpu12wbk.cpp
@@ -239,6 +239,7 @@ public:
uint32_t screen_update_mpu12wbk(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
+ void mpu12wbk(machine_config &config);
};
@@ -483,7 +484,7 @@ GFXDECODE_END
* Machine Drivers *
*************************/
-static MACHINE_CONFIG_START( mpu12wbk )
+MACHINE_CONFIG_START(mpu12wbk_state::mpu12wbk)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", MC6809, MASTER_CLOCK)