summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suna16.h')
-rw-r--r--src/mame/includes/suna16.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/suna16.h b/src/mame/includes/suna16.h
index 8b041909e2f..015c0235bc6 100644
--- a/src/mame/includes/suna16.h
+++ b/src/mame/includes/suna16.h
@@ -36,6 +36,8 @@ public:
DECLARE_DRIVER_INIT(uballoon);
virtual void video_start();
DECLARE_MACHINE_RESET(uballoon);
+ UINT32 screen_update_suna16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_bestbest(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -44,5 +46,5 @@ public:
-SCREEN_UPDATE_IND16( suna16 );
-SCREEN_UPDATE_IND16( bestbest );
+
+