From 15f40988a7f262687ac5199e8c1866cfd95e19d4 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 15 Jul 2021 03:15:09 +0200 Subject: [PATCH] Fixed another mistake. --- src/machine/m_xt_olivetti.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/machine/m_xt_olivetti.c b/src/machine/m_xt_olivetti.c index 4402fb4e3..943d009ea 100644 --- a/src/machine/m_xt_olivetti.c +++ b/src/machine/m_xt_olivetti.c @@ -98,6 +98,9 @@ static int key_queue_start = 0, video_timings_t timing_m19_vid = {VIDEO_ISA, 8, 16, 32, 8, 16, 32}; +const device_t m19_vid_device; + + #ifdef ENABLE_M24VID_LOG int m24vid_do_log = ENABLE_M24VID_LOG;