Improvements to flash ROM emulation on Premiere/PCI, Advanced/EV and Award 430VX PCI modules. Patch from Battler.
This commit is contained in:
parent
dd2a608707
commit
273ef3847a
5 changed files with 238 additions and 84 deletions
|
|
@ -40,7 +40,7 @@ static 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];
|
||||
static mem_mapping_t bios_high_mapping[8];
|
||||
mem_mapping_t bios_high_mapping[8];
|
||||
static mem_mapping_t romext_mapping;
|
||||
|
||||
int shadowbios,shadowbios_write;
|
||||
|
|
|
|||
Loading…
Reference in a new issue