bsnes/icarus/core
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
..
bs-memory.cpp Update to v106r22 release. 2018-05-18 15:21:22 +10:00
colecovision.cpp Update to v106r68 release. 2018-12-22 21:28:15 +11:00
core.cpp Update to v106r68 release. 2018-12-22 21:28:15 +11:00
core.hpp Update to v106r68 release. 2018-12-22 21:28:15 +11:00
famicom.cpp Update to v106r21 release. 2018-05-17 13:37:29 +10:00
game-boy-advance.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
game-boy-color.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
game-boy.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
game-gear.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
master-system.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
mega-drive.cpp Update to v106r52 release. 2018-07-25 22:24:03 +10:00
msx.cpp Update to v106r67 release. 2018-12-21 11:01:14 +11:00
neo-geo-pocket-color.cpp Update to v106r68 release. 2018-12-22 21:28:15 +11:00
neo-geo-pocket.cpp Update to v106r68 release. 2018-12-22 21:28:15 +11:00
pc-engine.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
pocket-challenge-v2.cpp Update to v106r17 release. 2018-04-25 19:34:43 +10:00
sc-3000.cpp Update to v106r67 release. 2018-12-21 11:01:14 +11:00
sg-1000.cpp Update to v106r67 release. 2018-12-21 11:01:14 +11:00
sufami-turbo.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
super-famicom.cpp Update to v106r65 release. 2018-10-04 20:12:11 +10:00
supergrafx.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
wonderswan-color.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00
wonderswan.cpp Update to v106r07 release. 2018-02-21 11:12:09 +11:00