diff options
author | kristerw <kristerw@pkgsrc.org> | 2000-08-26 19:25:38 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2000-08-26 19:25:38 +0000 |
commit | eae335e8e130bf90575256be3202311aace43614 (patch) | |
tree | be8a0a8969e906faf62711bfd4a19a61a92a7293 /emulators/uae/Makefile | |
parent | 1bf5934191dede4cec592e577d8a72b2ae442004 (diff) | |
download | pkgsrc-eae335e8e130bf90575256be3202311aace43614.tar.gz |
Updated UAE to version 0.8.14.
User-visible changes in 0.8.14:
- More bug fixes:
* CPU emulation problem that could have caused copy protection schemes to
malfunction has been fixed.
* Some AGA problems fixed (one of them visible in ECS modes).
* UAE should work again on non-x86 systems.
- By default the emulator will try to approximate an A500 in CPU speed.
This setting existed before, but it's a bit more accurate now and on by
default.
- There is a new option to control the number of emulated disk drives.
- Software autofire for the keyboard joystick replacements
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 05cd80a2115..4349706b57e 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2000/07/28 19:27:58 kristerw Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/26 19:25:38 kristerw Exp $ -DISTNAME= uae-0.8.13 +DISTNAME= uae-0.8.14 CATEGORIES= emulators MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ @@ -17,9 +17,6 @@ CONFIGURE_ARGS+= --enable-dga --enable-vidmode \ --with-gtk-prefix=${WRKDIR} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -post-configure: - (cd ${WRKSRC}/src; ${MAKE} .SECONDARY) - do-install: .for FILE in readdisk uae ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin |