bsnes/higan
Tim Allen fa6cbac251 Update to v102r06 release.
byuu says:

Changelog:

  - added higan/emulator/platform.hpp (moved out Emulator::Platform from
    emulator/interface.hpp)
  - moved gmake build paramter to nall/GNUmakefile; both higan and
    icarus use it now
  - added build=profile mode
  - MD: added the region select I/O register
  - MD: started to add region selection support internally (still no
    external select or PAL support)
  - PCE: added cycle stealing when reading/writing to the VDC or VCE;
    and when using ST# instructions
  - PCE: cleaned up PSG to match the behavior of Mednafen (doesn't
    improve sound at all ;_;)
      - note: need to remove loadWaveSample, loadWavePeriod
  - HuC6280: ADC/SBC decimal mode consumes an extra cycle; does not set
    V flag
  - HuC6280: block transfer instructions were taking one cycle too many
  - icarus: added code to strip out PC Engine ROM headers
  - hiro: added options support to BrowserDialog

The last one sure ended in failure. The plan was to put a region
dropdown directly onto hiro::BrowserDialog, and I had all the code for
it working. But I forgot one important detail: the system loads
cartridges AFTER powering on, so even though I could technically change
the system region post-boot, I'd rather not do so.

So that means we have to know what region we want before we even select
a game. Shit.
2017-02-11 10:56:42 +11:00
..
audio Update to v102r02 release. 2017-01-23 08:04:26 +11:00
data Update to v097r06 release. 2016-01-31 18:59:44 +11:00
emulator Update to v102r06 release. 2017-02-11 10:56:42 +11:00
fc Update to v102r06 release. 2017-02-11 10:56:42 +11:00
gb Update to v102r06 release. 2017-02-11 10:56:42 +11:00
gba Update to v102r06 release. 2017-02-11 10:56:42 +11:00
md Update to v102r06 release. 2017-02-11 10:56:42 +11:00
ms Update to v102r06 release. 2017-02-11 10:56:42 +11: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
pce Update to v102r06 release. 2017-02-11 10:56:42 +11:00
processor Update to v102r06 release. 2017-02-11 10:56:42 +11:00
resource Update to v100r14 release. 2016-07-30 13:56:12 +10:00
sfc Update to v102r06 release. 2017-02-11 10:56:42 +11:00
systems Update to v102r03 release. 2017-01-24 08:18:54 +11:00
target-tomoko Update to v102r04 release. 2017-01-26 12:06:06 +11:00
video Update to v101r31 release. 2017-01-13 12:15:45 +11:00
ws Update to v102r06 release. 2017-02-11 10:56:42 +11:00
GNUmakefile Update to v102r06 release. 2017-02-11 10:56:42 +11:00