From 9abd72264fec1c54daef449fad5757851d329312 Mon Sep 17 00:00:00 2001 From: Jess Lovelace Date: Wed, 26 Jan 2022 18:52:47 -0500 Subject: [PATCH] fix to indev machine --- src/video/vid_ati18800.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/vid_ati18800.c b/src/video/vid_ati18800.c index 550e3c088..d2228c5df 100644 --- a/src/video/vid_ati18800.c +++ b/src/video/vid_ati18800.c @@ -284,6 +284,7 @@ static void ati18800_force_redraw(void *p) const device_t ati18800_wonder_device = { "ATI-18800", + "ati18800_wonder", DEVICE_ISA, ATI18800_WONDER, ati18800_init, ati18800_close,