From eae335e8e130bf90575256be3202311aace43614 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 26 Aug 2000 19:25:38 +0000 Subject: 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 --- emulators/uae/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'emulators/uae/Makefile') 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 -- cgit v1.2.3