summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pandoras.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pandoras.h')
-rw-r--r--src/mame/includes/pandoras.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/includes/pandoras.h b/src/mame/includes/pandoras.h
index 74edfe0f84d..080e1383b3f 100644
--- a/src/mame/includes/pandoras.h
+++ b/src/mame/includes/pandoras.h
@@ -46,14 +46,18 @@ public:
DECLARE_READ8_MEMBER(pandoras_portA_r);
DECLARE_READ8_MEMBER(pandoras_portB_r);
TILE_GET_INFO_MEMBER(get_tile_info0);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/pandoras.c -----------*/
-PALETTE_INIT( pandoras );
-VIDEO_START( pandoras );
+
+
SCREEN_UPDATE_IND16( pandoras );