bsnes/higan/gb
Tim Allen 7403e69307 Update to v098r02 release.
byuu says:

Changelog:
- SFC: fixed a regression on auto joypad polling due to missing
  parentheses
- SFC: exported new PPU::vdisp() const -> uint; function [1]
- SFC: merged PPU MMIO functions into the read/write handles (as
  I previously did for the CPU)
- higan: removed individual emulator core names (bnes, bsnes, bgb, bgba,
  bws) [2] Forgot:
- to remove /tomoko from the about dialog

[1] note that technically I was relying on the cached, per-frame
overscan setting when the CPU and light guns were polling the number of
active display scanlines per frame. This was technically incorrect as
you can change this value mid-frame and it'll kick in. I've never seen
any game toggle overscan every frame, we only know about this because
anomie tested this a long time ago. So, nothing should break, but ...
you know how the SNES is. You can't even look at the code without
something breaking, so I figured I'd mention it >_>

[2] I'll probably keep referring to the SNES core as bsnes anyway.
I don't mind if you guys use the b<system> names as shorthand. The
simplification is mostly to make the branding easier.
2016-04-09 15:20:41 +10:00
..
apu Update to v097r15 release. 2016-02-16 20:32:49 +11:00
cartridge Update to v097r12 release. 2016-02-08 14:17:59 +11:00
cheat Update to v096r01 release. 2015-12-30 17:54:59 +11:00
cpu Update to v097r13 release. 2016-02-09 22:51:12 +11:00
interface Update to 20160215 release. 2016-02-16 20:27:55 +11:00
memory Update to 20160215 release. 2016-02-16 20:27:55 +11:00
ppu Update to v097r13 release. 2016-02-09 22:51:12 +11:00
scheduler Update to v097r13 release. 2016-02-09 22:51:12 +11:00
system Update to v097r28 release. 2016-03-25 17:19:08 +11:00
GNUmakefile Update to v097r19 release. 2016-03-13 11:22:14 +11:00
gb.hpp Update to v098r02 release. 2016-04-09 15:20:41 +10:00