bsnes/hiro
Tim Allen e39987a3e3 Update to v101 release.
byuu says (in the public announcement):

Not a large changelog this time, sorry. This release is mostly to fix
the SA-1 issue, and to get some real-world testing of the new scheduler
model. Most of the work in the past month has gone into writing a 68000
CPU core; yet it's still only about half-way finished.

Changelog (since the previous release):

  - fixed SNES SA-1 IRQ regression (fixes Super Mario RPG level-up
    screen)
  - new scheduler for all emulator cores (precision of 2^-127)
  - icarus database adds nine new SNES games
  - added Input/Frequency to settings file (allows simulation of
    latency)

byuu says (in the WIP forum):

Changelog:

  - in 32-bit mode, Thread uses uint64\_t with 2^-63 time units (10^-7
    precision in the worst case)
      - nearly ten times the precision of an attosecond
  - in 64-bit mode, Thread uses uint128\_t with 2^-127 time units
    (10^-26 precision in the worst case)
      - far more accurate than yoctoseconds; almost closing in on planck
        time

Note: a quartz crystal is accurate to 10^-4 or 10^-5. A cesium fountain
atomic clock is accurate to 10^-15. So ... yeah. 2^-63 was perfectly
fine; but there was no speed penalty whatsoever for using uint128\_t in
64-bit mode, so why not?
2016-08-08 20:04:15 +10:00
..
cocoa Update to v100 release. 2016-07-08 22:04:59 +10:00
core Update to v100r16 release. 2016-08-03 22:32:40 +10:00
extension Update to v099r16 release (public beta). 2016-07-04 21:53:24 +10:00
gtk Update to v100r16 release. 2016-08-03 22:32:40 +10:00
platform Update to v094r13 release. 2015-03-07 21:21:47 +11:00
qt Update to v100r16 release. 2016-08-03 22:32:40 +10:00
reference Update to v099r15 release. 2016-07-04 21:48:17 +10:00
resource Update to v094r09 release. 2015-02-28 12:52:53 +11:00
windows Update to v101 release. 2016-08-08 20:04:15 +10:00
GNUmakefile Update to v096r02 (OS X Preview for Developers) release. 2016-01-07 19:17:15 +11:00
components.hpp Update to v098r10 release. 2016-05-16 19:51:12 +10:00
hiro.cpp Update to v094r20 release. 2015-05-23 15:37:08 +10:00
hiro.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00