bsnes/hiro/extension
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
..
browser-dialog.cpp Update to v102r06 release. 2017-02-11 10:56:42 +11:00
browser-dialog.hpp Update to v102r06 release. 2017-02-11 10:56:42 +11:00
extension.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
extension.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
fixed-layout.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
fixed-layout.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
horizontal-layout.cpp Update to v098r08 release. 2016-05-02 19:57:04 +10:00
horizontal-layout.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
list-view-item.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
list-view-item.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
list-view.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
list-view.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
message-dialog.cpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
message-dialog.hpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
shared.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
vertical-layout.cpp Update to v098r08 release. 2016-05-02 19:57:04 +10:00
vertical-layout.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00