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. */
|
/* Unmute the CD audio on the first CD-ROM drive. */
|
||||||
cdrom[0].sound_on = 1;
|
cdrom[0].sound_on = 1;
|
||||||
mem_size = 640;
|
mem_size = 64;
|
||||||
isartc_type = 0;
|
isartc_type = 0;
|
||||||
for (i = 0; i < ISAMEM_MAX; i++)
|
for (i = 0; i < ISAMEM_MAX; i++)
|
||||||
isamem_type[i] = 0;
|
isamem_type[i] = 0;
|
||||||
|
Reference in New Issue
Block a user