XT models can now have less than 640kB RAM.
This commit is contained in:
parent
e9bea8ab7e
commit
c47df21a82
9 changed files with 139 additions and 83 deletions
|
|
@ -8,6 +8,8 @@ typedef struct
|
|||
CPU *cpus;
|
||||
} cpu[4];
|
||||
int fixed_gfxcard;
|
||||
int is_at;
|
||||
int min_ram, max_ram;
|
||||
void (*init)();
|
||||
} MODEL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue