summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cvs.h')
-rw-r--r--src/mame/includes/cvs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/cvs.h b/src/mame/includes/cvs.h
index 94afa6eb9b7..b36f0b89159 100644
--- a/src/mame/includes/cvs.h
+++ b/src/mame/includes/cvs.h
@@ -127,9 +127,9 @@ public:
void init_hero();
void init_superbik();
void init_hunchbaka();
- void machine_start_cvs() ATTR_COLD;
- void machine_reset_cvs();
- void video_start_cvs() ATTR_COLD;
+ DECLARE_MACHINE_START(cvs);
+ DECLARE_MACHINE_RESET(cvs);
+ DECLARE_VIDEO_START(cvs);
DECLARE_PALETTE_INIT(cvs);
uint32_t screen_update_cvs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(cvs_main_cpu_interrupt);