summaryrefslogtreecommitdiff
path: root/emulators/xbeeb/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xbeeb/patches/patch-ad')
-rw-r--r--emulators/xbeeb/patches/patch-ad25
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/xbeeb/patches/patch-ad b/emulators/xbeeb/patches/patch-ad
new file mode 100644
index 00000000000..71af80291c8
--- /dev/null
+++ b/emulators/xbeeb/patches/patch-ad
@@ -0,0 +1,25 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/05/22 22:13:12 skrll Exp $
+
+--- src/Config.h.orig Thu Oct 10 00:19:08 1996
++++ src/Config.h Sun May 21 21:18:55 2000
+@@ -256,7 +256,7 @@
+ */
+
+ #ifndef XBEEBROOT
+-#define XBEEBROOT "/home/james/beeb/"
++#define XBEEBROOT "/usr/X11R6/share/xbeeb/"
+ #endif
+ #define XBEEBROMS XBEEBROOT"roms/"
+ #define XBEEBSNAPS XBEEBROOT"snaps/"
+@@ -282,11 +282,7 @@
+ * Names of ROMs to load by default
+ */
+
+-#ifdef EMUL_FS
+-#define OS_ROM "OS1.2p1.rom"
+-#else
+ #define OS_ROM "OS1.2.rom"
+-#endif
+ #define LANG_ROM "BASIC2.rom"
+
+ #ifdef XDFS