Added basic emulation of ACC Micro 2036 chipset (used by Packard Bell Legend 300SX).
This commit is contained in:
parent
1d4b9af7e2
commit
72c2cb6f7d
13 changed files with 112 additions and 9 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue