From 76de7fc3ec4a2fc0012d1fc396f7e8818027ccd1 Mon Sep 17 00:00:00 2001 From: mtabachenko Date: Mon, 28 Oct 2013 08:21:54 +0000 Subject: [PATCH] - typo fix, sorry (fix NDS header and savestates works again); --- desmume/src/NDSSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/NDSSystem.h b/desmume/src/NDSSystem.h index 1202638d8..47f014959 100644 --- a/desmume/src/NDSSystem.h +++ b/desmume/src/NDSSystem.h @@ -137,7 +137,7 @@ struct NDS_header u32 HeaderSize; // 084 - ROM Header Size (4000h) u32 ARM9module; // 088 - ARM9 Module Parameter Address (auto-load parameters) u32 ARM7module; // 08C - ARM7 Module Parameter Address (auto-load parameters) - u8 reserved2[58]; // 090 - Must be set to 0x00 - "PASS" is contained within here? + u8 reserved2[48]; // 090 - Must be set to 0x00 - "PASS" is contained within here? u8 logo[156]; // 0C0 - Nintendo Logo (compressed bitmap, same as in GBA Headers) u16 logoCRC16; // 15C - Nintendo Logo Checksum, CRC-16 of [0C0h-15Bh], fixed CF56h u16 headerCRC16; // 15E - Header Checksum, CRC-16 of [000h-15Dh]