pkgsrc/emulators/vice/patches/patch-ab
dillo ff2dcbe829 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.
2004-08-31 15:53:09 +00:00

15 lines
507 B
Text

$NetBSD: patch-ab,v 1.6 2004/08/31 15:53:09 dillo Exp $
--- src/arch/unix/archdep.h.orig 2004-06-19 22:29:01.000000000 +0200
+++ src/arch/unix/archdep.h
@@ -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"
-#define DOCDIR LIBDIR "/doc"
+#define LIBDIR PREFIX "/share/vice"
+#define DOCDIR PREFIX "/share/doc/vice"
#define VICEUSERDIR ".vice"
#endif