bsnes/hiro/windows
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
..
action Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
widget Update to v101 release. 2016-08-08 20:04:15 +10:00
application.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
application.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
browser-window.cpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
browser-window.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
desktop.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
desktop.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
font.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
font.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
group.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
group.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
header.hpp Update to v097r19 release. 2016-03-13 11:22:14 +11:00
hiro.Manifest Update to v094r24 release. 2015-06-16 20:30:04 +10:00
hiro.rc Update to v094r24 release. 2015-06-16 20:30:04 +10:00
keyboard.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
keyboard.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
layout.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
layout.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
menu-bar.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
menu-bar.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
message-window.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
message-window.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
monitor.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
monitor.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
mouse.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
mouse.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
object.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
object.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
platform.cpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
platform.hpp Update to v098r09 release. 2016-05-04 20:07:13 +10:00
popup-menu.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
popup-menu.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
sizable.cpp Update to higan and icarus v095r15 release. 2015-12-19 20:02:06 +11:00
sizable.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
status-bar.cpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
status-bar.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00
timer.cpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
timer.hpp Update to v094r24 release. 2015-06-16 20:30:04 +10:00
utility.cpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
window.cpp Update to v099r15 release. 2016-07-04 21:48:17 +10:00
window.hpp Update to v094r43 release. 2015-08-30 12:08:26 +10:00