mirror of https://github.com/bsnes-emu/bsnes.git
1067566834
byuu says: Changelog: - processor/arm7tdmi: completed implemented - gba/cpu, sfc/coprocessor/armdsp: use arm7tdmi instead of arm - sfc/cpu: experimental fix for newly discovered HDMA emulation issue Notes: The ARM7TDMI core crashes pretty quickly when trying to run GBA games, and I'm certain the same will be the case with the ST018. It was never all that likely I could rewrite 70KiB of code in 20 hours and have it work perfectly on the first try. So, now it's time for lots and lots of debugging. Any help would *really* be appreciated, if anyone were up for comparing the two implementations for regressions =^-^= I often have a really hard time spotting simple typos that I make. Also, the SNES HDMA fix is temporary. I would like it if testers could run through a bunch of games that are known for being tricky with HDMA (or if these aren't known to said tester, any games are fine then.) If we can confirm regressions, then we'll know the fix is either incorrect or incomplete. But if we don't find any, then it's a good sign that we're on the right path. |
||
---|---|---|
.. | ||
algorithms.cpp | ||
arm.cpp | ||
arm.hpp | ||
disassembler.cpp | ||
disassembler.hpp | ||
instructions-arm.cpp | ||
instructions-arm.hpp | ||
instructions-thumb.cpp | ||
instructions-thumb.hpp | ||
registers.cpp | ||
registers.hpp | ||
serialization.cpp | ||
step.cpp |