summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exidy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exidy.h')
-rw-r--r--src/mame/includes/exidy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/exidy.h b/src/mame/includes/exidy.h
index 7130bdb38dd..1db5e4ca4d5 100644
--- a/src/mame/includes/exidy.h
+++ b/src/mame/includes/exidy.h
@@ -67,6 +67,7 @@ public:
DECLARE_DRIVER_INIT(phantoma);
virtual void video_start();
DECLARE_MACHINE_START(teetert);
+ UINT32 screen_update_exidy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -74,7 +75,7 @@ public:
void exidy_video_config(running_machine &machine, UINT8 _collision_mask, UINT8 _collision_invert, int _is_2bpp);
-SCREEN_UPDATE_IND16( exidy );
+
INTERRUPT_GEN( exidy_vblank_interrupt );