The emulator is now almost completely Unicode - this means all paths and file names used can now use non-Latin characters;
Fixed several NVR- and ROM-related bugs in the process of doing the above.
This commit is contained in:
@@ -107,8 +107,6 @@ void mem_write_null(uint32_t addr, uint8_t val, void *p);
|
||||
void mem_write_nullw(uint32_t addr, uint16_t val, void *p);
|
||||
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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user