summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mjsenpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mjsenpu.cpp')
-rw-r--r--src/mame/drivers/mjsenpu.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/mjsenpu.cpp b/src/mame/drivers/mjsenpu.cpp
index 091b0a1f02b..1b0325070f0 100644
--- a/src/mame/drivers/mjsenpu.cpp
+++ b/src/mame/drivers/mjsenpu.cpp
@@ -100,6 +100,7 @@ public:
uint32_t screen_update_mjsenpu(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<palette_device> m_palette;
+ void mjsenpu(machine_config &config);
};
@@ -454,7 +455,7 @@ following clocks are on the PCB
*/
-static MACHINE_CONFIG_START( mjsenpu )
+MACHINE_CONFIG_START(mjsenpu_state::mjsenpu)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", E132XT, 27000000*2) /* ?? Mhz */