summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pitnrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pitnrun.h')
-rw-r--r--src/mame/includes/pitnrun.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/pitnrun.h b/src/mame/includes/pitnrun.h
index 8bfcf5939f8..3996bdbba42 100644
--- a/src/mame/includes/pitnrun.h
+++ b/src/mame/includes/pitnrun.h
@@ -48,6 +48,9 @@ public:
DECLARE_WRITE8_MEMBER(pitnrun_color_select_w);
TILE_GET_INFO_MEMBER(get_tile_info1);
TILE_GET_INFO_MEMBER(get_tile_info2);
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
@@ -55,13 +58,13 @@ public:
-MACHINE_RESET( pitnrun );
+
/*----------- defined in video/pitnrun.c -----------*/
-PALETTE_INIT(pitnrun);
-VIDEO_START(pitnrun);
+
+
SCREEN_UPDATE_IND16(pitnrun);