summaryrefslogtreecommitdiff
path: root/Data/Sys/codehandler.bin
AgeCommit message (Collapse)Author
2019-05-13fixed 'Load into Gecko Register' codetypeIkalpo
2018-10-28Fix Gecko codehandler lag.TryTwo
2018-02-03Clean up codehandler a little; stash msr on stack to preservebooto
2018-01-14Restore original MSR when returning from codehandlerbooto
2017-08-08Fix 8 and 16 bit writes in codehandlergamemasterplc
The codes would both overwrite where it should and 16400 bytes after where it should. The bug was caused by a usage of an incorrect register.
2017-06-25Improved Gecko Codehandlergamemasterplc
Based off codehandleronly.bin. Improves support for codes with conditionals due to adding cache invalidation on stores. You also have support for mode code lines at once before Dolphin freezes at startup.
2012-01-03Updated the Gecko code handler to the latest version from Gecko OS 1.9.3.1.skidau
Added a check to ensure that the number of codes fits in memory (maximum 231 codes). Store a copy of codehandler.bin in the Sys directory.