bsnes/gba
Tim Allen 0f78acffd7 Update to v093r07 release.
byuu says:

Changelog:
- importing a game won't show message box on success
- importing a game will select the game that was imported in the list
  - caveat: GTK+ port doesn't seem to be removing focus from item 0 even
    though the selection is on item 2
- Game Boy audio reduced in volume by 50%
- Game Boy Advance audio reduced in volume by 50%
- Game Boy internally mixes audio at 2MHz now
- Game Boy Advance's Game Boy audio hardware internally mixes audio at
  2MHz now
- Game Boy Color doesn't sort sprites by X-coordinate
- Game Boy Color allows transparency on BGpriority pixels
  - caveat: this seems to allow sprites to appear on top of windows
- Game Boy Color VRAM DMA transfers 16 bytes in 8 clocks (or 16 clocks
  in double speed mode)
- Game Boy Color VRAM DMA masks low 4-bits of source and destination
  address
- Game Boy Color VRAM DMA only allows reads from ROM or RAM
- Game Boy Color VRAM DMA only allows writes to VRAM
- fixed a bug in dereferencing a nullptr from pObject::find(), should
  fix crash when pressing enter key on blank windows
- fixed Windows RadioItem selection
- Game Boy Advance color emulation code added
2013-12-10 23:12:54 +11:00
..
apu Update to v093r07 release. 2013-12-10 23:12:54 +11:00
cartridge Update to v093 release. 2013-08-18 13:21:14 +10:00
cpu Update to v093 release. 2013-08-18 13:21:14 +10:00
interface Update to v093r06 release. 2013-12-07 20:12:37 +11:00
memory Update to v093 release. 2013-08-18 13:21:14 +10:00
ppu Update to v093 release. 2013-08-18 13:21:14 +10:00
scheduler Update to v093 release. 2013-08-18 13:21:14 +10:00
system Update to v093 release. 2013-08-18 13:21:14 +10:00
video Update to v093r07 release. 2013-12-10 23:12:54 +11:00
Makefile Update to v093 release. 2013-08-18 13:21:14 +10:00
gba.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00