summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/btime.h')
-rw-r--r--src/mame/includes/btime.h21
1 files changed, 14 insertions, 7 deletions
diff --git a/src/mame/includes/btime.h b/src/mame/includes/btime.h
index 0386803d107..006b86a605c 100644
--- a/src/mame/includes/btime.h
+++ b/src/mame/includes/btime.h
@@ -107,6 +107,13 @@ public:
DECLARE_MACHINE_START(mmonkey);
DECLARE_MACHINE_RESET(mmonkey);
DECLARE_VIDEO_START(bnj);
+ UINT32 screen_update_btime(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_cookrace(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_lnc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_eggs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_bnj(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_zoar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_disco(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -122,11 +129,11 @@ public:
-SCREEN_UPDATE_IND16( btime );
-SCREEN_UPDATE_IND16( cookrace );
-SCREEN_UPDATE_IND16( bnj );
-SCREEN_UPDATE_IND16( lnc );
-SCREEN_UPDATE_IND16( zoar );
-SCREEN_UPDATE_IND16( disco );
-SCREEN_UPDATE_IND16( eggs );
+
+
+
+
+
+
+