summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cchasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cchasm.h')
-rw-r--r--src/mame/includes/cchasm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/cchasm.h b/src/mame/includes/cchasm.h
index ec2f257cdb4..a014bfe8040 100644
--- a/src/mame/includes/cchasm.h
+++ b/src/mame/includes/cchasm.h
@@ -31,6 +31,7 @@ public:
DECLARE_READ16_MEMBER(cchasm_io_r);
INPUT_CHANGED_MEMBER(cchasm_set_coin_flag);
DECLARE_WRITE_LINE_MEMBER(cchasm_6840_irq);
+ virtual void video_start();
};
@@ -46,5 +47,5 @@ SOUND_START( cchasm );
/*----------- defined in video/cchasm.c -----------*/
-VIDEO_START( cchasm );
+