From 2e6ae14c4cf02b5a43c9617bbaa8330b629c9d84 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 30 Apr 2006 21:49:50 +0000 Subject: [PATCH] Note new "idlewait" feature --- BasiliskII/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/BasiliskII/ChangeLog b/BasiliskII/ChangeLog index 9acb97ed..4ae8ccf9 100644 --- a/BasiliskII/ChangeLog +++ b/BasiliskII/ChangeLog @@ -2,6 +2,7 @@ V1.0 (snapshot) - - fixed support for volumes larger than 4 GB - fixed the problem with Ticks getting incremented on every interrupt, not just 60Hz (e.g. moving the mouse made the caret blink faster) + - backport "idlewait" feature from SheepShaver - JIT: integrated dynamic translator for Linux/x86 and FreeBSD/x86 - JIT: ported backend to support Linux/x86_64 (AMD64 and EM64T platforms) - JIT: fixed translation through constant jumps ("jitinline" config option)