Add scratchpad handler
* Currently the BIOS tries to write something to scratchpad and it fails because its address is not our currently supported range. So add a new buffer for the 16KB scratchpad used by the CPU and add a function to use it if the address is in the correct range. * Also shorten some function names and change some array to C-style because we like to work with pointers and STL doesn't like that.
Showing
- include/common/manager.hpp 5 additions, 7 deletionsinclude/common/manager.hpp
- include/cpu/cop0.hpp 1 addition, 0 deletionsinclude/cpu/cop0.hpp
- include/cpu/ee.hpp 11 additions, 1 deletioninclude/cpu/ee.hpp
- src/common/manager.cpp 21 additions, 17 deletionssrc/common/manager.cpp
- src/cpu/ee.cpp 29 additions, 5 deletionssrc/cpu/ee.cpp
- src/main.cpp 1 addition, 1 deletionsrc/main.cpp
Loading
Please register or sign in to comment