summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mouser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mouser.h')
-rw-r--r--src/mame/includes/mouser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/mouser.h b/src/mame/includes/mouser.h
index b0c532d6614..865941784a7 100644
--- a/src/mame/includes/mouser.h
+++ b/src/mame/includes/mouser.h
@@ -32,10 +32,13 @@ public:
DECLARE_WRITE8_MEMBER(mouser_flip_screen_x_w);
DECLARE_WRITE8_MEMBER(mouser_flip_screen_y_w);
DECLARE_DRIVER_INIT(mouser);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void palette_init();
};
/*----------- defined in video/mouser.c -----------*/
-PALETTE_INIT( mouser );
+
SCREEN_UPDATE_IND16( mouser );