Added emulation of IBM 80386 Memory Expansion Adapter. PS/2 Model 80 now supports up to 12MB RAM.
This commit is contained in:
parent
0c7dc88440
commit
aeccbd8bd6
4 changed files with 144 additions and 12 deletions
|
|
@ -36,7 +36,7 @@ static int _mem_state[0x40000];
|
|||
|
||||
static mem_mapping_t base_mapping;
|
||||
mem_mapping_t ram_low_mapping;
|
||||
static mem_mapping_t ram_high_mapping;
|
||||
mem_mapping_t ram_high_mapping;
|
||||
static mem_mapping_t ram_mid_mapping;
|
||||
static mem_mapping_t ram_remapped_mapping;
|
||||
mem_mapping_t bios_mapping[8];
|
||||
|
|
|
|||
Loading…
Reference in a new issue