summaryrefslogtreecommitdiff
path: root/emulators/prodosemu/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/prodosemu/files/patch-ac')
-rw-r--r--emulators/prodosemu/files/patch-ac27
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/prodosemu/files/patch-ac b/emulators/prodosemu/files/patch-ac
new file mode 100644
index 000000000000..27cc257b05b9
--- /dev/null
+++ b/emulators/prodosemu/files/patch-ac
@@ -0,0 +1,27 @@
+diff -rc prodosemu-v0.1/main.c prodosemu/main.c
+*** main.c Tue Jan 9 15:00:03 1996
+--- main.c Tue Feb 18 09:43:54 1997
+***************
+*** 9,16 ****
+
+ #include "apple.h"
+ #include <curses.h>
+ #define REF_DELAY 2000
+! #define ROMFILE "apple.rom"
+
+ extern char prodosroot[];
+
+--- 9,21 ----
+
+ #include "apple.h"
+ #include <curses.h>
++
+ #define REF_DELAY 2000
+!
+! /* Where is the default rom file?? */
+! #ifndef ROMFILE
+! #define ROMFILE "/usr/local/lib/apple2/prodos-2e.rom"
+! #endif
+
+ extern char prodosroot[];
+