summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lsasquad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lsasquad.h')
-rw-r--r--src/mame/includes/lsasquad.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/lsasquad.h b/src/mame/includes/lsasquad.h
index 711418c0c58..67a2ecca3a7 100644
--- a/src/mame/includes/lsasquad.h
+++ b/src/mame/includes/lsasquad.h
@@ -59,6 +59,8 @@ public:
DECLARE_WRITE8_MEMBER(unk);
DECLARE_MACHINE_START(lsasquad);
DECLARE_MACHINE_RESET(lsasquad);
+ UINT32 screen_update_lsasquad(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_daikaiju(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in machine/lsasquad.c -----------*/
@@ -69,5 +71,5 @@ public:
/*----------- defined in video/lsasquad.c -----------*/
-SCREEN_UPDATE_IND16( lsasquad );
-SCREEN_UPDATE_IND16( daikaiju );
+
+