summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec0.h')
-rw-r--r--src/mame/includes/dec0.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/dec0.h b/src/mame/includes/dec0.h
index eb5e451dafa..2edfd3670d5 100644
--- a/src/mame/includes/dec0.h
+++ b/src/mame/includes/dec0.h
@@ -104,9 +104,9 @@ public:
void init_ffantasybl();
virtual void machine_start() override;
- void machine_reset_slyspy();
- void video_start_dec0() ATTR_COLD;
- void video_start_dec0_nodma() ATTR_COLD;
+ DECLARE_MACHINE_RESET(slyspy);
+ DECLARE_VIDEO_START(dec0);
+ DECLARE_VIDEO_START(dec0_nodma);
uint32_t screen_update_hbarrel(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_baddudes(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);