summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sidepckt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sidepckt.h')
-rw-r--r--src/mame/includes/sidepckt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/sidepckt.h b/src/mame/includes/sidepckt.h
index ba9898417da..094c5102ce2 100644
--- a/src/mame/includes/sidepckt.h
+++ b/src/mame/includes/sidepckt.h
@@ -28,6 +28,7 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_sidepckt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -35,5 +36,5 @@ public:
-SCREEN_UPDATE_IND16( sidepckt );
+