Bus: Stub out EXP3 and unknown EXP accesses

This commit is contained in:
Albert Liu
2020-11-08 22:19:25 -08:00
parent c3526adb69
commit f3522b7b70
2 changed files with 45 additions and 0 deletions

View File

@ -56,6 +56,9 @@ enum : u32
EXP2_BASE = 0x1F802000,
EXP2_SIZE = 0x2000,
EXP2_MASK = EXP2_SIZE - 1,
EXP3_BASE = 0x1FA00000,
EXP3_SIZE = 0x1,
EXP3_MASK = EXP3_SIZE - 1,
BIOS_BASE = 0x1FC00000,
BIOS_SIZE = 0x80000,
BIOS_MASK = 0x7FFFF,