summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pandoras.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pandoras.h')
-rw-r--r--src/mame/includes/pandoras.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/pandoras.h b/src/mame/includes/pandoras.h
index 080e1383b3f..eb5e1685c9b 100644
--- a/src/mame/includes/pandoras.h
+++ b/src/mame/includes/pandoras.h
@@ -50,6 +50,7 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_pandoras(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -59,5 +60,5 @@ public:
-SCREEN_UPDATE_IND16( pandoras );
+