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
|
|
@ -102,6 +102,7 @@ FILE *romfopen(char *fn, char *mode);
|
|||
mem_mapping_t bios_mapping[8];
|
||||
mem_mapping_t bios_high_mapping[8];
|
||||
|
||||
extern mem_mapping_t ram_high_mapping;
|
||||
|
||||
typedef struct page_t
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue