Added emulation of IBM 80386 Memory Expansion Adapter. PS/2 Model 80 now supports up to 12MB RAM.

This commit is contained in:
SarahW 2017-04-18 22:14:32 +01:00
commit aeccbd8bd6
4 changed files with 144 additions and 12 deletions

View file

@ -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
{