summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/equites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/equites.h')
-rw-r--r--src/mame/includes/equites.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/equites.h b/src/mame/includes/equites.h
index b2a5cf18c6a..06585af25ce 100644
--- a/src/mame/includes/equites.h
+++ b/src/mame/includes/equites.h
@@ -104,6 +104,8 @@ public:
DECLARE_PALETTE_INIT(equites);
DECLARE_VIDEO_START(splndrbt);
DECLARE_PALETTE_INIT(splndrbt);
+ UINT32 screen_update_equites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_splndrbt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};