From 7e7b1f9bc1151fcfb573f62b93dd420317abc790 Mon Sep 17 00:00:00 2001 From: dillo Date: Tue, 31 Aug 2004 15:53:09 +0000 Subject: update to 1.15: ** General - Improved event recording and playback. ** C64 changes - Fixed some CPU opcodes. - Added support for Magic Formel cart (preliminary). - Improved TFE cart emulation. - Fixed Final Cartridge III freeze bug. ** VIC20 changes - Four true drives are supported now. - The sound code has been rewritten. ** PLUS4 changes - Added cartridge support. ** VIC-II - Improved IRQ timing during DMA. ** Unix Changes - Improved ROM set support. - Added TFE and IDE64 cart support. - Fixed crash on 64bit archs. - Added BSD USB joystick support. - Complete rework of french translation. Credits to Paul (alias Kaddict)! ** Miscellaneous changes - Made fsdevice emulation to list non-PRG files again. - Improved REL file handling of the virtual drive emulation. - Fixed some bugs in the petcat tokenizer. --- emulators/vice/patches/patch-ab | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'emulators/vice/patches/patch-ab') diff --git a/emulators/vice/patches/patch-ab b/emulators/vice/patches/patch-ab index 5a4abb32f4a..d950d5bc045 100644 --- a/emulators/vice/patches/patch-ab +++ b/emulators/vice/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.5 2001/02/25 19:35:52 kristerw Exp $ +$NetBSD: patch-ab,v 1.6 2004/08/31 15:53:09 dillo Exp $ ---- src/arch/unix/archdep.h.orig Tue Nov 16 16:19:50 1999 +--- src/arch/unix/archdep.h.orig 2004-06-19 22:29:01.000000000 +0200 +++ src/arch/unix/archdep.h -@@ -51,8 +51,8 @@ - #define MODE_APPEND_READ_WRITE "a+" +@@ -85,8 +85,8 @@ + extern const char *archdep_home_path(void); /* Define the default system directory (where the ROMs are). */ -#define LIBDIR PREFIX "/lib/vice" @@ -12,4 +12,4 @@ $NetBSD: patch-ab,v 1.5 2001/02/25 19:35:52 kristerw Exp $ +#define DOCDIR PREFIX "/share/doc/vice" #define VICEUSERDIR ".vice" - /* Printer default devices. */ + #endif -- cgit v1.2.3