unmap cartridge and imem/dmem from fastmem (checks outweighed the performance) + support for PAL framerate

This commit is contained in:
CocoSimone
2023-02-11 12:58:18 +01:00
parent 30c6931f09
commit 2cd82dff69
5 changed files with 39 additions and 228 deletions

View File

@@ -20,6 +20,8 @@
#define DMEM_REGION_END (DMEM_REGION_START + DMEM_DSIZE)
#define IMEM_REGION_START 0x4001000
#define IMEM_REGION_END (IMEM_REGION_START + IMEM_DSIZE)
#define CART_REGION_START 0x10000000
#define CART_REGION_END 0x1FBFFFFF
#define RDRAM_REGION RDRAM_REGION_START ... RDRAM_REGION_END
#define DMEM_REGION DMEM_REGION_START ... DMEM_REGION_END