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
|
|
@ -35,7 +35,7 @@ static mem_mapping_t *_mem_mapping_w[0x40000];
|
|||
static int _mem_state[0x40000];
|
||||
|
||||
static mem_mapping_t base_mapping;
|
||||
static mem_mapping_t ram_low_mapping;
|
||||
mem_mapping_t ram_low_mapping;
|
||||
static mem_mapping_t ram_high_mapping;
|
||||
static mem_mapping_t ram_mid_mapping;
|
||||
mem_mapping_t bios_mapping[8];
|
||||
|
|
|
|||
Loading…
Reference in a new issue