summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seta2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/seta2.h')
-rw-r--r--src/mame/includes/seta2.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/includes/seta2.h b/src/mame/includes/seta2.h
index 7e2f1239a98..f3c80a8e970 100644
--- a/src/mame/includes/seta2.h
+++ b/src/mame/includes/seta2.h
@@ -112,14 +112,14 @@ public:
void init_funcube();
void init_funcube2();
- DECLARE_MACHINE_START(mj4simai);
- DECLARE_MACHINE_START(funcube);
- DECLARE_MACHINE_RESET(funcube);
+ void machine_start_mj4simai() ATTR_COLD;
+ void machine_start_funcube() ATTR_COLD;
+ void machine_reset_funcube();
virtual void video_start() override;
- DECLARE_VIDEO_START(yoffset);
- DECLARE_VIDEO_START(xoffset);
- DECLARE_VIDEO_START(xoffset1);
+ void video_start_yoffset() ATTR_COLD;
+ void video_start_xoffset() ATTR_COLD;
+ void video_start_xoffset1() ATTR_COLD;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank);