diff options
author | tron <tron@pkgsrc.org> | 2003-06-13 20:56:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-06-13 20:56:48 +0000 |
commit | d6fcc31cfa6f6e0f238b849b4ff974be75029522 (patch) | |
tree | 3b85a7342a85ff97fd2081f550d813f086deefb1 /emulators/BasiliskII/distinfo | |
parent | 8006889ecf0b1f083298e82b6d4496981edb7802 (diff) | |
download | pkgsrc-d6fcc31cfa6f6e0f238b849b4ff974be75029522.tar.gz |
Update "BasiliskII" package to version 1.0. Changes since version 0.9.1:
- added support for on-the-fly video resolution and depth switching,
and gamma tables
- fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves
like a 68882/68040 FPU, eliminating the need for 68060 FPU patches
- added support for platform-independant mutexes, used by adb.cpp for
thread-safe mouse handling
- the TIME_OFFSET constant has been replaced by a (portable) function
TimeToMacTime(); file dates in ExtFS should now be correct
- ADBInterrupt() is no longer called from the 60Hz interrupt but has
its own interrupt flag, potentially increasing the smoothness of
mouse movement
- ether.cpp: implemented relatively platform-independant "AppleTalk
over UDP" mode that doesn't require any special kernel modules or
network drivers but can only interconnect instances of Basilisk II;
this is enabled by setting "udptunnel" to true
- Unix: windowed display mode supports different resolutions and color
depths, which can be switched on-the-fly
- Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility
with games like flight simulators)
- Unix: X11 events are handled as soon as they arrive, outside of the
60Hz video refresh raster
- Unix: audio sample rate, bit depth and channel count are adjustable
in the MacOS "Sound" control panel
The patches for this update were contributed by Todd Vierling in PR pkg/21861.
Diffstat (limited to 'emulators/BasiliskII/distinfo')
-rw-r--r-- | emulators/BasiliskII/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/BasiliskII/distinfo b/emulators/BasiliskII/distinfo index 847616ea12a..f2bdf405ee4 100644 --- a/emulators/BasiliskII/distinfo +++ b/emulators/BasiliskII/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/12/29 00:22:02 abs Exp $ +$NetBSD: distinfo,v 1.2 2003/06/13 20:56:48 tron Exp $ -SHA1 (BasiliskII_src_31052001.tar.gz) = 0f7ddeafeb68485a7895a3d3613d07b2f3cc074d -Size (BasiliskII_src_31052001.tar.gz) = 465882 bytes +SHA1 (BasiliskII_src_15012002.tar.gz) = 5a28bb37a48f7ae5c24cb5ad5eceb282147cebe4 +Size (BasiliskII_src_15012002.tar.gz) = 494773 bytes |