bsnes/gba
Tim Allen 6d9f43a37b Update to v095r05 release.
byuu says:

Changelog:
- GBA: lots of emulation improvements
- PPU PRAM is 16-bits wide
- DMA masks &~1/Half, &~3/Word
- VRAM OBJ 8-bit writes are ignored
- OAM 8-bit writes are ignored
- BGnCNT unused bits are writable*
- BG(0,1)CNT can't set the d13
- BLDALPHA is readable (fixes Donkey Kong Country, etc)
- SNES: lots of code cleanups
- sfc/chip => sfc/coprocessor
- UI: save most recent controller selection

GBA test scores: 1552/1552, 37/38, 1020/1260

(* forgot to add the value to the read function, so endrift's I/O tests
for them will fail. Fixed locally.)

Note: SNES is the only system with multiple controller/expansion port
options, and as such is the only one with a "None" option. Because it's
shared by the controller and expansion port, it ends up sorted first in
the list. This means that on your first run, you'll need to go to Super
Famicom->Controller Port 1 and select "Gamepad", otherwise input won't
work.

Also note that changing the expansion port device requires loading a new
cart. Unlike controllers, you aren't meant to hotplug expansion port
devices.
2015-11-12 21:15:03 +11:00
..
apu Update to v094r38 release. 2015-08-04 19:01:59 +10:00
cartridge Update to v095r04 release. 2015-11-10 22:11:29 +11:00
cpu Update to v095r05 release. 2015-11-12 21:15:03 +11:00
interface Update to v095r03 release and icarus 20151107. 2015-11-10 22:11:29 +11:00
memory Update to v094r35 release. 2015-07-01 20:58:42 +10:00
player Update to v094r09 release. 2015-02-28 12:52:53 +11:00
ppu Update to v095r05 release. 2015-11-12 21:15:03 +11:00
scheduler Update to v093 release. 2013-08-18 13:21:14 +10:00
system Update to v094r44 release. 2015-10-01 20:00:28 +10:00
video Update to v094r41 release (open beta). 2015-08-21 20:57:03 +10:00
GNUmakefile Update to v094r09 release. 2015-02-28 12:52:53 +11:00
gba.hpp Update to v095r04 release. 2015-11-10 22:11:29 +11:00