aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/atari800/files/patch-ad
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-10-29 09:07:09 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-10-29 09:07:09 +0000
commitd88cedc838256c93e2f02a1ce7435d826425bcdf (patch)
treeaa6480ca793198e69035277c0dfc7b1b4b6cab2f /emulators/atari800/files/patch-ad
parent4ba37079d07fdd7aa0e48acceb83ee73fa8cb3b0 (diff)
Import atari800 port. This is an emulator of the old 8bit computer.
PR: 3411 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
Diffstat (limited to 'emulators/atari800/files/patch-ad')
-rw-r--r--emulators/atari800/files/patch-ad19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/atari800/files/patch-ad b/emulators/atari800/files/patch-ad
new file mode 100644
index 000000000000..7b586ec4aa06
--- /dev/null
+++ b/emulators/atari800/files/patch-ad
@@ -0,0 +1,19 @@
+*** rt-config.c.orig Sun Apr 20 23:38:04 1997
+--- rt-config.c Sun Apr 20 23:39:04 1997
+***************
+*** 32,38 ****
+ int enable_xcolpf1;
+
+ static char *rtconfig_filename1 = "atari800.cfg";
+! static char *rtconfig_filename2 = "/etc/atari800.cfg";
+
+ int RtConfigLoad (char *rtconfig_filename)
+ {
+--- 32,38 ----
+ int enable_xcolpf1;
+
+ static char *rtconfig_filename1 = "atari800.cfg";
+! static char *rtconfig_filename2 = ATARI_CONFIG ;
+
+ int RtConfigLoad (char *rtconfig_filename)
+ {