summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exerion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exerion.h')
-rw-r--r--src/mame/includes/exerion.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/exerion.h b/src/mame/includes/exerion.h
index 8a33d9d9550..c109b417cdc 100644
--- a/src/mame/includes/exerion.h
+++ b/src/mame/includes/exerion.h
@@ -57,13 +57,17 @@ public:
DECLARE_WRITE8_MEMBER(exerion_portb_w);
DECLARE_DRIVER_INIT(exerion);
DECLARE_DRIVER_INIT(exerionb);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/exerion.c -----------*/
-PALETTE_INIT( exerion );
-VIDEO_START( exerion );
+
+
SCREEN_UPDATE_IND16( exerion );