bsnes/icarus/heuristics
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 v106r13 release. 2018-04-09 09:50:42 +10:00
colecovision.cpp Update to v106r68 release. 2018-12-22 21:28:15 +11:00
famicom.cpp Update to v106r59 release. 2018-08-26 16:49:54 +10:00
game-boy-advance.cpp Update to v106r52 release. 2018-07-25 22:24:03 +10:00
game-boy.cpp Update to v106r58 release. 2018-08-21 13:17:12 +10:00
game-gear.cpp Update to v106r14 release. 2018-04-15 15:49:53 +10:00
heuristics.cpp Update to v106r57 release. 2018-08-08 18:46:58 +10:00
heuristics.hpp Update to v106r57 release. 2018-08-08 18:46:58 +10:00
master-system.cpp Update to v106r14 release. 2018-04-15 15:49:53 +10:00
mega-drive.cpp Update to v106r59 release. 2018-08-26 16:49:54 +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 v106r13 release. 2018-04-09 09:50:42 +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 v106r14 release. 2018-04-15 15:49:53 +10:00
super-famicom.cpp Update to v106r68 release. 2018-12-22 21:28:15 +11:00
supergrafx.cpp Update to v106r13 release. 2018-04-09 09:50:42 +10:00
wonderswan.cpp Update to v106r14 release. 2018-04-15 15:49:53 +10:00