summaryrefslogtreecommitdiff
path: root/emulators/prodosemu/files/patch-ac
blob: ad709da0ae7fb84142f5b006aa76aed49b3eba0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- main.c.orig	Tue Jan  9 13:00:03 1996
+++ main.c	Tue Aug 15 20:41:41 2000
@@ -10,7 +10,11 @@
 #include "apple.h"
 #include <curses.h>
 #define REF_DELAY 2000
+
+/* Where is the default rom file?? */
+#ifndef ROMFILE
 #define ROMFILE "apple.rom"
+#endif
 
 extern char prodosroot[];