mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-24 07:02:27 +01:00
byuu says: This WIP does substantially better on endrift's GBA timing tests. Still not perfect, though. But hopefully enough to get me out of dead last place. I also finally fixed the THUMB-mode ldmia bug that jchadwick reported. So, GBA emulation should be improved quite a bit, hopefully.
4 lines
152 B
C++
4 lines
152 B
C++
auto disassemble_arm_instruction(uint32 pc) -> string;
|
|
auto disassemble_thumb_instruction(uint32 pc) -> string;
|
|
auto disassemble_registers() -> string;
|