bsnes/higan/fc/cartridge/board
Tim Allen 82ec876302 Update to v096r05 release.
byuu says:

Changelog:
- GB: re-enabling the LCD resets the display to LY=0,LX=0 [1]
- GB: emulated new findings (as of today!) for a DMG quirk that triggers
  an extra OAM STAT IRQ when Vblank STAT IRQs are off
- GB: made VBK, BGPI, OBPI readable
- GB: fixed APU length operations
- GB: fixed APU sweep operations
- NES: fixed cartridge/ -> board/ manifest lookups for mirroring/pinous
- hiro/Cocoa: added endrift's plist keys

Fixed:
- Astro Rabby is fully playable, even the title screen works correctly
- Bomb Jack is fully playable
- Kirby's Dream Land 2 intro scrolling first scanline of Rick is now fixed
- GBVideoPlayer functions correctly [2]
- Shin Megami Tensei: Devichil series regression fixed

[1] doesn't pass oam_bug-2/1-lcd_sync; because it seems to want
LY=0,LX>0, and I can't step the PPU in a register write as it's not
a state machine; the effect is emulated, it just starts the frame a tiny
bit sooner. blargg's testing is brutal, you can't be even one cycle off
or the test will fail.

[2] note that you will need the GBC Display Emulation shader from
hunterk's repository, or it will look like absolute shit. The
inter-frame blending is absolutely critical here.
2016-01-12 22:08:34 +11:00
..
bandai-fcg.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
board.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
board.hpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
konami-vrc1.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
konami-vrc2.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
konami-vrc3.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
konami-vrc4.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
konami-vrc6.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
konami-vrc7.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-axrom.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-bnrom.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
nes-cnrom.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
nes-exrom.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-fxrom.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-gxrom.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
nes-hkrom.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-nrom.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
nes-pxrom.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-sxrom.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-txrom.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00
nes-uxrom.cpp Update to v096r05 release. 2016-01-12 22:08:34 +11:00
sunsoft-5b.cpp Update to v096r01 release. 2015-12-30 17:54:59 +11:00