all repos — mgba @ f49ceb7e3b989c377008f25999f75a07962ab0c5

mGBA Game Boy Advance Emulator

Remove out-of-date comment
Jeffrey Pfau jeffrey@endrift.com
Sat, 25 Oct 2014 05:57:49 -0700
commit

f49ceb7e3b989c377008f25999f75a07962ab0c5

parent

fe3f01a5aec7c6cedf3c293644096a99153506ef

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

jump to
M src/gba/gba-bios.csrc/gba/gba-bios.c

@@ -304,7 +304,6 @@ }

int padding = (4 - remaining) & 0x3; remaining &= 0xFFFFFFFC; // We assume the signature byte (0x20) is correct - //var tree = []; int treesize = (cpu->memory.loadU8(cpu, source + 4, 0) << 1) + 1; int block = 0; uint32_t treeBase = source + 5;