all repos — mgba @ 43b6004cea5aacf62a61d92ef190f3b3a24911d0

mGBA Game Boy Advance Emulator

CHANGES (view raw)

   10.8.0: (Future)
   2Features:
   3 - Improved logging configuration
   4 - One-Player BattleChip/Progress/Beast Link Gate support
   5 - Add Game Boy Color palettes for original Game Boy games
   6 - Debugger: Add unary operators and memory dereferencing
   7 - GB: Expose platform information to CLI debugger
   8 - Support Discord Rich Presence
   9 - Debugger: Add tracing to file
  10 - Enhanced map viewer, supporting bitmapped GBA modes and more displayed info
  11 - OpenGL renderer with high-resolution upscaling support
  12 - Experimental high level "XQ" audio for most GBA games
  13 - Interframe blending for games that use flicker effects
  14 - Frame inspector for dissecting and debugging rendering
  15 - Switch: Option to use built-in brightness sensor for Boktai
  16 - Ports: Ability to enable or disable all SGB features (closes mgba.io/i/1205)
  17 - Ports: Ability to crop SGB borders off screen (closes mgba.io/i/1204)
  18 - Cheats: Add support for loading Libretro-style cht files
  19Emulation fixes:
  20 - GBA: All IRQs have 7 cycle delay (fixes mgba.io/i/539, mgba.io/i/1208)
  21 - GBA: Reset now reloads multiboot ROMs
  22 - GBA BIOS: Fix multiboot entry point (fixes Magic Floor)
  23 - GB Video: Delay LYC STAT check (fixes mgba.io/i/1331)
  24 - GB Video: Fix window being enabled mid-scanline (fixes mgba.io/i/1328)
  25 - GB I/O: Filter IE top bits properly (fixes mgba.io/i/1329)
  26 - GBA Video: Fix wrapped sprite mosaic clamping (fixes mgba.io/i/1432)
  27 - GBA Memory: Fix STM to VRAM (fixes mgba.io/i/1430)
  28 - GB Audio: Only reset channel 3 sample in DMG mode
  29 - GB Audio: Sample inactive channels (fixes mgba.io/i/1455, mgba.io/i/1456)
  30 - GB Video: Increment BCPS/OCPS even in mode 3 (fixes mgba.io/i/1462)
  31 - GB Audio: Deschedule channel 3 when disabled (fixes mgba.io/i/1463)
  32Other fixes:
  33 - Qt: Fix some Qt display driver race conditions
  34 - Core: Improved lockstep driver reliability (Le Hoang Quyen)
  35 - Switch: Fix threading-related crash on second launch
  36 - Qt: Fix FPS target maxing out at 59.727 (fixes mgba.io/i/1421)
  37 - Core: Fix crashes if core directories aren't set
  38 - Qt: Fix menu bar staying hidden in full screen (fixes mgba.io/i/317)
  39 - GB SIO: Fix lockstep failing games aren't reloaded
  40 - Core: Fix crash when exiting game with cheats loaded
  41 - GBA Cheats: Fix PARv3 Thumb hooks
  42 - mGUI: Fix crash if last loaded ROM directory disappears (fixes mgba.io/i/1466)
  43Misc:
  44 - GBA Savedata: EEPROM performance fixes
  45 - GBA Savedata: Automatically map 1Mbit Flash files as 1Mbit Flash
  46 - GB Memory: Support running from blocked memory
  47 - Qt: Don't unload ROM immediately if it crashes
  48 - Debugger: Add breakpoint and watchpoint listing
  49 - LR35902: Support PC-relative opcode decoding
  50 - Qt: Support switching webcams
  51 - Core: Add keysRead callback
  52 - Qt: Cap window size on start to monitor size
  53 - GBA BIOS: Add timings for HLE BIOS math functions (fixes mgba.io/i/1396)
  54 - Debugger: Make tracing compatible with breakpoints/watchpoints
  55 - Debugger: Print breakpoint/watchpoint number when inserting
  56 - Qt: Open a message box for Qt frontend errors
  57 - FFmpeg: Support audio-only recording
  58 - Qt: Increase maximum magnifications and scaling
  59 - Qt: Add native FPS button to settings view
  60 - Qt: Improve sync code
  61 - Switch: Dynamic display resizing
  62 - Qt: Make mute menu option also toggle fast-forward mute (fixes mgba.io/i/1424)
  63 - Vita: L2/R2 and L3/R3 can now be mapped on PSTV (fixes mgba.io/i/1292)
  64 - mGUI: Remember name and position of last loaded game
  65 - Core: Create game-related paths if they don't exist (fixes mgba.io/i/1446)
  66 - Qt: Add option to pause on minimizing window (closes mgba.io/i/1379)
  67 - Switch: Support file associations
  68
  690.7.2: (2019-05-25)
  70Emulation fixes:
  71 - GB: Fix HALT when IE and IF unused bits are set (fixes mgba.io/i/1349)
  72 - GB Timer: Fix timing adjustments when writing to TAC (fixes mgba.io/i/1340)
  73 - GB Video: Fix window y changing mid-window (fixes mgba.io/i/1345)
  74 - GB Video: Fix more window edge cases (fixes mgba.io/i/1346)
  75 - GBA: Fix RTC on non-standard sized ROMs (fixes mgba.io/i/1400)
  76 - GBA DMA: Fix DMA0-2 lengths (fixes mgba.io/i/1344)
  77 - GBA Memory: Fix writing to OBJ memory in modes 3 and 5
  78 - GBA Memory: Prevent writing to mirrored BG VRAM (fixes mgba.io/i/743)
  79 - GBA Video: Fix scanline cache with scale factor change edge cases
  80 - GBA Video: Fix sprite mosaic clamping (fixes mgba.io/i/1008)
  81 - GBA Video: Implement mosaic on transformed sprites (fixes mgba.io/b/5)
  82Other fixes:
  83 - 3DS: Ensure core 2 can be used for threaded renderer (fixes mgba.io/i/1371)
  84 - All: Fix several memory leaks
  85 - GB Core: Fix toggling WIN and OBJ being swapped
  86 - GBA: Fix skipping BIOS on irregularly sized ROMs
  87 - CMake: Fix .deb imagemagick dependencies
  88 - FFmpeg: Improve initialization reliability and cleanup
  89 - FFmpeg: Fix audio conversion producing gaps
  90 - LR35902: Fix disassembly of several CB-prefix instructions
  91 - LR35902: Fix trailing whitespace in disassembly
  92 - Qt: More app metadata fixes
  93 - Qt: Fix load recent from archive (fixes mgba.io/i/1325)
  94 - Qt: Fix overrides getting discarded (fixes mgba.io/i/1354)
  95 - Qt: Fix saved scale not getting set on resize (fixes mgba.io/i/1074)
  96 - Qt: Fix crash in sprite viewer magnification (fixes mgba.io/i/1362)
  97 - Qt: Fix adjusting magnification in tile viewer when not fitting to window
  98 - Qt: Fix bounded fast forward with Qt Multimedia
  99 - Qt: Fix saving settings with native FPS target
 100 - Wii: Fix aspect ratio (fixes mgba.io/i/500)
 101Misc:
 102 - Qt: Add missing HEVC NVENC option (fixes mgba.io/i/1323)
 103 - Qt: Improve camera initialization
 104 - Vita: Improved frame drawing speed
 105
 1060.7.1: (2019-02-24)
 107Bugfixes:
 108 - 3DS: Work around menu freezing (fixes mgba.io/i/1294)
 109 - GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM
 110 - GB Serialize: Fix loading states with negative pixel x (fixes mgba.io/i/1293)
 111 - GB, GBA Serialize: Fix loading two states in a row
 112 - GBA: Fix video timing when skipping BIOS (fixes mgba.io/i/1318)
 113 - GBA DMA: Fix Display Start DMAs
 114 - GBA DMA: Fix DMA start/end timing
 115 - GBA DMA: Fix invalid DMA handling (fixes mgba.io/i/1301)
 116 - GBA Memory: Fix a few AGBPrint crashes
 117 - GBA Memory: Fix OOB ROM reads showing up as AGBPrint memory
 118 - GBA SIO: Prevent writing read-only multiplayer bits
 119 - GBA Video: Fix enabling layers in non-tile modes (fixes mgba.io/i/1317)
 120 - Python: Fix crash when deleting files owned by library
 121 - Python: Make sure GB link object isn't GC'd before GB object
 122 - PSP2: Fix file descriptors dying on suspend (fixes mgba.io/i/1123)
 123 - Qt: Fix tile and sprite views not always displaying at first
 124 - Qt: Fix audio context holding onto closed game controller
 125 - Qt: Fix color picking in sprite view (fixes mgba.io/i/1307)
 126 - Qt: Fix window icon on X11
 127 - Qt: Fix quick load recent accidentally saving (fixes mgba.io/i/1309)
 128 - Switch: Fix final cleanup (fixes mgba.io/i/1283)
 129 - Switch: Fix gyroscope orientation (fixes mgba.io/i/1300)
 130Misc:
 131 - GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1274)
 132 - Qt: Updated Italian translation (by Vecna)
 133
 1340.7.0: (2019-01-26)
 135Features:
 136 - ELF support
 137 - Game Boy Camera support
 138 - Qt: Set default Game Boy colors
 139 - Game Boy Printer support
 140 - Super Game Boy support
 141 - Customizable autofire speed
 142 - Ability to set default Game Boy model
 143 - Map viewer
 144 - Automatic cheat loading and saving
 145 - GameShark and Action Replay button support
 146 - AGBPrint support
 147 - Debugger: Conditional breakpoints and watchpoints
 148 - Ability to select GB/GBC/SGB BIOS on console ports
 149 - Optional automatic state saving/loading
 150 - Access to ur0 and uma0 partitions on the Vita
 151 - Partial support for MBC6, MMM01, TAMA and HuC-1 GB mappers
 152 - GBA: ARMIPS/A22i-style and ELF symbol table support
 153 - Initial Switch port
 154Bugfixes:
 155 - ARM: Fix MSR when T bit is set
 156 - Core: Fix audio sync breaking when interrupted
 157 - Core: Fix ordering events when scheduling during events
 158 - FFmpeg: Fix encoding audio/video queue issues
 159 - GB: Revamp IRQ handling based on new information
 160 - GB: Fix IRQ disabling on the same T-cycle as an assert
 161 - GB Audio: Make audio unsigned with bias (fixes mgba.io/i/749)
 162 - GB Audio: Clock frame events on DIV
 163 - GB Audio: Fix channel 3 reset value
 164 - GB Audio: Fix channel 4 initial LFSR
 165 - GB Audio: Fix channel 1, 2 and 4 reset timing
 166 - GB I/O: DMA register is R/W
 167 - GB MBC: Improve multicart detection heuristic (fixes mgba.io/i/1177)
 168 - GB, GBA Savedata: Fix savestate loading overwriting saves on reset
 169 - GB, GBA Savedata: Fix unmasking savedata crash
 170 - GB Serialize: Fix audio state loading
 171 - GB Serialize: Fix game title check
 172 - GB Serialize: Fix IRQ pending/EI pending confusion
 173 - GB Timer: Minor accuracy improvements
 174 - GB Video: Fix dot clock timing being slightly wrong
 175 - GB Video: Fix loading states while in mode 3
 176 - GB Video: Fix enabling window when LY > WY (fixes mgba.io/i/409)
 177 - GB Video: Fix SCX timing
 178 - GB, GBA Video: Don't call finishFrame twice in thread proxy
 179 - GBA: Reset WAITCNT properly
 180 - GBA BIOS: Fix BitUnPack final byte
 181 - GBA BIOS: Fix BitUnPack narrowing
 182 - GBA DMA: Fix invalid DMA reads (fixes mgba.io/i/142)
 183 - GBA DMA: Fix temporal sorting of DMAs of different priorities
 184 - GBA Hardware: Fix RTC overriding light sensor (fixes mgba.io/i/1069)
 185 - GBA Hardware: Fix RTC handshake transition (fixes mgba.io/i/1134)
 186 - GBA Memory: Fix Vast Fame support (taizou) (fixes mgba.io/i/1170)
 187 - GBA Savedata: Fix savedata modified time updating when read-only
 188 - GBA Serialize: Fix loading channel 3 volume (fixes mgba.io/i/1107)
 189 - GBA Serialize: Fix loading states in Hblank
 190 - GBA SIO: Fix unconnected SIOCNT for multi mode (fixes mgba.io/i/1105)
 191 - GBA Timer: Fix timers sometimes being late (fixes mgba.io/i/1012)
 192 - GBA Video: Don't mask out high bits of BLDY (fixes mgba.io/i/899)
 193 - GBA Video: Add delay when enabling BGs (fixes mgba.io/i/744, mgba.io/i/752)
 194 - GBA Video: Start timing mid-scanline when skipping BIOS
 195 - GBA Video: Improve sprite cycle counting (fixes mgba.io/i/1126)
 196 - GBA Video: Make layer disabling work consistently
 197 - PSP2: Fix more issues causing poor audio
 198 - Qt: Fix GL display when loading a game from CLI (fixes mgba.io/i/843)
 199 - Qt: Improve FPS timer stability
 200 - Util: Fix wrapping edge cases in RingFIFO
 201Misc:
 202 - 3DS: Remove deprecated CSND interface
 203 - All: Make FIXED_ROM_BUFFER an option instead of 3DS-only
 204 - Core: Remove broken option for whether rewinding restores save games
 205 - Feature: Added loading savestates from command line
 206 - FFmpeg: Support libswresample (fixes mgba.io/i/1120, mgba.io/b/123)
 207 - FFmpeg: Support lossless h.264 encoding
 208 - FFmpeg: Support lossless VP9 encoding
 209 - GBA Cheats: Allow multiple ROM patches in the same slot
 210 - GB: Skip BIOS option now works
 211 - GB: Fix VRAM/palette locking (fixes mgba.io/i/1109)
 212 - GB Audio: Improved audio quality
 213 - GB, GBA Audio: Increase max audio volume
 214 - GB MBC: Remove erroneous bank 0 wrapping
 215 - GB Video: Darken colors in GBA mode
 216 - GBA: Extend oddly-sized ROMs to full address space (fixes mgba.io/i/722)
 217 - GBA: Implement display start DMAs
 218 - GBA: Improve multiboot image detection
 219 - GBA Memory: 64 MiB GBA Video cartridge support
 220 - GBA Savedata: Remove ability to disable realistic timing
 221 - GBA Timer: Use global cycles for timers
 222 - Libretro: Add frameskip option
 223 - mGUI: Add fast forward toggle
 224 - PSP2: Use system enter key by default
 225 - Python: Integrate tests from cinema test suite
 226 - Qt: Redo GameController into multiple classes
 227 - Qt: Prevent window from being created off-screen
 228 - Qt: Add option to disable FPS display
 229 - Qt: Options to mess around with layer placement
 230 - Qt: Add load alternate save option
 231 - Qt: Allow pausing game at load (fixes mgba.io/i/1129)
 232 - Qt: Clean up FPS target UI (fixes mgba.io/i/436)
 233 - Test: Restructure test suite into multiple executables
 234 - Util: Don't build crc32 if the function already exists
 235 - Wii: Move audio handling to callbacks (fixes mgba.io/i/803)
 236Changes from beta 1:
 237Features:
 238 - Libretro: Add Game Boy cheat support
 239 - Qt: Separate fast forward volume control (fixes mgba.io/i/846, mgba.io/i/1143)
 240 - Switch: Rumble support
 241 - Switch: Rotation support
 242 - Switch: Screen stretching options
 243 - Qt: State file load/save menu options
 244 - Windows installer
 245 - Tile viewer now has adjustable width
 246 - Python: Experimental audio API
 247Bugfixes:
 248 - 3DS: Fix unused screens not clearing (fixes mgba.io/i/1184)
 249 - Core: Remember to deinit proxy ring FIFO
 250 - Core: Reroot timing list when (de)scheduling
 251 - GB, GBA: Fix broken opposing button filter (fixes mgba.io/i/1191)
 252 - GB MBC: Fix MBC30 SRAM
 253 - GB, GBA Savedata: Fix leaks when loading masked save (fixes mgba.io/i/1197)
 254 - GB Video: Fix SGB border hole size
 255 - GB Video: Changing LYC while LCDC off doesn't affect STAT (fixes mgba.io/i/1224)
 256 - GBA: Fix GB Player features
 257 - GBA I/O: SOUNDCNT_HI is readable when sound is off
 258 - GBA Savedata: Fix EEPROM writing codepath when savetype is not EEPROM
 259 - GBA Video: Fix caching with background toggling (fixes mgba.io/i/1118)
 260 - Libretro: Fix adding codes with hooks
 261 - PSP2: Fix audio crackling after fast forward
 262 - PSP2: Fix audio crackling when buffer is full
 263 - Qt: Fix jumbled background when paused
 264 - Qt: Fix FPS counter on Windows
 265 - Qt: Fix focus issues with load/save state overlay
 266 - Switch: Fix incorrect mapping for fast forward cap
 267 - Wii: Fix drawing caching regression (fixes mgba.io/i/1185)
 268 - PSP2: Fix tearing issues (fixes mgba.io/i/1211)
 269 - Qt: Fix mapping analog triggers (fixes mgba.io/i/495)
 270 - Qt: Grab focus when game starts (fixes mgba.io/i/804)
 271 - Qt: Ensure FATAL logs reach log view
 272 - SDL: Fix handling of invalid gamepads (fixes mgba.io/i/1239)
 273Misc:
 274 - CMake: Fix libswresample version dependencies (fixes mgba.io/i/1229)
 275 - Debugger: Minor text fixes
 276 - Debugger: Readability improvements (fixes mgba.io/i/1238)
 277 - GB: Improved SGB2 support
 278 - GB Audio: Skip frame if enabled when clock is high
 279 - Libretro: Reduce rumble callbacks
 280 - mGUI: Add SGB border configuration option
 281 - mGUI: Add support for different settings types
 282 - Python: Minor API improvements
 283 - Qt: Ensure camera image is valid
 284 - Qt: Debugger console history
 285 - Qt: Detect presence of GL_ARB_framebuffer_object
 286 - Qt: Minor memory view tweaks
 287 - Res: Improve modeling of AGB/AGS screen in shaders
 288 - Wii: Define _GNU_SOURCE (fixes mgba.io/i/1106)
 289 - Wii: Expose stretch configuration in settings
 290 - Wii: Stretch now sets pixel-accurate mode size cap
 291
 2920.7 beta 1: (2018-09-24)
 293- Initial beta for 0.7
 294
 2950.6.3: (2018-04-14)
 296Bugfixes:
 297 - GB Audio: Revert unsigned audio changes
 298 - GB Video: Fix bad merge (fixes mgba.io/i/1040)
 299 - GBA Video: Fix OBJ blending regression (fixes mgba.io/i/1037)
 300
 3010.6.2: (2018-04-03)
 302Bugfixes:
 303 - Core: Fix ROM patches not being unloaded when disabled (fixes mgba.io/i/962)
 304 - 3DS: Fix opening files in directory names with trailing slashes
 305 - LR35902: Fix watchpoints not reporting new value
 306 - GB MBC: Fix MBC2 saves (fixes mgba.io/i/954)
 307 - GB Memory: HDMAs should not start when LCD is off (fixes mgba.io/i/310)
 308 - GB Memory: Fix OAM DMA blocking regions (fixes mgba.io/i/1013)
 309 - GB Video: Only trigger STAT write IRQs when screen is on (fixes mgba.io/i/912)
 310 - GBA: Fix some GBA ROM misdetection (fixes mgba.io/i/978)
 311 - GBA: Fix SharkPort saves for EEPROM games
 312 - GBA Audio: Increase PSG volume (fixes mgba.io/i/932)
 313 - GBA BIOS: Fix incorrect exit condition in LZ77
 314 - GBA Cheats: Fix PARv3 slide codes (fixes mgba.io/i/919)
 315 - GBA Cheats: Fix slide codes not initializing properly
 316 - GBA DMA: ROM reads are forced to increment
 317 - GBA Hardware: RTC accuracy improvements
 318 - GBA I/O: Fix writing to DISPCNT CGB flag (fixes mgba.io/i/902)
 319 - GBA Memory: Fix copy-on-write memory leak
 320 - GBA Memory: Partially revert prefetch changes (fixes mgba.io/i/840)
 321 - GBA Savedata: Fix crash when resizing flash
 322 - GBA Video: Force align 256-color tiles
 323 - GBA Video: OBJWIN can change blend params after OBJ is drawn (fixes mgba.io/i/921)
 324 - PSP2: Fix issues causing poor audio
 325 - Python: Fix package directory
 326 - Qt: Fix locale being set to English on settings save (fixes mgba.io/i/906)
 327 - Qt: Fix opening in fullscreen (fixes mgba.io/i/993)
 328 - Wii: Fix screen tear when unpausing
 329 - Wii: Fix various setup and teardown drawing issues (fixes mgba.io/i/988)
 330Misc:
 331 - 3DS: Scale font based on glyph heights (fixes mgba.io/i/961)
 332 - GB MBC: Remove erroneous bank 0 wrapping
 333 - GBA: Improve multiboot image detection
 334 - PSP2: Use system enter key by default
 335
 3360.6.1: (2017-10-01)
 337Bugfixes:
 338 - GB, GBA: Fix crashes when attempting to identify null VFiles
 339 - GB, GBA: Fix sync to video with frameskip
 340 - GB, GBA Savedata: Fix savestate-related save overwriting (fixes mgba.io/i/834)
 341 - GB Audio: Fix NRx2 writes while active (fixes mgba.io/i/866)
 342 - GB Core: Fix palette loading when loading a foreign config
 343 - GB MBC: Pocket Cam memory should be accessible without enabling
 344 - GB MBC: Fix SRAM sizes 4 and 5
 345 - GB MBC: Fix RTC initialization (fixes mgba.io/i/825)
 346 - GB MBC: Fix RTC loading when file size is off
 347 - GB Memory: Initialize peripheral pointers
 348 - GB Memory: Prevent accessing empty SRAM (fixes mgba.io/i/831)
 349 - GB Memory: Fix HDMA count starting in mode 0 (fixes mgba.io/i/855)
 350 - GB Memory: Actually load latch time from savestate
 351 - GB Serialize: Fix deserializing video STAT
 352 - GB Video: Fix 16-bit screenshots (fixes mgba.io/i/826)
 353 - GB Video: Fix potential hang when ending mode 0
 354 - GB Video: Fix read mode when enabling LCD
 355 - GBA: Reset active region as needed when loading a ROM
 356 - GBA: Fix keypad IRQs not firing when extra buttons are pressed
 357 - GBA BIOS: Use core's VRAM variable instead of renderer's
 358 - GBA Cheats: Fix PARv3 multiline blocks (fixes mgba.io/i/889)
 359 - GBA I/O: Fix reading from a few invalid I/O registers (fixes mgba.io/i/876)
 360 - GBA Savedata: Fix 512 byte EEPROM saving as 8kB (fixes mgba.io/i/877)
 361 - GBA Savedata: Fix size of SRAM saves (fixes mgba.io/i/883)
 362 - GBA Video: Fix broken sprite blending hack (fixes mgba.io/i/532)
 363 - Python: Fix importing .gb or .gba before .core
 364 - Qt: Fix command line debugger closing second game
 365 - Qt: Fix LOG argument order
 366 - Qt: Fix timezone issues with time overrides
 367 - Qt: Fix sprite export pausing game indefinitely (fixes mgba.io/i/841)
 368 - SDL: Fix potential race condition when pressing keys (fixes mgba.io/i/872)
 369Misc:
 370 - CMake: Fix CPack dependencies for libpng 1.6
 371 - GBA: Detect hardware for Pokémon FireRed ROM hacks
 372 - GBA Cheats: Improve detection of raw cheats
 373 - Qt: Don't rebuild library view if style hasn't changed
 374 - Qt: Allow overrides to be saved before a game is loaded
 375 - Qt: Hide mouse immediately when loading
 376 - SDL: Fix 2.0.5 build on macOS under some circumstances
 377 - VFS: Make VFile.truncate work growing files on PSV (fixes mgba.io/i/885)
 378
 3790.6.0: (2017-07-16)
 380Features:
 381 - Library view
 382 - Sprite viewer
 383 - Debugging console
 384 - Improved memory viewer
 385 - Memory search
 386 - Command line ability to override configuration values
 387 - Add option to allow preloading the entire ROM before running
 388 - Add option for whether rewinding restores save games
 389 - Savestates now contain any RTC override data
 390 - Add option to lock video to integer scaling
 391 - LR35902: Watchpoints
 392 - LR35902/GB-Z80 disassembler
 393 - GB: Tile viewer
 394 - GB: Video/audio channel enabling/disabling
 395 - GB: Symbol table support
 396 - GB MBC: Add MBC1 multicart support
 397 - GBA: Support printing debug strings from inside a game
 398 - GBA: Better cheat type autodetection
 399 - Implement keypad interrupts
 400 - Configuration of gamepad hats
 401 - Video log recording for testing and bug reporting
 402 - Debugger: Segment/bank support
 403 - Debugger: Execution tracing
 404 - Qt: German translation (by Lothar Serra Mari)
 405 - Qt: Spanish translation (by Kevin López)
 406 - Qt: Italian translation (by theheroGAC)
 407Bugfixes:
 408 - ARM7: Fix MLA/*MULL/*MLAL timing
 409 - Core: Fix crash with rewind if savestates shrink
 410 - Core: Fix interrupting a thread while on the thread (fixes mgba.io/i/692)
 411 - Core: Fix directory sets crashing on close if base isn't properly detached
 412 - FFmpeg: Fix overflow and general issues with audio encoding
 413 - GB: Fix flickering when screen is strobed quickly
 414 - GB: Fix STAT blocking
 415 - GB MBC: Fix ROM bank overflows getting set to bank 0
 416 - GB MBC: Fix swapping carts not detect new MBC
 417 - GB Timer: Improve DIV reset behavior
 418 - GB Timer: Fix DIV batching if TAC changes
 419 - GB Video: Reset renderer when loading state
 420 - GBA: Fix multiboot ROM loading
 421 - GBA: Fix multiboot loading resulting in too small WRAM
 422 - GBA BIOS: Implement BitUnPack
 423 - GBA BIOS: Fix ArcTan sign in HLE BIOS
 424 - GBA BIOS: Fix ArcTan2 sign in HLE BIOS (fixes mgba.io/i/689)
 425 - GBA BIOS: Fix INT_MIN/-1 crash
 426 - GBA Hardware: Fix crash if a savestate lies about game hardware
 427 - GBA I/O: Handle audio registers specially when deserializing
 428 - GBA Memory: Improve initial skipped BIOS state
 429 - GBA Savedata: Fix savedata unmasking (fixes mgba.io/i/441)
 430 - GBA Savedata: Update and fix Sharkport importing (fixes mgba.io/i/658)
 431 - GBA Video: Fix wrong palette on 256-color sprites in OBJWIN
 432 - GBA Video: Don't update background scanline params in mode 0 (fixes mgba.io/i/377)
 433 - Libretro: Fix saving in GB games (fixes mgba.io/i/486)
 434 - LR35902: Fix core never exiting with certain event patterns
 435 - LR35902: Fix pc overflowing current region off-by-one
 436 - LR35902: Fix decoding LD r, $imm and 0-valued immediates (fixes mgba.io/i/735)
 437 - OpenGL: Fix some shaders causing offset graphics
 438 - GB Timer: Fix sub-M-cycle DIV reset timing and edge triggering
 439 - Qt: Fix window icon being stretched
 440 - Qt: Fix data directory path
 441 - Qt: Fix timing issues on high refresh rate monitors
 442 - Qt: Fix linking after some windows have been closed
 443 - Qt: Fix crash when changing audio settings after a game is closed
 444 - Qt: Ensure CLI backend is attached when submitting commands (fixes mgba.io/i/662)
 445 - Qt: Disable "New multiplayer window" when MAX_GBAS is reached (fixes mgba.io/i/107)
 446 - Qt: Fix game unpausing after frame advancing and refocusing
 447 - SDL: Fix game crash check
 448 - SDL: Fix race condition with audio thread when starting
 449 - SDL: Fix showing version number
 450 - Test: Fix crash when loading invalid file
 451 - Test: Fix crash when fuzzing fails to load a file
 452 - Test: Don't rely on core for frames elapsed
 453 - Test: Fix crash when loading invalid file
 454 - Test: Fix crash when fuzzing fails to load a file
 455 - Tools: Fix recurring multiple times over the same library
 456 - Util: Fix overflow when loading invalid UPS patches
 457 - Util: Fix highest-fd socket not being returned by SocketAccept
 458 - Windows: Fix VDir.rewind
 459Misc:
 460 - All: Add C++ header guards
 461 - All: Move time.h include to common.h
 462 - 3DS, PSP2, Wii: Last directory loaded is saved
 463 - CMake: Add ability to just print version string
 464 - Core: New, faster event timing subsystem
 465 - Core: Clean up some thread state checks
 466 - Core: Add generic checksum function
 467 - Core: Cores can now have multiple sets of callbacks
 468 - Core: Restore sleep callback
 469 - Core: Move rewind diffing to its own thread
 470 - Core: Ability to enumerate and modify video and audio channels
 471 - Core: List memory segments in the core
 472 - Core: Move savestate creation time to extdata
 473 - Core: Config values can now be hexadecimal
 474 - Core: Improved threading interrupted detection
 475 - Debugger: Modularize CLI debugger
 476 - Debugger: Make building with debugging aspects optional
 477 - Debugger: Add functions for read- or write-only watchpoints
 478 - Debugger: Make attaching a backend idempotent
 479 - Debugger: Add mDebuggerRunFrame convenience function
 480 - Feature: Move game database from flatfile to SQLite3
 481 - Feature: Support ImageMagick 7
 482 - Feature: Make -l option explicit
 483 - FFmpeg: Return false if a file fails to open
 484 - FFmpeg: Force MP4 files to YUV420P
 485 - GB: Trust ROM header for number of SRAM banks (fixes mgba.io/i/726)
 486 - GB: Reset with initial state of DIV register
 487 - GB MBC: New MBC7 implementation
 488 - GB Audio: Simplify envelope code
 489 - GB Audio: Improve initial envelope samples
 490 - GB Audio: Start implementing "zombie" audio (fixes mgba.io/i/389)
 491 - GB Video: Improved video timings
 492 - GBA: Ignore invalid opcodes used by the Wii U VC emulator
 493 - GBA, GB: ROM is now unloaded if a patch is applied
 494 - GBA DMA: Refactor DMA out of memory.c
 495 - GBA DMA: Move DMAs to using absolute timing
 496 - GBA I/O: Clear JOYSTAT RECV flag when reading JOY_RECV registers
 497 - GBA I/O: Set JOYSTAT TRANS flag when writing JOY_TRANS registers
 498 - GBA Memory: Support for Mo Jie Qi Bing by Vast Fame (taizou)
 499 - GBA Memory: Support reading/writing POSTFLG
 500 - GBA Memory: Remove unused prefetch cruft
 501 - GBA Timer: Improve accuracy of timers
 502 - GBA Video: Clean up unused timers
 503 - GBA Video: Allow multiple handles into the same tile cache
 504 - GBA Video, GB Video: Colors are now fully scaled
 505 - GBA Video: Optimize when BLD* registers are written frequently
 506 - OpenGL: Add xBR-lv2 shader
 507 - Qt: Move last directory setting from qt.ini to config.ini
 508 - Qt: Improved HiDPI support
 509 - Qt: Expose configuration directory
 510 - Qt: Merge "Save" and "OK" buttons in shader options
 511 - Qt: Automatically load controller profile when plugged in
 512 - Qt: Rename "Resample video" option to "Bilinear filtering"
 513 - Qt: Remove audio thread
 514 - Qt: Remove audio buffer sizing in AudioProcessorQt
 515 - Qt: Re-enable QtMultimedia on Windows
 516 - Qt: Make "Mute" able to be bound to a key
 517 - Qt: Add .gb/.gbc files to the extension list in Info.plist
 518 - Qt: Relax hard dependency on OpenGL
 519 - Qt: Better highlight active key in control binding
 520 - SDL: Remove scancode key input
 521 - SDL: Automatically map controllers when plugged in
 522 - Test: Add a basic test suite
 523 - Util: Add size counting to Table
 524 - Util: Add 8-bit PNG write support
 525 - Util: Tune patch-fast extent sizes
 526 - VFS: Call msync when syncing mapped data
 527 - VFS: Allow truncating memory chunk VFiles
 528 - VFS: Fix some minor VFile issues with FILEs
 529 - VFS: Optimize expanding in-memory files
 530 - VFS: Add VFileFIFO for operating on circle buffers
 531Changes from beta 1:
 532Features:
 533 - Qt: Italian translation (by theheroGAC)
 534 - Qt: Updated German translation
 535Bugfixes:
 536 - GB Audio: Fix incorrect channel 4 iteration
 537 - GB Audio: Fix zombie mode bit masking
 538 - GB Serialize: Fix timer serialization
 539 - GB Video: Fix LYC regression
 540 - GBA SIO: Improve SIO Normal dummy driver (fixes mgba.io/i/520)
 541 - GBA Timer: Fix count-up timing overflowing timer 3
 542 - PSP2: Use custom localtime_r since newlib version is broken (fixes mgba.io/i/560)
 543 - Qt: Fix memory search close button (fixes mgba.io/i/769)
 544 - Qt: Fix window icon being stretched
 545 - Qt: Fix initial window size (fixes mgba.io/i/766)
 546 - Qt: Fix data directory path
 547 - Qt: Fix controls not saving on non-SDL builds
 548 - Qt: Fix translation initialization (fixes mgba.io/i/776)
 549 - Qt: Fix patch loading while a game is running
 550 - Qt: Fix shader selector on Ubuntu (fixes mgba.io/i/767)
 551 - Core: Fix rewinding getting out of sync (fixes mgba.io/i/791)
 552 - Qt: Fix GL-less build
 553 - Qt: Fix Software renderer not handling alpha bits properly
 554 - Qt: Fix screen background improperly stretching
 555 - SDL: Fix cheats not loading
 556Misc:
 557 - GB Serialize: Add MBC state serialization
 558 - GBA Memory: Call crash callbacks regardless of if hard crash is enabled
 559 - GBA Timer: Improve accuracy of timers
 560 - PSP2: Update toolchain to use vita.cmake
 561 - Qt: Add language selector
 562 - Qt: Minor test fixes
 563 - Qt: Move shader settings into main settings window
 564 - Qt: Dismiss game crashing/failing dialogs when a new game loads
 565 - Qt: Properly ship Qt translations
 566 - SDL: Remove writing back obtained samples (fixes mgba.io/i/768)
 567
 5680.6 beta 1: (2017-06-29)
 569 - Initial beta for 0.6
 570
 5710.5.2: (2016-12-31)
 572Bugfixes:
 573 - All: Fix fullscreen config option being ignored
 574 - ARM7: PSR mode bits should not get sign extended
 575 - GB: Fix audio not being deinitialized
 576 - GB: Fix crash when masking savedata
 577 - GB: Properly initialize sramRealVf variable
 578 - GB Audio: Fix serialization of channel 3 and NR52 properties
 579 - GB Audio: Reset envelope timer when reseting sound channel
 580 - GB MBC: Fix SRAM dangling pointer with RTC games
 581 - GB MBC: Fix initializing MBC when no ROM is loaded
 582 - GB Memory: Fix patching ROM bank 0
 583 - GB Memory: Fix starting HDMAs during mode 0
 584 - GB Memory: Fix HDMA5 value after DMA completes
 585 - GB Video: Initialize LCDC in renderer
 586 - GB Video: Hblank IRQs should mask LYC=LY IRQs
 587 - GBA: Fix IRQs firing after already being cleared
 588 - GBA: Only unhalt CPU if appropriate bit is set in IE
 589 - GBA: Add savegame override for Crash Bandicoot 2
 590 - GBA BIOS: Fix MidiKey2Freq BIOS reads
 591 - GBA BIOS: Fix invalid CpuSet not setting BIOS prefetch
 592 - GBA Cheats: Fix GameShark ROM patches
 593 - GBA I/O: Mask off WAITCNT bits that cannot be written
 594 - GBA Memory: Fix misaligned BIOS reads
 595 - GBA Memory: Fix VCOUNT being writable
 596 - GBA Video: Fix out of bounds sprite transforms
 597 - Libretro: Fix unterminated SET_INPUT_DESCRIPTORS
 598 - Libretro: Fix disabling BIOS
 599 - Libretro: Fix Game Boy savestates and audio
 600 - Qt: Fix changing resolution of software renderer
 601 - Qt: Fix setting overrides
 602 - Qt: Fix cut off tiles and alignment issues in tile viewer
 603 - Qt: Only reset window dimensions when first shown
 604 - Qt: Fix Qt Multimedia audio driver on big endian
 605 - Qt: Fix Apply button for key and controller configurations
 606 - VFS: Fix resizing memory chunks when not needed
 607 - Windows: Fix Unicode directory handling
 608Misc:
 609 - GB, GBA: Prevent loading null ROMs
 610 - GB Audio: Initialize wave RAM to GBC values
 611 - GB Memory: Reset ROM bank when loading a ROM
 612 - PSP2: Improved controller rumble
 613
 6140.5.1: (2016-10-05)
 615Bugfixes:
 616 - Core: Fix importing save games as read-only
 617 - FFmpeg: Fix encoding AAC
 618 - GB: Fix invalid STOP behavior on Game Boy Color
 619 - GB: Initialize audio properly
 620 - GB: Properly clear KEY1 bit 0 when switching speeds
 621 - GB: Properly unload save files when unloading a ROM
 622 - GB, GBA: Fix emulator hardlocking when halting with IRQs off
 623 - GB MBC: Fix MBC7 when size is incorrectly specified
 624 - GB MBC: Fix RTC access when no save file is loaded
 625 - GB SIO: Don't auto-clock external shift clock
 626 - GB Video: Setting LYC=LY during mode 2 should trigger an IRQ
 627 - GB Video: Fix video frames getting missed when LCDC is off
 628 - GB Video: Clear screen when LCDC is off
 629 - GBA Cheats: Fix holding onto pointers that may get invalidated
 630 - GBA Cheats: Fix key-activated CodeBreaker cheats
 631 - GBA Cheats: Fix uninitialized memory getting freed when saving
 632 - GBA Hardware: Improve Game Boy Player rumble behavior
 633 - GBA Memory: Fix several unused I/O register read values
 634 - GBA Savedata: Fix loading savestates with 512Mb Flash saves
 635 - LR35902: Fix events running with the wrong cycle active
 636 - Qt: Fix "close" button on Overrides view
 637 - Qt: Fix saving overrides
 638 - Qt: Fix directory set unloading when replacing the ROM
 639 - Qt: Fix patch loading
 640 - Qt: Fix crash when saving an override if a game isn't loaded
 641 - Qt: Fix showing default display driver as OpenGL (force 1.x)
 642 - SDL: Attach rumble in SDL frontend
 643 - Util: Fix PNG identification on files too small to be a PNG
 644Misc:
 645 - All: Only update version info if needed
 646 - All: Split out install locations for Libretro and OpenEmu
 647 - FFmpeg: Encoding cleanup
 648 - GB: Reset active region when reloading ROM
 649 - GB Memory: Initialize RAM pattern for GBC
 650 - GB Video: Improved video timings
 651 - Qt: Manage window sizes slightly better
 652 - Qt: Remember scale option independent of core dimensions
 653
 6540.5.0: (2016-09-19)
 655Features:
 656 - Game Boy support
 657 - Support for encrypted CodeBreaker GBA cheats
 658 - Emulation of Vast Fame protected GBA carts (taizou)
 659 - Tile viewer
 660 - Threaded rendering mode
 661 - Libretro: Memory map and achievement support (leiradel)
 662 - GUI: Add UI control remapping
 663 - GUI: Add fast-forward
 664 - Wii: 240p support
 665 - 3DS: Adjustable screen darkening
 666 - Ability to temporarily load a savegame
 667 - Load specific files out of archives
 668 - Automatic BIOS detection
 669Bugfixes:
 670 - ARM7: Fix decoding of Thumb ADD (variants 5 and 6)
 671 - Debugger: Fix GDB breakpoints
 672 - GBA: Fix losing IRQs when CPSR I bit isn't cleared
 673 - GBA: Fix filehandle leak with savegames
 674 - GBA: Timer 0 cannot be count up
 675 - GBA: Count up timers should not count themselves
 676 - GBA Memory: Fix mirror on non-overdumped Classic NES games
 677 - GBA Memory: Fix ldm {pc}
 678 - GBA Savedata: Fix savedata sync timer
 679 - GBA Savedata: Only unmap savedata if present
 680 - GBA Serialize: Savestates now properly store prefetch
 681 - GBA Video: WIN0/1 take priority over OBJWIN
 682 - GBA Video: Fix out-of-order OBJWIN
 683 - PSP2: Fix GPU crash while exiting
 684 - PSP2: Fix VSync
 685 - PSP2: Fix accelerometer range
 686 - PSP2: Actually load screen mode setting
 687 - PSP2: Fix gyroscope direction
 688 - PSP2: Delete threads after they return
 689 - PSP2: Fix mapping/unmapping from not at 0
 690 - Qt: Fix bug in software renderer scaling
 691 - Qt: Fix hanging key press after disabling autofire
 692 - Qt: Fix being unable to pause manually when using auto-pausing
 693 - SDL: Fix axes being mapped wrong
 694 - Util: Fix realloc semantics in utf16to8
 695 - Util: Fix inserting too many items into a hash table
 696 - VFS: Fix uninitialized varaible reading from 7z
 697 - VFS: Fix reading multiple files from a 7z archive
 698 - Wii: Fix framelimiting after a slowdown
 699 - Wii: Fix garbage flash at startup
 700Misc:
 701 - 3DS: Use blip_add_delta_fast for a small speed improvement
 702 - 3DS: Allow UTF-16 filenames
 703 - 3DS: Port to using citro3D
 704 - 3DS: Use system font for menus
 705 - 3DS: Attempt to use Core 2 for threads
 706 - 3DS: Adjustable filering
 707 - 3DS: 3D banner
 708 - All: Add QUIET parameter to silence CMake
 709 - All: Faster memory read/write
 710 - ARM7: Support forcing Thumb mode via MSR
 711 - ARM7: Flush prefetch cache when loading CPSR via MSR
 712 - ARM7: Clean up instruction decoding for future expandability
 713 - Debugger: Support register and memory writes via GDB stub
 714 - Debugger: Add software breakpoint support to gdb
 715 - FFmpeg: Full support for libavcodec 56+
 716 - GBA: Better debug logging if event processing breaks
 717 - GBA Audio: Force audio DMAs to not increment destination
 718 - GBA BIOS: Use custom ArcTan, not relying on OS
 719 - GBA Hardware: Clean up dead code in GBP
 720 - GBA Memory: Optimize stalling behavior
 721 - GBA Memory: Optimize Load-/StoreMultiple
 722 - GBA Savedata: Add realistic timing for EEPROM
 723 - GBA Serialize: Savestates now store if CPU was halted
 724 - GBA Video: Remove old slow path fallback
 725 - GBA Video: Optimize sprite drawing
 726 - GBA Video: Optimize mode 0 rendering
 727 - GBA Video: Optimize compositing cases slightly
 728 - GUI: Screenshot dimensions are now passed through
 729 - GUI: Add back logging
 730 - GUI: Only reload config if manually saved
 731 - GUI: Increase scrolling speed
 732 - OpenGL: Log shader compilation failure
 733 - OpenGL: Add texSize uniform
 734 - Qt: Make -g flag work in Qt build
 735 - Qt: Simplify OpenGL context creation
 736 - Qt: Thread startup improvements
 737 - Qt: Make audio channel/video layer options shortcut mappable
 738 - Qt: Remove some C99isms from C++ code
 739 - Qt: Remove default autofire mappings
 740 - Qt: Make reseting when pasued frame-accurate
 741 - Qt: Rearchitect game closing codepath
 742 - PSP2: Use system font for menus
 743 - PSP2: Add rumble for PS TV
 744 - PSP2: Add fit-to-height screen mode
 745 - PSP2: Sync files per descriptor
 746 - PSP2: Allow UTF-8 filenames
 747 - PSP2: Screenshots are now saved into the Photo Gallery
 748 - PSP2: Stop underclocking when menuing
 749 - SDL: Increase default audio buffer size to 1024 samples
 750 - SDL: More responsive rumble
 751 - Util: Add Vector GetConstPointer
 752 - Util: Add rtrim
 753 - Util: Add endswith
 754 - VFS: Improve zip file detection
 755 - Wii: Add pixelated resample filter
 756 - Windows: Add native VDir support
 757 - Util: Add PRIz macro for libc versions that don't support %z
 758
 7590.4.1: (2016-07-11)
 760Bugfixes:
 761 - All: Fix several file handle leaks
 762 - All: Fix instruction tables getting zeroed when linking sometimes
 763 - ARM7: Fix flags on SBC/RSC
 764 - ARM7: Fix setting spsr privilege bits when spsr is empty
 765 - GBA Audio: Reset audio FIFO DMA if an invalid destination is set
 766 - GBA BIOS: Fix RegisterRamReset setting DISPCNT to the wrong value
 767 - GBA BIOS: Fix ArcTan2 accuracy and boundary conditions
 768 - GBA Memory: Fix executing code from OBJ region of VRAM
 769 - GBA Serialize: Fix memory corruption bug in GBAExtdataSerialize
 770 - GBA Serialize: Fix loading savegames from savestates
 771 - OpenGL: Correct boolean vector strcmp strings for uniforms
 772 - Qt: Fix sending gameStopped twice
 773 - Qt: Fix hang if audio sync is enabled and audio fails to initialize
 774 - Qt: Fix initial state of key mapping
 775 - Qt: Initialize m_useBios
 776 - SDL: Fix joystick initialization on BSD
 777 - SDL: Fix potential joystick crash in games with rumble
 778 - SDL: Fix SDL 1.2 build
 779 - SDL: Fix sporadic crash when deinitializing audio
 780 - Shaders: Fix AGS-001 shader with some bad drivers
 781 - Util: Use closesocket on Windows
 782 - Util: Fix socket bind addresses
 783 - VFS: Fix reading 7z archives without rewinding first
 784 - VFS: VFileFromFD should not open directories
 785 - Wii: Fix tilting direction
 786 - Util: Fix realloc semantics in utf16to8
 787Misc:
 788 - All: Allow use of external minizip library
 789 - Debugger: CLI debugger now exits when end-of-stream is reached
 790 - FFmpeg: Update dependencies on Ubuntu
 791 - GBA: Slightly optimize GBAProcessEvents
 792 - GBA: Add overrides for DBZ: Legacy of Goku II and Ueki no Housoku
 793 - GBA Video: Null renderer should return proper register values
 794 - Libretro: Disable logging game errors, BIOS calls and stubs in release builds
 795 - Qt: Add preset for DualShock 4
 796 - Qt: Update 360 input profile on OS X to reflect newer drivers
 797 - Qt: Remove use of NaN
 798 - Qt: Canonicalize file paths when loading games
 799 - Qt: Add refresh button to controller editing
 800 - SDL: Remove default gamepad mappings
 801 - Util: Fix intermittent build failure on OS X
 802 - VFS: VFile.sync now updates modified time
 803
 8040.4.0: (2016-02-02)
 805Features:
 806 - Officially supported ports for the Nintendo 3DS, Wii, and PlayStation Vita
 807 - I/O viewer
 808 - Booting of multiboot images
 809 - Customization of GIF recording
 810 - Libretro: Cheat code support
 811 - Support for GLSL shaders
 812 - ROM information view
 813 - Support for VBA-style cheat codes
 814 - Savestates now store creation timestamps
 815 - Key autofire
 816 - Libretro: Allow blocking opposing directional input
 817 - OpenEmu core for OS X
 818 - Libretro: Settings for using BIOS and skipping intro
 819 - Libretro: Customizable idle loop removal
 820 - Implemented cycle counting for sprite rendering
 821 - Cleaner, unified settings window
 822 - Added a setting for pausing when the emulator is not in focus
 823 - Customizable paths for save games, save states, screenshots and patches
 824 - Controller hotplugging
 825 - Ability to store save games and active cheats within savestates
 826Bugfixes:
 827 - ARM7: Fix sign of unaligned LDRSH
 828 - ARM7: Fix decoding of some ARM ALU instructions with shifters
 829 - Debugger: Fix watchpoints in gdb
 830 - GBA: Fix warnings when creating and loading savestates
 831 - GBA: Fix Iridion II savetype
 832 - GBA BIOS: Fix misaligned CpuSet
 833 - GBA Cheats: Fix cheats setting the Action Replay version
 834 - GBA Hardware: Fix GPIO on big endian
 835 - GBA Memory: Fix DMA register writing behavior
 836 - GBA Memory: Fix DMAs triggering two cycles early
 837 - Libretro: Fix aspect ratio
 838 - Qt: Fix some potential crashes with the gamepad mapping
 839 - Qt: Fix keys being mapped incorrectly when loading configuration file
 840 - Util: Fix PowerPC PNG read/write pixel order
 841 - Util: Fix excessive memory allocation when decoding a PNG
 842 - VFS: Fix VFileReadline and remove _vfdReadline
 843Misc:
 844 - All: Improved PowerPC support
 845 - All: Fix some undefined behavior warnings
 846 - ARM7: Combine shifter-immediate and shifter-register functions to reduce binary size
 847 - Debugger: Convert breakpoints and watchpoints from linked-lists to vectors
 848 - GBA: Implement bad I/O register loading
 849 - GBA: Allow jumping to OAM and palette RAM
 850 - GBA BIOS: Finish implementing RegisterRamReset
 851 - GBA Config: Add "override" layer for better one-time configuration
 852 - GBA Input: Consolidate GBA_KEY_NONE and GBA_NO_MAPPING
 853 - GBA Memory: Use a dynamically sized mask for ROM memory
 854 - GBA Memory: Implement several unimplemented memory access types
 855 - GBA Memory: Add GBAView* functions for viewing memory directly without bus issues
 856 - GBA RR: Starting from savestate now embeds the savegame
 857 - GBA RR: Add preliminary SRAM support for VBM loading
 858 - GBA RR: Add support for resets in movies
 859 - GBA Video: Remove lastHblank, as it is implied
 860 - Libretro: Use anonymous memory mappers for large blocks of memory
 861 - Libretro: Add install target for libretro core
 862 - Qt: Window size command line options are now supported
 863 - Qt: Increase usability of key mapper
 864 - Qt: Add 'Apply' button to settings window
 865 - Qt: Gray out "Skip BIOS intro" while "Use BIOS file" is unchecked
 866 - Qt: Allow use of modifier keys as input
 867 - Qt: Optimize log viewer
 868 - Qt: Added button for breaking into the GDB debugger
 869 - Qt: Add box for showing duration of rewind
 870 - SDL: Support fullscreen in SDL 1.2
 871 - SDL: Allow GBASDLAudio to be used without a thread context
 872 - Util: Use VFile for configuration
 873 - Util: Add MutexTryLock
 874
 8750.3.2: (2015-12-16)
 876Bugfixes:
 877 - ARM7: Fix STRT/STRBT
 878 - ARM7: Implement undefined STRH/LDRH/LDRSH/LDRSB versions
 879 - ARM7: Fix bank switching with LDR[B]T/STR[B]T
 880 - Libretro: Fix problems with rumble not turning off
 881 - GBA: Fix idle skip state being retained between games
 882 - GBA: Initialize uninitialized pristineRom and pristineRomSize members
 883 - GBA BIOS: Fix CpuSet on 0x01XXXXXX addresses
 884 - GBA BIOS: Fix Sqrt sign
 885 - GBA BIOS: Fix misaligned RLUnCompReadNormalWrite*
 886 - GBA Hardware: Fix Game Boy Player rumble in Pokemon Pinball
 887 - GBA Memory: Fix DMA behavior for SRAM accesses
 888 - GBA Memory: Fix Store8 to OBJ VRAM
 889 - GBA Memory: Fix alignment of LDM/STM on SRAM
 890 - GBA Memory: Fix unaligned out-of-bounds ROM loads
 891 - GBA Memory: Fix timing of DMAs
 892 - GBA Video: Fix _mix for 15-bit color
 893 - GBA Video: Fix OAM and palette initialization
 894 - OpenGL: Fix fast-forward on some OpenGL drivers where it may block early
 895 - Qt: Use safer isLoaded check in GameController
 896 - Qt: Fix a race condition in PainterGL that could lead to a crash
 897 - Qt: Fix clear button/analog buttons in gamepad mapper on some platforms
 898 - Qt: Fix font size in memory viewer
 899 - Qt: Fix a crash in the memory viewer
 900 - Qt: Add additional checks in CheatModel to prevent crashes
 901 - Qt: Fix race condition with setting sample rate
 902 - Qt: Fix crash when closing multiplayer windows
 903 - Qt: Fix resetting while paused
 904Misc:
 905 - GBA Audio: Implement missing flags on SOUNDCNT_X register
 906 - Qt: Add mute option to menu
 907
 9080.3.1: (2015-10-24)
 909Bugfixes:
 910 - ARM7: Fix instruction decoding of Thumb shifts
 911 - GBA: Deinit savegame when unloading a ROM
 912 - GBA: Fix BIOS check on big endian
 913 - GBA: Fix autodetect problems with some bad dumps of Super Mario Advance 2
 914 - GBA Audio: Fix 8-bit writes to audio channel 3 and 4 registers
 915 - GBA Audio: Fix audio channels being silenced at the wrong time
 916 - GBA Memory: Fix bad BIOS Load16 on big endian
 917 - GBA Memory: Fix bad Load8 on big endian
 918 - GBA Video: Start on the scanline BIOS finishes on if no BIOS is loaded
 919 - GBA Video: Fix edge case with sprite blend modes and semitransparency
 920 - GBA Video: Fix objwin and blending interaction on sprites
 921 - GBA Video: Fix OBJ semitransparency improperly interacting with other blending ops
 922 - Libretro: Fix a memory leak with the render buffer
 923 - Qt: Windows no longer spawn in the top left on first launch
 924 - Qt: Fix install path of XDG desktop file with DESTDIR
 925 - Qt: Fix drag and drop on Windows
 926 - Qt: Reenable double buffering, as disabling it broke some Windows configs
 927 - VFS: Fix return values of VFileFILE.read and .write
 928Misc:
 929 - All: Reset next event to cycles instead of zero to interrupt
 930 - All: Add --version flag
 931 - ARM7: Force disable LTO on two files to work around a GCC bug
 932 - GBA: Attempting to save a screenshot-style savestate should be allowed without libpng
 933 - GBA: Better memory handling with PNG savestates
 934 - GBA: Additional savestate sanity checks
 935 - GBA: Check for cycle count being too high
 936 - GBA Audio: Allow GBAAVStream to have no video callback
 937 - GBA BIOS: Implement RegisterRamReset for SIO registers
 938 - Qt: Remove useless help icons in dialogs
 939 - Qt: Prevent savestate window from opening while in multiplayer
 940 - Qt: Disable menu items in multiplayer that don't make sense to have enabled
 941 - Qt: Dropping multiplayer windows works more cleanly now
 942
 9430.3.0: (2015-08-16)
 944Features:
 945 - Ability to hide individual background layers, or OBJs
 946 - Ability to mute individual audio channels
 947 - Palette viewer and exporter
 948 - Volume control
 949 - More shortcuts are editable (e.g. quick save/load)
 950 - Rewind now shows the frame after rewinding
 951 - Import/Export of GameShark/Action Replay snapshots
 952 - Add "Step backwards" item for single increment rewind
 953 - Deadzone estimation for game controllers
 954 - Analog inputs can be used for shortcuts
 955 - Menu items for specific solar sensor brightness levels
 956 - Remappable controls for tilt and gyroscope sensors
 957 - Status messages for actions taken while a game is running (e.g. save/load state)
 958 - Memory inspector
 959 - Screensaver can now be suspended while a game is running
 960 - Load/save the most recent savestate slot
 961 - Support varible speed (PWM) rumble
 962 - Ability to cap fast forward speed
 963 - Finer control over FPS target
 964 - Holdable shortcut for rewinding one frame at a time
 965 - Ability to boot directly into the BIOS
 966 - Preliminary support for yanking out the game pak while a game is running
 967 - Thumb-drive mode by putting a file called portable.ini in the same folder
 968 - Configurable display driver, between software and OpenGL
 969 - Undo-able savestate loading and saving
 970 - Controller profiles now store shortcut settings
 971 - Default controller profiles for several common controllers
 972 - Libretro now supports BIOS, rumble and solar sensor
 973 - Implement BIOS call Stop, for sleep mode
 974 - Automatically load patches, if found
 975 - Improved video synchronization
 976 - Configurable audio output sample rate
 977Bugfixes:
 978 - ARM7: Fix SWI and IRQ timings
 979 - ARM7: Fix Thumb MUL timing
 980 - ARM7: Fix timing of multiplies to use N cycles
 981 - ARM7: ARMHotplugDetach should call deinit
 982 - Debugger: Fix use-after-free in breakpoint clearing code
 983 - GBA: Fix crash if a 512kb flash save is loaded when a game has a 1Mb flash override
 984 - GBA: Cap audio FIFO read size during deserialization
 985 - GBA: Check for corrupted savestates when loading
 986 - GBA: Check for improperly sized savestates when loading
 987 - GBA: Check for savestates made from differently sized ROMs
 988 - GBA: Fix calls to endian-independent loadstores
 989 - GBA: Fix timing of reading from timer registers
 990 - GBA: Ensure cycles never go negative
 991 - GBA Audio: Force audio FIFOs to 32-bit
 992 - GBA Audio: Fix audio pitch changing when adjusting buffer size
 993 - GBA Audio: Fix sample order in audio channel 3
 994 - GBA Audio: Fix 8-bit writes to audio channel 3 frequency
 995 - GBA Cheats: Fix Pro Action Replay and GameShark issues when used together
 996 - GBA Memory: Improve Thumb open bus behavior
 997 - GBA Memory: Fix potential DMA issue when loading a savestate
 998 - GBA Memory: Fix load/store multiple video memory waitstates
 999 - GBA SIO: Fix reseting when there are SIO devices attached
1000 - GBA Video: Blended sprites should never have other effects applied
1001 - GBA Video: Fix out-of-bounds tiles in mosaic
1002 - GBA Video: Fix windows not affecting sprites
1003 - GBA Video: Prevent tiles < 512 from being used in modes 3 - 5
1004 - GBA Video: Fix timing on first scanline
1005 - Qt: Better cleanup when a game crashes
1006 - Qt: Fix open ROM dialog filtering for archive formats
1007 - Qt: Cap the maximum number of multiplayer windows
1008 - Qt: Fix maximum year in sensor override
1009 - Qt: Fix window being too tall after exiting fullscreen
1010 - Qt: Fix a missing va_end call in the log handler lambda within the GameController constructor
1011 - Qt: Fix analog buttons not getting unmapped
1012 - Qt: Fix passing command line options
1013 - Qt: Fix crashes on Windows by using using QMetaObject to do cross-thread calls
1014 - SDL: Fix SDL build when OpenGL is missing
1015 - Util: Allow loading IPS patches that grow the ROM
1016 - VFS: Fix resource leaks if some allocations fail
1017 - VFS: Fix line-reading to return proper values
1018 - Video: Fix an issue with very long filenames
1019 - Util: Fix formatting of floats
1020Misc:
1021 - All: Add --help flag for command line programs
1022 - All: Fix sanitize-deb script to set file permissions properly if run as (fake)root
1023 - All: Enable static linking for Windows
1024 - All: Enable static linking for OS X
1025 - All: Threads are now named
1026 - All: Proper handling of Unicode file paths
1027 - ARM7: Add emulation for Undefined CPU mode
1028 - ARM7: Reduce the size of the Thumb instruction table
1029 - GBA: Add status log level
1030 - GBA: GBARewind now returns how many states it has rewound
1031 - GBA: SIO logging layer
1032 - GBA BIOS: Stub out SoundBias
1033 - GBA: More accurate cycle estimation for ROM prefetch and flash save chips
1034 - GBA: Don't include GBACLIDebugger struct unless needed
1035 - GBA: Savedata is now synced shortly after data finishes being written
1036 - GBA: Process multiple timer events at once, if necessary
1037 - GBA Audio: Implement audio reset for channels A/B
1038 - GBA Audio: Process multiple audio events at once, if necessary
1039 - GBA Hardware: Backport generic RTC source into core
1040 - GBA Input: Allow axes and buttons to be mapped to the same key
1041 - GBA Memory: Run multiple DMAs in a tight loop if they all occur before present
1042 - GBA SIO: Add a dummy driver for Normal mode
1043 - GBA Thread: Add functionality for running callbacks on the GBA thread
1044 - GBA Thread: Split GBASync into a separate file
1045 - GBA Video: Refactor software renderer into separate files
1046 - GBA Video: Slightly optimize mode 0 mosaic rendering
1047 - Debugger: Free watchpoints in addition to breakpoints
1048 - Qt: Handle saving input settings better
1049 - Qt: Move GL frame drawing back onto its own thread
1050 - Qt: Fast forward (held) option moved from Other to Emulation menu
1051 - Qt: Show version info in window title
1052 - Qt: Migrate multiplayer window handling into GBAApp
1053 - Qt: Unified file opening and saving with last location
1054 - Qt: Fix windows being resizable when they shouldn't have been
1055 - Qt: Only hide cursor in full screen
1056 - Qt: Replace pause-after-frame mutex with an atomic
1057 - Qt: Add application icon and XDG desktop files
1058 - Qt: Rename "Fullscreen" to "Toggle fullscreen"
1059 - Qt: Don't save window size when entering fullscreen
1060 - Qt: Make the default fullscreen binding for Windows be Alt-Enter
1061 - Qt: Gamepads can now have both buttons and analog axes mapped to the same key
1062 - Qt: Increase usability of key mapper
1063 - Qt: Show checkmark for window sizes
1064 - Qt: Set window path to loaded ROM
1065 - Perf: Ability to load savestates immediately on launch
1066 - SDL: Properly check for initialization
1067 - SDL: Clean up initialization functions
1068 - SDL: Clean up GL context
1069 - Util: Allow disabling the threading code entirely
1070 - VFS: Add sync method to force syncing with backing
1071
10720.2.1: (2015-05-13)
1073Bugfixes:
1074 - All: Fix sanitize-deb script not cleaning up after itself
1075 - All: Fix dependencies for libavcodec on Debian-derived platforms
1076 - ARM7: Handle writeback for PC in addressing modes 2 and 3
1077 - ARM7: Make illegal instruction decoding consistent between ARM and Thumb
1078 - ARM7: Fix ARM multiply instructions when PC is a destination register
1079 - Debugger: Fix use-after-free in breakpoint clearing code
1080 - Debugger: Fix boundary conditions in tab completion
1081 - GBA: Fix timers not updating timing when writing to only the reload register
1082 - GBA: Fix rewind boundary conditions
1083 - GBA: Add initial I/O register settings for background matrix registers
1084 - GBA: Fix hang when loading a savestate if sync to video is enabled
1085 - GBA: Handle out-of-bounds I/O access
1086 - GBA: Fix bounds-checking on EEPROM access
1087 - GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio
1088 - GBA BIOS: Initialize a variable that may be uninitialized in very rare cases
1089 - GBA Memory: Allow SRAM to be 64kB
1090 - GBA Memory: Fix 32-bit loads from unaddress cartridge space
1091 - GBA Memory: Fix jumping to invalid memory when switching from Thumb to ARM
1092 - GBA Video: Fix second frame mode 5
1093 - Perf: Fix race condition if a game crashes immediately on start
1094 - Qt: Fix Display object leak when closing a window
1095 - Qt: Fix .deb dependencies
1096 - Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
1097 - Qt: Fix window not regaining focus after exiting savestate window
1098 - Qt: Fix regression where video would not record if the game had already started
1099 - Qt: Fix potential crash if a gamepad causes focus to change
1100 - Qt: Fix controller axis querying
1101 - Qt: Fix multiplayer windows opening as the wrong size
1102 - Qt: Fix controllers sometimes not loading the right profile
1103 - SDL: Fix boundary conditions for joystick adjustments
1104 - SDL: Allocate properly sized input maps
1105 - SDL: Fix potential build issues when Qt and SDL2 are in use
1106 - Util: Fix resource leak in UTF-8 handling code
1107 - Util: Fix a null-pointer issue when attempting to delete a key
1108 - VFS: Fix resource leaks if some allocations fail
1109 - Video: Fix an issue with very long filenames
1110Misc:
1111 - GBA Memory: Soft-crash if jumping past the end of a ROM
1112 - Qt: Show multiplayer numbers in window title
1113 - Qt: Solar sensor can have shortcuts set
1114
11150.2.0: (2015-04-03)
1116Features:
1117 - Support for gamepad axes, e.g. analog sticks or triggers
1118 - Add scale presets for up to 6x
1119 - Settings window
1120 - Bilinear resampling option
1121 - Add option to skip BIOS start screen
1122 - List of recently opened games
1123 - Support for games using the Solar Sensor
1124 - Better audio resampling via blip-buf
1125 - Game Pak overrides dialog for setting savetype and sensor values
1126 - Support for games using the tilt sensor
1127 - Remappable shortcuts for keyboard and gamepad
1128 - Rewinding of emulation
1129 - Implemented BIOS routines SoftReset, RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
1130 - Support IPv6
1131 - Save directory of last loaded file
1132 - Support BPS patches
1133 - Automatically detect and optimize out idle loops
1134 - Configurable game overrides
1135 - Support loading 7-Zip files
1136 - Drag and drop game loading
1137 - Cheat code support
1138 - Runtime configurable audio driver
1139 - Libretro core for use with RetroArch and other front-ends
1140 - Controller profiles for setting different bindings for different controllers
1141 - Ability to lock aspect ratio
1142 - Local link cable support
1143 - Ability to switch which game controller is in use per instance
1144 - Ability to prevent opposing directional input
1145 - Warning dialog if an unimplemented BIOS feature is called
1146 - Debugger: Add CLI "frame", frame advance command
1147 - Debugger: Add CLI functions for writing to memory
1148 - Debugger: Add CLI functions for examining memory regions
1149 - Debugger: Add CLI function for writing a register
1150Bugfixes:
1151 - ARM7: Extend prefetch by one stage
1152 - ARM7: Fix cycle counting for loads
1153 - Debugger: Disassembly now lists PSR bitmasks (fixes #191)
1154 - GBA: Fix savestate loading of DISPSTAT and WAITCNT registers
1155 - GBA: Initialize gba.sync to null
1156 - GBA: Fix timer initialization
1157 - GBA Audio: Support 16-bit writes to FIFO audio
1158 - GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
1159 - GBA BIOS: Fix BIOS prefetch after returning from an IRQ
1160 - GBA BIOS: Fix BIOS prefetch after reset
1161 - GBA BIOS: Prevent CpuSet and CpuFastSet from using BIOS addresses as a source (fixes #184)
1162 - GBA BIOS: Fix BIOS decompression routines with invalid source addresses
1163 - GBA Memory: Fix alignment of open bus 8- and 16-bit loads
1164 - GBA Memory: Fix I cycles that had been moved to ARM7 core
1165 - GBA Memory: Fix cycle counting for 32-bit load/stores
1166 - GBA RR: Fix fallthrough error when reading tags from a movie
1167 - GBA Thread: Fix possible hang when loading an archive
1168 - GBA Thread: Fix possible deadlock in video sync
1169 - Perf: Fix crash when the GBA thread fails to start
1170 - Qt: Fix crash starting a GDB stub if a game isn't loaded
1171 - Qt: Fix crash when adjusting settings after closing a game
1172 - Qt: Fix crash when starting GDB stub after closing a game
1173 - Qt: Fix patch loading while a game is running
1174 - Qt: Fix crash when loading a game after stopping GDB server
1175 - Qt: Pause game while open file dialogs are open (fixes #6 on GitHub)
1176 - Qt: Fix crash when attempting to pause if a game is not running
1177 - SDL: Properly clean up if a game doesn't launch
1178 - Util: Fix sockets on Windows
1179Misc:
1180 - All: Enable link-time optimization
1181 - Debugger: Watchpoints now work on STM/LDM instructions
1182 - Debugger: Clean up GDB stub network interfacing
1183 - Debugger: Simplify debugger state machine to play nicer with the GBA thread loop
1184 - Debugger: Merge Thumb BL instructions when disassembling
1185 - Debugger: Clean up debugger interface, removing obsolete state (fixes #67)
1186 - Debugger: Watchpoints now report address watched (fixes #68)
1187 - Debugger: Add support for soft breakpoints
1188 - Debugger: Make I/O register names be addresses instead of values
1189 - Debugger: Rename read/write commands
1190 - GBA: Improve accuracy of event timing
1191 - GBA: Add API for getting Configuration structs for overrides and input
1192 - GBA: Refactor gba-sensors and gba-gpio into gba-hardware
1193 - GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
1194 - GBA: Move A/V stream interface into core
1195 - GBA: Savestates now take into account savedata state machines (fixes #109)
1196 - GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
1197 - GBA Memory: Simplify memory API and use fixed bus width
1198 - GBA Thread: Make GBASyncWaitFrameStart time out
1199 - GBA Video: Start video at the last scanline instead of the first
1200 - Qt: Optimize logo drawing
1201 - Qt: Move frame upload back onto main thread
1202 - Qt: Remember window position
1203 - Qt: Double-clicking on the window toggles full screen
1204 - Util: Use proper locale for reading and writing float values
1205
12060.1.1: (2015-01-24)
1207Bugfixes:
1208 - ARM7: Fix LDM writeback to a register already written
1209 - GBA: Fix timers 2 and 3 updating incorrectly
1210 - GBA Audio: Make larger buffer sizes than 2048 actually work properly
1211 - GBA Audio: Fix GB audio channels being too quiet (fixes #159)
1212 - GBA Audio: Properly initialize audio FIFO channels
1213 - GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
1214 - GBA BIOS: Fix BIOS prefetch after returning from a SWI
1215 - GBA BIOS: Fix LZ77UnCompVram to use 16-bit loads from decompressed memory
1216 - GBA BIOS: Fix HuffUnComp to work when games pass an invalid bit length
1217 - GBA BIOS: Fix GetBiosChecksum to return the value of a real GBA, regardless of used BIOS
1218 - GBA BIOS: Fix HuffUnComp boundary conditions
1219 - GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
1220 - GBA Memory: Properly initialize 1 Mb flash, and add debug logging
1221 - GBA Memory: Filter out top nybble of DMA addresses
1222 - GBA Memory: Properly bounds-check VRAM accesses
1223 - GBA Memory: Fix initial DMA state
1224 - GBA Thread: Allow halted games to exit cleanly
1225 - GBA Video: Fix blend issues with obscured middle layers
1226 - GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
1227 - GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
1228 - GBA Video: Fix window interactions with 16-color mode 0 mosaic
1229 - GBA Video: Fix sprite boundary conditions with mosaic
1230 - GBA Video: Fix mode 0 being able to read tiles above appropriate tile range
1231 - Qt: Fix issue with set frame sizes being the wrong height
1232 - Qt: Fix emulator crashing when full screen if a game is not running
1233 - Qt: Fix window focus issues
1234 - Qt: Properly set default video recording settings
1235 - Qt: Fix a race condition when a game crashes immediately
1236 - Qt: Fix some cases where key mapping can break if focus is adjusted
1237 - Qt: Fix crash if a game pauses before any frames are shown
1238 - Debugger: Negative PC-relative loads now properly subtract the offset
1239 - Debugger: Align PC-relative loads in Thumb
1240 - Debugger: Fix watchpoints triggering too late
1241 - Debugger: Fix binary print putting spaces between digits
1242 - Video: Ensure FFmpeg encoder has audio frames
1243 - Video: Fix uncompressed PCM audio recording
1244 - Video: Fix FFmpeg crashing when the file extension is wrong
1245 - Util: Fix SOCKET_FAILED macro
1246Misc:
1247 - GBA: Exit cleanly on FATAL if the port supports it
1248 - GBA Memory: Implement 16- and 32-bit loads from SRAM
1249 - Qt: Disable sync to video by default
1250 - Qt: Handle a game crash without crashing
1251 - Qt: Set default log level to FATAL, ERROR and WARN
1252 - Qt: Clarify some phrasing in the menus
1253 - Qt: Clear active buttons when focus is lost
1254
12550.1.0: (2014-12-13)
1256 - Initial release