summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ampoker2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ampoker2.h')
-rw-r--r--src/mame/includes/ampoker2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/ampoker2.h b/src/mame/includes/ampoker2.h
index f5a80a8cf00..f2443728b39 100644
--- a/src/mame/includes/ampoker2.h
+++ b/src/mame/includes/ampoker2.h
@@ -23,6 +23,7 @@ public:
virtual void video_start();
virtual void palette_init();
DECLARE_VIDEO_START(sigma2k);
+ UINT32 screen_update_ampoker2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -31,4 +32,4 @@ public:
-SCREEN_UPDATE_IND16( ampoker2 );
+