summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/eolith.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/eolith.h')
-rw-r--r--src/mame/includes/eolith.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/eolith.h b/src/mame/includes/eolith.h
index 37e8b19a607..24ff8fa3eee 100644
--- a/src/mame/includes/eolith.h
+++ b/src/mame/includes/eolith.h
@@ -39,10 +39,11 @@ public:
DECLARE_DRIVER_INIT(landbrka);
DECLARE_MACHINE_RESET(eolith);
DECLARE_VIDEO_START(eolith);
+ UINT32 screen_update_eolith(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/eolith.c -----------*/
-SCREEN_UPDATE_IND16( eolith );
+