summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snookr10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snookr10.h')
-rw-r--r--src/mame/includes/snookr10.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/snookr10.h b/src/mame/includes/snookr10.h
index 83d3611bb26..c315352a3bd 100644
--- a/src/mame/includes/snookr10.h
+++ b/src/mame/includes/snookr10.h
@@ -28,6 +28,7 @@ public:
virtual void palette_init();
DECLARE_VIDEO_START(apple10);
DECLARE_PALETTE_INIT(apple10);
+ UINT32 screen_update_snookr10(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -37,5 +38,5 @@ public:
-SCREEN_UPDATE_IND16( snookr10 );
+