summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suna8.h')
-rw-r--r--src/mame/includes/suna8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/suna8.h b/src/mame/includes/suna8.h
index 89612dffbce..06ba09e2db1 100644
--- a/src/mame/includes/suna8.h
+++ b/src/mame/includes/suna8.h
@@ -103,6 +103,7 @@ public:
DECLARE_MACHINE_RESET(brickzn);
DECLARE_VIDEO_START(suna8_textdim0);
DECLARE_MACHINE_RESET(hardhea2);
+ UINT32 screen_update_suna8(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -121,4 +122,4 @@ SAMPLES_START( suna8_sh_start );
-SCREEN_UPDATE_IND16( suna8 );
+