bsnes/nall/string
Tim Allen 0a57cac70c Update to v101r02 release.
byuu says:

Changelog:

  - Emulator: use `(uintmax)-1 >> 1` for the units of time
  - MD: implemented 13 new 68K instructions (basically all of the
    remaining easy ones); 21 remain
  - nall: replaced `(u)intmax_t` (64-bit) with *actual* `(u)intmax` type
    (128-bit where available)
      - this extends to everything: atoi, string, etc. You can even
        print 128-bit variables if you like

22,552 opcodes still don't exist in the 68K map. Looking like quite a
few entries will be blank once I finish.
2016-08-09 21:07:18 +10:00
..
allocator Update to v098r10 release. 2016-05-16 19:51:12 +10:00
eval Update to v099r14 release. 2016-07-01 21:50:32 +10:00
markup Update to v101r02 release. 2016-08-09 21:07:18 +10:00
transform Update to v100r14 release. 2016-07-30 13:56:12 +10:00
atoi.hpp Update to v101r02 release. 2016-08-09 21:07:18 +10:00
cast.hpp Update to v101r02 release. 2016-08-09 21:07:18 +10:00
compare.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
convert.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
core.hpp Update to v100r14 release. 2016-07-30 13:56:12 +10:00
find.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
format.hpp Update to v101r02 release. 2016-08-09 21:07:18 +10:00
list.hpp Update to v099r14 release. 2016-07-01 21:50:32 +10:00
match.hpp Update to v099r14 release. 2016-07-01 21:50:32 +10:00
replace.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
split.hpp Update to v099r14 release. 2016-07-01 21:50:32 +10:00
trim.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
utility.hpp Update to v101r02 release. 2016-08-09 21:07:18 +10:00
view.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00