summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/midwunit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/midwunit.h')
-rw-r--r--src/mame/includes/midwunit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/midwunit.h b/src/mame/includes/midwunit.h
index 125c742c55e..34736675581 100644
--- a/src/mame/includes/midwunit.h
+++ b/src/mame/includes/midwunit.h
@@ -56,8 +56,8 @@ public:
void init_umk3r11();
void init_mk3r20();
- void machine_reset_midwunit();
- void video_start_midwunit() ATTR_COLD;
+ DECLARE_MACHINE_RESET(midwunit);
+ DECLARE_VIDEO_START(midwunit);
void register_state_saving();
void init_wunit_generic();