unmap cartridge and imem/dmem from fastmem (checks outweighed the performance) + support for PAL framerate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user