mgba/CHANGES

60 lines
2.9 KiB
Plaintext
Raw Normal View History

2014-12-15 05:12:08 +00:00
0.2.0: (Future)
Features:
2014-12-15 05:12:08 +00:00
- Support for gamepad axes, e.g. analog sticks or triggers
2014-12-17 06:23:58 +00:00
- Add scale presets for up to 6x
- Debugger: Add CLI "frame", frame advance command
2014-12-22 00:29:56 +00:00
- Settings window
2014-12-22 00:50:55 +00:00
- Bilinear resampling option
- Add option to skip BIOS start screen
2014-12-23 07:00:31 +00:00
- List of recently opened games
2014-12-26 09:39:37 +00:00
- Support for games using the Solar Sensor
- Debugger: Add CLI functions for writing to memory
2014-12-29 08:48:23 +00:00
- Better audio resampling via blip-buf
2014-12-31 07:23:16 +00:00
- Game Pak overrides dialog for setting savetype and sensor values
- Support for games using the tilt sensor
- Remappable shortcuts for keyboard and gamepad
2015-01-06 07:12:44 +00:00
- Rewinding of emulation
- Implemented BIOS routines RegisterRamReset, Diff8bitUnFilterWram, Diff8bitUnFilterVram, and Diff16bitUnFilter
Bugfixes:
- Qt: Fix issue with set frame sizes being the wrong height
- Qt: Fix emulator crashing when full screen if a game is not running
- GBA Thread: Allow halted games to exit cleanly
- GBA BIOS: Fix HLE Lz77 and RL functions to properly account for width and invalid addresses
- ARM7: Fix LDM writeback to a register already written
- GBA Memory: Don't call into GPIO write calls if GPIO devices are absent
2014-12-20 13:19:16 +00:00
- ARM7: Extend prefetch by one stage
- GBA BIOS: Fix BIOS prefetch after returning from a SWI
- Debugger: Negative PC-relative loads now properly subtract the offset
2014-12-20 23:12:22 +00:00
- Qt: Fix window focus issues
2014-12-21 20:47:48 +00:00
- GBA Audio: Support 16-bit writes to FIFO audio
- GBA Memory: Properly initialize 1 Mb flash, and add debug logging
- Qt: Properly set default video recording settings
- GBA Audio: Make larger buffer sizes than 2048 actually work properly
- GBA Audio: Audio buffer sizes are now correct sizes for both sample rates
- GBA Video: Fix blend issues with obscured middle layers
- Video: Ensure FFmpeg encoder has audio frames
- Video: Fix uncompressed PCM audio recording
- GBA Video: Fix windows not disabling target 1 appropriately (fixes #161)
- Debugger: Align PC-relative loads in Thumb
- Debugger: Fix watchpoints triggering too late
- GBA Video: Fix sprite mis-ordering behavior in some cases (fixes #168)
- GBA Video: Fix window interactions with 16-color mode 0 mosaic
- GBA Video: Fix sprite boundary conditions with mosaic
- Video: Fix FFmpeg crashing when the file extension is wrong
- GBA Audio: Fix GB audio channels being too quiet (fixes #159)
- Qt: Fix a race condition when a game crashes immediately
- Qt: Fix some cases where key mapping can break if focus is adjusted
- GBA Memory: Filter out top nybble of DMA addresses
2014-12-17 06:16:22 +00:00
Misc:
- Qt: Disable sync to video by default
- GBA: Exit cleanly on FATAL if the port supports it
- Qt: Handle a game crash without crashing
- GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
- Qt: Set default log level to FATAL, ERROR and WARN
2014-12-22 06:24:19 +00:00
- Qt: Clarify some phrasing in the menus
- GBA Memory: Implement 16- and 32-bit loads from SRAM
- Qt: Clear active buttons when focus is lost
2014-12-15 05:12:08 +00:00
2014-12-14 01:26:11 +00:00
0.1.0: (2014-12-13)
- Initial release