summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hexion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hexion.h')
-rw-r--r--src/mame/includes/hexion.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/hexion.h b/src/mame/includes/hexion.h
index 4a5e176be10..03e57f27b51 100644
--- a/src/mame/includes/hexion.h
+++ b/src/mame/includes/hexion.h
@@ -21,11 +21,12 @@ public:
DECLARE_WRITE_LINE_MEMBER(hexion_nmi_ack_w);
TILE_GET_INFO_MEMBER(get_tile_info0);
TILE_GET_INFO_MEMBER(get_tile_info1);
+ virtual void video_start();
};
/*----------- defined in video/hexion.c -----------*/
-VIDEO_START( hexion );
+
SCREEN_UPDATE_IND16( hexion );