bsnes/higan/target-higan
Tim Allen 3159285eaa Update to v106r68 release.
byuu says:

Changelog:

  - nall: converted range, iterator, vector to 64-bit
  - added (very poor) ColecoVision emulation (including Coleco Adam
    expansion)
  - added MSX skeleton
  - added Neo Geo Pocket skeleton
  - moved audio,video,resource folders into emulator folder
  - SFC heuristics: BS-X Town cart is "ZBSJ" [hex_usr]

The nall change is for future work on things like BPA: I need to be able
to handle files larger than 4GB. It is extremely possible that there are
still some truncations to 32-bit lurking around, and even more
disastrously, possibly some -1s lurking that won't sign-extend to
`(uint64_t)0-1`. There's a lot more classes left to do: `string`,
`array_view`, `array_span`, etc.
2018-12-22 21:28:15 +11:00
..
input Update to 20180724 release. 2018-07-24 23:41:41 +10:00
presentation Update to v106r59 release. 2018-08-26 16:49:54 +10:00
program Update to v106r68 release. 2018-12-22 21:28:15 +11:00
resource Update to v106r55 release. 2018-08-05 19:00:15 +10:00
settings Update to v106r57 release. 2018-08-08 18:46:58 +10:00
tools Update to v106r55 release. 2018-08-05 19:00:15 +10:00
GNUmakefile Update to v106r67 release. 2018-12-21 11:01:14 +11:00
higan.cpp Update to v106r65 release. 2018-10-04 20:12:11 +10:00
higan.hpp Update to v106r65 release. 2018-10-04 20:12:11 +10:00