Memmap: Remove vestigals of the memory-mapped EFB
It hasn't been memory-mapped for a long time.
This commit is contained in:
parent
dd0aadac97
commit
8858dc7764
|
@ -49,8 +49,6 @@ enum
|
|||
FAKEVMEM_MASK = FAKEVMEM_SIZE - 1,
|
||||
L1_CACHE_SIZE = 0x00040000,
|
||||
L1_CACHE_MASK = L1_CACHE_SIZE - 1,
|
||||
EFB_SIZE = 0x00200000,
|
||||
EFB_MASK = EFB_SIZE - 1,
|
||||
IO_SIZE = 0x00010000,
|
||||
EXRAM_SIZE = 0x04000000,
|
||||
EXRAM_MASK = EXRAM_SIZE - 1,
|
||||
|
|
Loading…
Reference in New Issue