From 360b51451221d436dbe69bc1140de582f3a4b8ee Mon Sep 17 00:00:00 2001 From: SarahW Date: Mon, 9 Mar 2020 19:44:06 +0000 Subject: [PATCH] Correct blue graphics on MDSI Genius. Patch from JohnElliott. --- src/vid_genius.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vid_genius.c b/src/vid_genius.c index f06345b..f8c3688 100644 --- a/src/vid_genius.c +++ b/src/vid_genius.c @@ -420,7 +420,7 @@ void genius_hiresline(genius_t *genius) { int x, c; uint32_t dat; - uint8_t ink; + uint32_t ink; uint32_t addr; ink = (genius->genius_control & 0x20) ? genius_pal[0] : genius_pal[3]; @@ -457,7 +457,7 @@ void genius_poll(void *p) { genius_t *genius = (genius_t *)p; int x; - uint8_t background; + uint32_t background; if (!genius->linepos) {