summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exzisus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exzisus.h')
-rw-r--r--src/mame/includes/exzisus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/exzisus.h b/src/mame/includes/exzisus.h
index 68540c6cdad..c8e0a8ccf4a 100644
--- a/src/mame/includes/exzisus.h
+++ b/src/mame/includes/exzisus.h
@@ -36,12 +36,13 @@ public:
DECLARE_WRITE8_MEMBER(exzisus_videoram_1_w);
DECLARE_WRITE8_MEMBER(exzisus_objectram_0_w);
DECLARE_WRITE8_MEMBER(exzisus_objectram_1_w);
+ UINT32 screen_update_exzisus(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/exzisus.c -----------*/
-SCREEN_UPDATE_IND16( exzisus );
+