bsnes/higan/gba
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
..
apu Update to v106r67 release. 2018-12-21 11:01:14 +11:00
cartridge Update to v106r59 release. 2018-08-26 16:49:54 +10:00
cpu Update to v104r05 release. 2017-08-25 00:24:34 +10:00
interface Update to v106r52 release. 2018-07-25 22:24:03 +10:00
memory Update to v102r24 release. 2017-06-13 11:42:31 +10:00
player Update to v106r59 release. 2018-08-26 16:49:54 +10:00
ppu Update to v106r52 release. 2018-07-25 22:24:03 +10:00
system Update to v106r68 release. 2018-12-22 21:28:15 +11:00
GNUmakefile Update to v106r26 release. 2018-05-24 12:14:17 +10:00
gba.hpp Update to v104r06 release. 2017-08-26 11:15:49 +10:00