summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lasso.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lasso.h')
-rw-r--r--src/mame/includes/lasso.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/lasso.h b/src/mame/includes/lasso.h
index 3a6d44a8c31..472808438c4 100644
--- a/src/mame/includes/lasso.h
+++ b/src/mame/includes/lasso.h
@@ -72,11 +72,11 @@ public:
virtual void machine_reset() override;
virtual void video_start() override;
DECLARE_PALETTE_INIT(lasso);
- void machine_start_wwjgtin() ATTR_COLD;
- void machine_reset_wwjgtin();
- void video_start_wwjgtin() ATTR_COLD;
+ DECLARE_MACHINE_START(wwjgtin);
+ DECLARE_MACHINE_RESET(wwjgtin);
+ DECLARE_VIDEO_START(wwjgtin);
DECLARE_PALETTE_INIT(wwjgtin);
- void video_start_pinbo() ATTR_COLD;
+ DECLARE_VIDEO_START(pinbo);
uint32_t screen_update_lasso(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_chameleo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_wwjgtin(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);