Fixed Tandy memory configurations less than 640kb.
This commit is contained in:
parent
ffae0f5caa
commit
7b7e9139aa
6 changed files with 72 additions and 59 deletions
|
|
@ -10,6 +10,7 @@ typedef struct
|
|||
int fixed_gfxcard;
|
||||
int is_at;
|
||||
int min_ram, max_ram;
|
||||
int ram_granularity;
|
||||
void (*init)();
|
||||
} MODEL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue