Improvements to flash ROM emulation on Premiere/PCI, Advanced/EV and Award 430VX PCI modules. Patch from Battler.

This commit is contained in:
SarahW 2016-09-18 15:57:46 +01:00
commit 273ef3847a
5 changed files with 238 additions and 84 deletions

View file

@ -101,6 +101,7 @@ void mem_write_nulll(uint32_t addr, uint32_t val, void *p);
FILE *romfopen(char *fn, char *mode);
mem_mapping_t bios_mapping[8];
mem_mapping_t bios_high_mapping[8];
typedef struct page_t