Fixed Tandy memory configurations less than 640kb.

This commit is contained in:
TomW 2015-11-22 21:11:31 +00:00
commit 7b7e9139aa
6 changed files with 72 additions and 59 deletions

View file

@ -10,6 +10,7 @@ typedef struct
int fixed_gfxcard;
int is_at;
int min_ram, max_ram;
int ram_granularity;
void (*init)();
} MODEL;