summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/20pacgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/20pacgal.h')
-rw-r--r--src/mame/includes/20pacgal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/20pacgal.h b/src/mame/includes/20pacgal.h
index 6c8439af996..69a7e3c6607 100644
--- a/src/mame/includes/20pacgal.h
+++ b/src/mame/includes/20pacgal.h
@@ -54,6 +54,7 @@ public:
DECLARE_DRIVER_INIT(20pacgal);
virtual void machine_start();
virtual void machine_reset();
+ UINT32 screen_update_20pacgal(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};