summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mappy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mappy.h')
-rw-r--r--src/mame/includes/mappy.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/mappy.h b/src/mame/includes/mappy.h
index 18a8c6d8eb5..653aaa2eca7 100644
--- a/src/mame/includes/mappy.h
+++ b/src/mame/includes/mappy.h
@@ -49,6 +49,9 @@ public:
DECLARE_MACHINE_RESET(mappy);
DECLARE_VIDEO_START(mappy);
DECLARE_PALETTE_INIT(mappy);
+ UINT32 screen_update_superpac(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_phozon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_mappy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -56,11 +59,11 @@ public:
-SCREEN_UPDATE_IND16( phozon );
-SCREEN_UPDATE_IND16( superpac );
-SCREEN_UPDATE_IND16( mappy );
+
+
+