summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x1.h')
-rw-r--r--src/mame/includes/x1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/x1.h b/src/mame/includes/x1.h
index 621133ac9b6..f86a47784f5 100644
--- a/src/mame/includes/x1.h
+++ b/src/mame/includes/x1.h
@@ -134,9 +134,9 @@ public:
DECLARE_WRITE8_MEMBER(x1_portb_w);
DECLARE_WRITE8_MEMBER(x1_portc_w);
void init_x1_kanji();
- DECLARE_MACHINE_START(x1);
+ virtual void machine_start() override;
DECLARE_MACHINE_RESET(x1);
- DECLARE_VIDEO_START(x1);
+ virtual void video_start() override;
DECLARE_MACHINE_RESET(x1turbo);
uint32_t screen_update_x1(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECLARE_INPUT_CHANGED_MEMBER(ipl_reset);