Merge pull request #1803 from jriwanek-forks/patch4

EGA 32k support
This commit is contained in:
Miran Grča
2021-11-14 00:07:09 +01:00
committed by GitHub

View File

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