bsnes/higan/sfc
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
..
cartridge Update to v097r18 release. 2016-03-13 11:22:14 +11:00
cheat Update to v097r13 release. 2016-02-09 22:51:12 +11:00
controller Update to v098r02 release. 2016-04-09 15:20:41 +10:00
coprocessor Update to v098r01 release. 2016-04-09 13:40:12 +10:00
cpu Update to v098r02 release. 2016-04-09 15:20:41 +10:00
dsp Update to v098r01 release. 2016-04-09 13:40:12 +10:00
expansion Update to v098r01 release. 2016-04-09 13:40:12 +10:00
interface Update to v097r31 release. 2016-03-29 20:15:01 +11:00
memory Update to v097r15 release. 2016-02-16 20:32:49 +11:00
ppu Update to v098r02 release. 2016-04-09 15:20:41 +10:00
scheduler Update to v097r13 release. 2016-02-09 22:51:12 +11:00
slot Update to v097r15 release. 2016-02-16 20:32:49 +11:00
smp Update to v098r01 release. 2016-04-09 13:40:12 +10:00
system Update to v098r01 release. 2016-04-09 13:40:12 +10:00
GNUmakefile Update to v098r01 release. 2016-04-09 13:40:12 +10:00
sfc.hpp Update to v098r02 release. 2016-04-09 15:20:41 +10:00