summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tceptor.h')
-rw-r--r--src/mame/includes/tceptor.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/mame/includes/tceptor.h b/src/mame/includes/tceptor.h
index 19199f0ff0e..5979d184a40 100644
--- a/src/mame/includes/tceptor.h
+++ b/src/mame/includes/tceptor.h
@@ -60,6 +60,10 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_tceptor_2d(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_tceptor_3d_left(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_tceptor_3d_right(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_tceptor(screen_device &screen, bool state);
};
@@ -67,9 +71,9 @@ public:
-SCREEN_UPDATE_IND16( tceptor_2d );
-SCREEN_UPDATE_IND16( tceptor_3d_left );
-SCREEN_UPDATE_IND16( tceptor_3d_right );
-SCREEN_VBLANK( tceptor );
+
+
+
+