summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/superchs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/superchs.h')
-rw-r--r--src/mame/includes/superchs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/superchs.h b/src/mame/includes/superchs.h
index 15d24389159..e97a5478315 100644
--- a/src/mame/includes/superchs.h
+++ b/src/mame/includes/superchs.h
@@ -38,10 +38,11 @@ public:
DECLARE_READ16_MEMBER(sub_cycle_r);
DECLARE_DRIVER_INIT(superchs);
virtual void video_start();
+ UINT32 screen_update_superchs(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/superchs.c -----------*/
-SCREEN_UPDATE_IND16( superchs );
+