Default memory to 64k
Corrects silly config mistake on 5150 when you run 86box without options
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user