diff options
author | tron <tron> | 2003-06-13 20:56:48 +0000 |
---|---|---|
committer | tron <tron> | 2003-06-13 20:56:48 +0000 |
commit | 7633bbf0b82fe0914b2c026f118d247930335731 (patch) | |
tree | 3b85a7342a85ff97fd2081f550d813f086deefb1 /emulators/BasiliskII/Makefile | |
parent | 0f52ac9b13fd0a12c0c26e9b750a90986f53d071 (diff) | |
download | pkgsrc-7633bbf0b82fe0914b2c026f118d247930335731.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/Makefile')
-rw-r--r-- | emulators/BasiliskII/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 6f0b3b5dd87..e6b817090f8 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/06/02 01:20:01 jschauma Exp $ -# +# $NetBSD: Makefile,v 1.9 2003/06/13 20:56:48 tron Exp $ -DISTNAME= BasiliskII_src_31052001 -PKGNAME= BasiliskII-0.9.1 -PKGREVISION= 2 -WRKSRC= ${WRKDIR}/BasiliskII-0.9/src/Unix +DISTNAME= BasiliskII_src_15012002 +PKGNAME= BasiliskII-1.0 +WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix CATEGORIES= emulators MASTER_SITES= http://iphcip1.physik.uni-mainz.de/~cbauer/ |