Support up to 1GB in SheepShaver for Windows now.

This commit is contained in:
gbeauche 2006-05-14 16:13:54 +00:00
parent bd6ec66354
commit ab1565ced2

View File

@ -1610,12 +1610,10 @@ static void create_memory_pane(GtkWidget *top)
STR_RAMSIZE_128MB_LAB,
STR_RAMSIZE_256MB_LAB,
STR_RAMSIZE_512MB_LAB,
#ifndef SHEEPSHAVER
STR_RAMSIZE_1024MB_LAB,
#endif
0
};
char default_ramsize[10];
char default_ramsize[16];
sprintf(default_ramsize, "%d", PrefsFindInt32("ramsize") >> 20);
w_ramsize = table_make_combobox(table, 0, STR_RAMSIZE_CTRL, default_ramsize, options);