summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cosmic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cosmic.h')
-rw-r--r--src/mame/includes/cosmic.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/mame/includes/cosmic.h b/src/mame/includes/cosmic.h
index e35cf989230..51bb0c0941d 100644
--- a/src/mame/includes/cosmic.h
+++ b/src/mame/includes/cosmic.h
@@ -69,6 +69,12 @@ public:
DECLARE_PALETTE_INIT(cosmica);
DECLARE_PALETTE_INIT(magspot);
DECLARE_PALETTE_INIT(nomnlnd);
+ UINT32 screen_update_cosmicg(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_panic(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_cosmica(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_magspot(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_devzone(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_nomnlnd(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -81,9 +87,9 @@ public:
-SCREEN_UPDATE_IND16( panic );
-SCREEN_UPDATE_IND16( magspot );
-SCREEN_UPDATE_IND16( devzone );
-SCREEN_UPDATE_IND16( cosmica );
-SCREEN_UPDATE_IND16( cosmicg );
-SCREEN_UPDATE_IND16( nomnlnd );
+
+
+
+
+
+