XT models can now have less than 640kB RAM.

This commit is contained in:
TomW 2015-11-18 20:28:57 +00:00
commit c47df21a82
9 changed files with 139 additions and 83 deletions

View file

@ -8,6 +8,8 @@ typedef struct
CPU *cpus;
} cpu[4];
int fixed_gfxcard;
int is_at;
int min_ram, max_ram;
void (*init)();
} MODEL;