bsnes/gba/apu
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.cpp Update to v093r07 release. 2013-12-10 23:12:54 +11:00
apu.hpp Update to v093 release. 2013-08-18 13:21:14 +10:00
fifo.cpp Update to v093 release. 2013-08-18 13:21:14 +10:00
mmio.cpp Update to v093 release. 2013-08-18 13:21:14 +10:00
noise.cpp Update to v093r07 release. 2013-12-10 23:12:54 +11:00
registers.cpp Update to v093 release. 2013-08-18 13:21:14 +10:00
registers.hpp Update to v093r07 release. 2013-12-10 23:12:54 +11:00
sequencer.cpp Update to v093 release. 2013-08-18 13:21:14 +10:00
serialization.cpp Update to v093 release. 2013-08-18 13:21:14 +10:00
square.cpp Update to v093r07 release. 2013-12-10 23:12:54 +11:00
square1.cpp Update to v093r07 release. 2013-12-10 23:12:54 +11:00
square2.cpp Update to v093r07 release. 2013-12-10 23:12:54 +11:00
wave.cpp Update to v093r07 release. 2013-12-10 23:12:54 +11:00