org
org
ARAM DMA comes from two consumers - from the CPU and from the DSP. To avoid conflict, need to add a simple arbiter.
To dig deeper, add the MN102 (DVD controller) instruction analyzer. - [x] Main table - [ ] F0 - [ ] F1 - [ ] F2 - [ ] F3...
This fucking interface is unstable. When the CPU and DSP write values to Mailbox at the same time, the whole system becomes cancerous. Need to figure out why this is...
We need to add Config.h headers for each component with compilation macros to disable e.g. the use of MMU in GekkoCore or support for memory operation statistics in HW::MI component,...
Add IPL support and establish correct operation in it, including setting the time (RTC) and dynamic change of DVDs.
Implement a recompiler that works correctly in all operating modes (with debugger and breakpoints, with Mmu) # Basics - [x] Docs - [x] Proof-of-concept - [x] Interpreter fallback mode #...