all repos — mgba @ e77238e5ef289aab0b871ef7e8bcf336c96e78ca

mGBA Game Boy Advance Emulator

Fix typos in savestate format documentation
Jeffrey Pfau jeffrey@endrift.com
Sun, 20 Jul 2014 15:53:37 -0700
commit

e77238e5ef289aab0b871ef7e8bcf336c96e78ca

parent

3915158c96cb6c40c0da774c8f1b13b8a4f07db5

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

jump to
M src/gba/gba-serialize.hsrc/gba/gba-serialize.h

@@ -79,28 +79,28 @@ * | 0x00202 - 0x00203: Old reload value

* | 0x00204 - 0x00207: Last event * | 0x00208 - 0x0020B: Next event * | 0x0020C - 0x0020F: Overflow interval - * | 0x00210 - 0x00213: Miscellaenous flags + * | 0x00210 - 0x00213: Miscellaneous flags * 0x00214 - 0x00227: Timer 1 * | 0x00214 - 0x00215: Reload value * | 0x00216 - 0x00217: Old reload value * | 0x00218 - 0x0021B: Last event * | 0x0021C - 0x0021F: Next event * | 0x00220 - 0x00223: Overflow interval - * | 0x00224 - 0x00227: Miscellaenous flags + * | 0x00224 - 0x00227: Miscellaneous flags * 0x00228 - 0x0023B: Timer 2 * | 0x00228 - 0x00229: Reload value * | 0x0022A - 0x0022B: Old reload value * | 0x0022C - 0x0022F: Last event * | 0x00230 - 0x00233: Next event * | 0x00234 - 0x00237: Overflow interval - * | 0x00238 - 0x0023B: Miscellaenous flags + * | 0x00238 - 0x0023B: Miscellaneous flags * 0x0023C - 0x00250: Timer 3 * | 0x0023C - 0x0023D: Reload value * | 0x0023E - 0x0023F: Old reload value * | 0x00240 - 0x00243: Last event * | 0x00244 - 0x00247: Next event * | 0x00248 - 0x0024B: Overflow interval - * | 0x0024C - 0x0024F: Miscellaenous flags + * | 0x0024C - 0x0024F: Miscellaneous flags * 0x00250 - 0x0025F: DMA 0 * | 0x00250 - 0x00253: DMA next source * | 0x00254 - 0x00257: DMA next destination