summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pcktgal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pcktgal.h')
-rw-r--r--src/mame/includes/pcktgal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/pcktgal.h b/src/mame/includes/pcktgal.h
index 0482b9d3fb7..8864998d53c 100644
--- a/src/mame/includes/pcktgal.h
+++ b/src/mame/includes/pcktgal.h
@@ -17,6 +17,8 @@ public:
DECLARE_DRIVER_INIT(deco222);
DECLARE_DRIVER_INIT(graphics);
virtual void palette_init();
+ UINT32 screen_update_pcktgal(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_pcktgalb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -24,5 +26,5 @@ public:
-SCREEN_UPDATE_IND16( pcktgal );
-SCREEN_UPDATE_IND16( pcktgalb );
+
+