Default memory to 64k

Corrects silly config mistake on 5150 when you run 86box without options
This commit is contained in:
Jasmine Iwanek
2021-11-23 15:47:22 -05:00
parent d644ee6740
commit 33691ba5e6

View File

@@ -2060,7 +2060,7 @@ config_load(void)
/* Unmute the CD audio on the first CD-ROM drive. */
cdrom[0].sound_on = 1;
mem_size = 640;
mem_size = 64;
isartc_type = 0;
for (i = 0; i < ISAMEM_MAX; i++)
isamem_type[i] = 0;