summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cabal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cabal.h')
-rw-r--r--src/mame/includes/cabal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/cabal.h b/src/mame/includes/cabal.h
index 3b53c024ad0..ec0a72e15d0 100644
--- a/src/mame/includes/cabal.h
+++ b/src/mame/includes/cabal.h
@@ -58,8 +58,8 @@ public:
DECLARE_WRITE8_MEMBER(cabalbl_2_adpcm_w);
void init_cabal();
- void machine_start_cabalbl() ATTR_COLD;
- void machine_reset_cabalbl();
+ DECLARE_MACHINE_START(cabalbl);
+ DECLARE_MACHINE_RESET(cabalbl);
virtual void video_start() override;
TILE_GET_INFO_MEMBER(get_back_tile_info);