diff options
Diffstat (limited to 'emulators/prodosemu/files/patch-ac')
-rw-r--r-- | emulators/prodosemu/files/patch-ac | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/prodosemu/files/patch-ac b/emulators/prodosemu/files/patch-ac deleted file mode 100644 index aa61220afbc5..000000000000 --- a/emulators/prodosemu/files/patch-ac +++ /dev/null @@ -1,23 +0,0 @@ ---- 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[]; - -@@ -24,7 +28,7 @@ - exit (1); - } - --void main (int argc,char **argv) -+int main (int argc,char **argv) - { - short int byte; - int i, addr; /* Loop iterators */ |