Added basic emulation of ACC Micro 2036 chipset (used by Packard Bell Legend 300SX).

This commit is contained in:
SarahW 2018-02-12 15:55:25 +00:00
commit 72c2cb6f7d
13 changed files with 112 additions and 9 deletions

View file

@ -107,6 +107,7 @@ mem_mapping_t bios_mapping[8];
mem_mapping_t bios_high_mapping[8];
extern mem_mapping_t ram_high_mapping;
extern mem_mapping_t ram_remapped_mapping;
typedef struct page_t
{