EGA also supported 32K

lines 194-205 appear to cover the memory window setting.
This commit is contained in:
Jasmine Iwanek
2021-11-13 18:02:56 -05:00
parent 11a106b734
commit 41dccb5f6b

View File

@@ -1168,6 +1168,9 @@ static const device_config_t ega_config[] =
{ {
"memory", "Memory size", CONFIG_SELECTION, "", 256, "", { 0 }, "memory", "Memory size", CONFIG_SELECTION, "", 256, "", { 0 },
{ {
{
"32 kB", 32
},
{ {
"64 kB", 64 "64 kB", 64
}, },