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).
This commit is contained in:
wiz 2000-07-21 19:23:06 +00:00
parent 5cc774de8b
commit de02ce703e
4 changed files with 12 additions and 12 deletions

View file

@ -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/

View file

@ -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

View file

@ -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

View file

@ -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