org

Results 160 issues of org

ARAM DMA comes from two consumers - from the CPU and from the DSP. To avoid conflict, need to add a simple arbiter.

enhancement

To dig deeper, add the MN102 (DVD controller) instruction analyzer. - [x] Main table - [ ] F0 - [ ] F1 - [ ] F2 - [ ] F3...

enhancement

DSP JITC aka recompiler

feature

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...

bug

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,...

Implement a code generator for AVX instructions.

enhancement

Implement a code generator for SSE instructions.

enhancement

Implement a code generator for MMX instructions.

enhancement

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 #...

feature