* Mupen64Plus demo runs with LLE RDP (many rendering glitches), works well with gliden64 plugin
* Little-endian model now supported and works (required for gliden64 plugin)
* Added glideN64 plugin support (custom version only for cor64)
* Can render with HLE graphics or LLE graphics
* Some fixes for BassSharp
* Boot related fixes
* Better way to manage CSharp defines
* Memory improvements, fixes
* TLB now works
* FPU Fixes
* PIF controller basics are working now such as controller input
* Added some debug functions to the madcat rdp
* Remove hosting the test roms in the repo
* Started work on workbench scripting with IronPython
* Unit test fixes
* a snippet of IPL2 is assembled on the fly required for 6105 booting
* Other fixes, etc.
* Major RSP fixes
* Added a VS Code workspace file
* Added a workbench UI mode for debugging purposes only (engaged via command line switch)
* UI is now based on ImGui.NET
* Added external dep of cxd4's RSP static interpreter modified for cor64 support
* Added script/program to generate some C# wrappers via CppSharp
* Added a RSP core that executes the RSP on cxd4's RSP static interpreter C plugin
* Added a RSP core that can swap between cores for debugging purposes
* Dropped SkiaSharp dependence in exchange for Veldrid/ImGui.NET
* Updated nuget deps
* Added some initial controller input support
* Started work on little-endian support as a build option (disabled, and broken)
* Core debugger improvements
* Unify memory allocation for DMEM/IMEM to support RSP plugins
* Video interface video fixes
* Minor RDP fixes
* Added new unit tests
* Fixes, cleanup, ...