From 41dccb5f6b48952f4c98f69500fae36f795a4d62 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sat, 13 Nov 2021 18:02:56 -0500 Subject: [PATCH] EGA also supported 32K lines 194-205 appear to cover the memory window setting. --- src/video/vid_ega.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video/vid_ega.c b/src/video/vid_ega.c index 61cf87ee0..1e66743ec 100644 --- a/src/video/vid_ega.c +++ b/src/video/vid_ega.c @@ -1168,6 +1168,9 @@ static const device_config_t ega_config[] = { "memory", "Memory size", CONFIG_SELECTION, "", 256, "", { 0 }, { + { + "32 kB", 32 + }, { "64 kB", 64 },