summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snowbros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snowbros.h')
-rw-r--r--src/mame/includes/snowbros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/snowbros.h b/src/mame/includes/snowbros.h
index a9470986e67..44910f0a213 100644
--- a/src/mame/includes/snowbros.h
+++ b/src/mame/includes/snowbros.h
@@ -62,8 +62,8 @@ public:
void init_toto();
void init_hyperpac();
void init_yutnori();
- void machine_reset_semiprot();
- void machine_reset_finalttr();
+ DECLARE_MACHINE_RESET(semiprot);
+ DECLARE_MACHINE_RESET(finalttr);
uint32_t screen_update_snowbros(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_honeydol(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);