bsnes/higan
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
..
audio Update to v098r01 release. 2016-04-09 13:40:12 +10:00
data Update to v097r06 release. 2016-01-31 18:59:44 +11:00
emulator Update to v098r02 release. 2016-04-09 15:20:41 +10:00
fc Update to v098r02 release. 2016-04-09 15:20:41 +10:00
gb Update to v098r02 release. 2016-04-09 15:20:41 +10:00
gba Update to v098r02 release. 2016-04-09 15:20:41 +10:00
obj Update to v096r01 release. 2015-12-30 17:54:59 +11:00
out Update to v096r01 release. 2015-12-30 17:54:59 +11:00
processor Update to v097r29 release. 2016-03-26 12:56:15 +11:00
profile Update to v097r26 release. 2016-03-17 22:28:15 +11:00
sfc Update to v098r02 release. 2016-04-09 15:20:41 +10:00
target-loki Update to v098r01 release. 2016-04-09 13:40:12 +10:00
target-tomoko Update to v098r01 release. 2016-04-09 13:40:12 +10:00
video Update to v098r01 release. 2016-04-09 13:40:12 +10:00
ws Update to v098r02 release. 2016-04-09 15:20:41 +10:00
GNUmakefile Update to v098r01 release. 2016-04-09 13:40:12 +10:00