summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-08-30 12:22:59 +0000
committerwiz <wiz@pkgsrc.org>2007-08-30 12:22:59 +0000
commitc8f54368050636da69783c73b736450ea816ca21 (patch)
tree9d65dfd02c86ffaa9f14e6f024d705d2e3d9af48 /emulators/vice/patches/patch-ab
parent8f80383f98fed428b8bbaea332526f259632dff6 (diff)
downloadpkgsrc-c8f54368050636da69783c73b736450ea816ca21.tar.gz
Update to 1.22:
* Changes in VICE 1.22 ====================== ** C128 changes --------------- - Added 2 MHz mode support (experimental). - The cursor keys are mapped differently in C64-mode now. - Fixed C64-mode autostart support. ** VIC20 changes ---------------- - Improved the sound emulation where the 'volume change click' is concerned, and normalized the audio output level. ** VIC-II --------- - The VIC-II border mode can be selected now (normal, full, debug). - Some sprite fixes needed for Krestage 3 demo. ** Drive changes ---------------- - Improved drive LED emulation. ** Unix changes --------------- - Fixed the "black screen" bug caused by some X11 library security update. - Fixed the usb support for bsd based platforms. - Changed the preferred libdir and docdir for netbsd and freebsd. - Xaw/XRandR fullscreen mode is supposed to work. ** C1541 changes ---------------- - Fixed some unlynx bugs.
Diffstat (limited to 'emulators/vice/patches/patch-ab')
-rw-r--r--emulators/vice/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/vice/patches/patch-ab b/emulators/vice/patches/patch-ab
deleted file mode 100644
index ddcc51d6070..00000000000
--- a/emulators/vice/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2006/06/29 22:56:34 dillo Exp $
-
---- src/arch/unix/archdep.h.orig 2005-03-28 21:10:20.000000000 +0200
-+++ src/arch/unix/archdep.h
-@@ -96,8 +96,8 @@
- extern const char *archdep_home_path(void);
-
- /* Define the default system directory (where the ROMs are). */
--#define LIBDIR PREFIX "/lib/vice"
--#define DOCDIR LIBDIR "/doc"
-+#define LIBDIR PREFIX "/share/vice"
-+#define DOCDIR PREFIX "/share/doc/vice"
- #define VICEUSERDIR ".vice"
-
- #endif