all repos — mgba @ a2bc814d9c93572f6d0da014a138495995afff4e

mGBA Game Boy Advance Emulator

GBA: Fix warnings when creating and loading savestates
Jeffrey Pfau jeffrey@endrift.com
Wed, 11 Nov 2015 19:45:36 -0800
commit

a2bc814d9c93572f6d0da014a138495995afff4e

parent

ff4950c50d9289765d9e8852d115a03862c7862e

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M CHANGESCHANGES

@@ -24,6 +24,7 @@ - GBA Memory: Fix Store8 to OBJ VRAM

- GBA Memory: Fix alignment of LDM/STM on SRAM - GBA: Initialize uninitialized pristineRom and pristineRomSize members - GBA Memory: Fix unaligned out-of-bounds ROM loads + - GBA: Fix warnings when creating and loading savestates Misc: - Qt: Window size command line options are now supported - Qt: Increase usability of key mapper
M src/gba/io.csrc/gba/io.c

@@ -210,7 +210,7 @@ 1, 1, 1, 0, 1, 0, 1, 0,

1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 0, 0, 0, + 1, 1, 1, 1, 0, 0, 0, 0, // DMA 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,

@@ -250,7 +250,7 @@ 1, 1, 1, 1, 1, 1, 1, 1,

// Audio 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, // DMA