bsnes/higan/processor
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
..
arm Update to v099r13 release. 2016-06-29 21:10:28 +10:00
gsu Update to v102r02 release. 2017-01-23 08:04:26 +11:00
hg51b Update to v098r06 release. 2016-04-22 23:35:51 +10:00
huc6280 Update to v102r06 release. 2017-02-11 10:56:42 +11:00
lr35902 Update to v101r29 release. 2017-01-10 08:27:13 +11:00
m68k Update to v102r02 release. 2017-01-23 08:04:26 +11:00
r6502 Update to v102r02 release. 2017-01-23 08:04:26 +11:00
r65816 Update to v101r19 release. 2016-10-28 08:16:58 +11:00
spc700 Update to v100r15 release. 2016-07-31 12:11:20 +10:00
upd96050 Update to v099r12 release. 2016-06-28 20:43:47 +10:00
v30mz Update to v100r01 release. 2016-07-08 22:31:35 +10:00
z80 Update to v101r32 release. 2017-01-14 10:59:38 +11:00
GNUmakefile Update to v101r30 release. 2017-01-12 07:27:30 +11:00
processor.hpp Update to v097r01 release. 2016-01-23 18:29:34 +11:00