From de02ce703e44a1304e5596d4be608d8e3283cfc0 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 21 Jul 2000 19:23:06 +0000 Subject: Update to 20000710. Extracts from the Changelog: Fixed the instruction cycle timings in the cpu6502 core. Cleaned up the per-driver menu interface somewhat. Started adding support for multilevel per-driver menus. Started adding menus for the Disk ][ drives (not working yet). Added preliminary FDS disk write emulation (doesn't save the changed disk, but whatever). Added preliminary FDS timer IRQs (still need write support, but most of my test images are playable now). --- emulators/darcnes/Makefile | 6 +++--- emulators/darcnes/files/md5 | 4 ++-- emulators/darcnes/files/patch-sum | 4 ++-- emulators/darcnes/patches/patch-aa | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'emulators/darcnes') diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 44e83c9918a..55cb9269d41 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2000/07/02 01:05:11 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/07/21 19:23:06 wiz Exp $ -DISTNAME= dn9a0625 -PKGNAME= darcnes-20000625 +DISTNAME= dn9a0710 +PKGNAME= darcnes-20000710 WRKSRC= ${WRKDIR}/darcnes CATEGORIES= emulators MASTER_SITES= http://www.netway.com/~nyef/ diff --git a/emulators/darcnes/files/md5 b/emulators/darcnes/files/md5 index 3e5adbd2383..9912567ab10 100644 --- a/emulators/darcnes/files/md5 +++ b/emulators/darcnes/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.6 2000/07/02 01:05:12 wiz Exp $ +$NetBSD: md5,v 1.7 2000/07/21 19:23:07 wiz Exp $ -MD5 (dn9a0625.tgz) = 73b7511c225937f4f1a236998eecca17 +MD5 (dn9a0710.tgz) = be546fe82775f843106373d56797e5b5 diff --git a/emulators/darcnes/files/patch-sum b/emulators/darcnes/files/patch-sum index b14545ca642..33b6fe24c1a 100644 --- a/emulators/darcnes/files/patch-sum +++ b/emulators/darcnes/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.5 2000/07/02 01:05:12 wiz Exp $ +$NetBSD: patch-sum,v 1.6 2000/07/21 19:23:07 wiz Exp $ -MD5 (patch-aa) = 94a30e3c235bf529b3097318dc31f1da +MD5 (patch-aa) = d7c421217da9e197ad5e0a75a142981f MD5 (patch-ad) = 75eec64ccc41f9cd860acde669b6137a MD5 (patch-ae) = 6135951eb419ac279978285494db4e98 MD5 (patch-ag) = fa812e0a108929d5d9212d48cc1be2cb diff --git a/emulators/darcnes/patches/patch-aa b/emulators/darcnes/patches/patch-aa index e730d798b1a..f3195f7f7df 100644 --- a/emulators/darcnes/patches/patch-aa +++ b/emulators/darcnes/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2000/06/03 10:57:12 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2000/07/21 19:23:07 wiz Exp $ ---- Makefile.orig Sun May 7 02:04:10 2000 -+++ Makefile Thu Jun 1 02:47:55 2000 +--- Makefile.orig Sun Jul 9 22:49:23 2000 ++++ Makefile Fri Jul 21 21:06:35 2000 @@ -11,16 +11,16 @@ #C_ONLY=-DC_ONLY @@ -26,10 +26,10 @@ $NetBSD: patch-aa,v 1.4 2000/06/03 10:57:12 wiz Exp $ # ifeq ($(TARGET),Linux_X) CONFFLAGS=-DPCE_CD_SUPPORT -DSOUND --LDFLAGS=-L/usr/X11R6/lib +-LDFLAGS+=-L/usr/X11R6/lib -CFLAGS+=-I/usr/X11R6/include -SFLAGS+=-I/usr/X11R6/include -+LDFLAGS=-L${X11BASE}/lib -Wl,-R${X11BASE}/lib ++LDFLAGS+=-L${X11BASE}/lib -Wl,-R${X11BASE}/lib +CFLAGS+=-I${X11BASE}/include +SFLAGS+=${ASM_FLAGS} -I${X11BASE}/include SYSTEMSRCS=video_x.c ui_x.c snd_unix.c keyboard_x.c cd_unix.c -- cgit v1.2.3