summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-ab
diff options
context:
space:
mode:
authordillo <dillo>2004-08-31 15:53:09 +0000
committerdillo <dillo>2004-08-31 15:53:09 +0000
commit7e7b1f9bc1151fcfb573f62b93dd420317abc790 (patch)
treed1815d4e0555b28a0f46ea14c166ce1d9a27ad60 /emulators/vice/patches/patch-ab
parent7c1063b8a872971710cce43a40e5d93a87500243 (diff)
downloadpkgsrc-7e7b1f9bc1151fcfb573f62b93dd420317abc790.tar.gz
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.
Diffstat (limited to 'emulators/vice/patches/patch-ab')
-rw-r--r--emulators/vice/patches/patch-ab10
1 files changed, 5 insertions, 5 deletions
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