all repos — mgba @ 6b382caa0f2936df4918c05e8a414b9681523a9e

mGBA Game Boy Advance Emulator

Fix decoding of {STR/LDR}[B]T
Jeffrey Pfau jeffrey@endrift.com
Sun, 19 Oct 2014 03:45:11 -0700
commit

6b382caa0f2936df4918c05e8a414b9681523a9e

parent

ca5f7a45ee5ba2d50dedda2692e0319985785572

1 files changed, 14 insertions(+), 1 deletions(-)

jump to
M src/arm/decoder.csrc/arm/decoder.c

@@ -227,10 +227,23 @@ "",

"", "", "", + "", "sb", "sh", - "" + "", + "", + "", + "", + "", + + "", + "tb", + "", + "", + "t", + "", + "", "" };