aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/prodosemu/files/patch-ac
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-08-23 08:43:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-08-23 08:43:39 +0000
commit376bedfc02040c681fb6f5fbdcf65ab4f37ff4c2 (patch)
tree7d496cf9d46ff7f3f1d4c933a3177525f3191a39 /emulators/prodosemu/files/patch-ac
parent80d3503afa6b88d7002d15e2efb56683cda68f91 (diff)
- Remove obsolete site form MASTER_SITES
- Change location of data files from libdata/ to share/ PR: 20752 Submitted by: Ports Fury
Diffstat (limited to 'emulators/prodosemu/files/patch-ac')
-rw-r--r--emulators/prodosemu/files/patch-ac40
1 files changed, 14 insertions, 26 deletions
diff --git a/emulators/prodosemu/files/patch-ac b/emulators/prodosemu/files/patch-ac
index 33770c325d83..ad709da0ae7f 100644
--- a/emulators/prodosemu/files/patch-ac
+++ b/emulators/prodosemu/files/patch-ac
@@ -1,26 +1,14 @@
-*** main.c.orig Tue Jan 9 13:00:03 1996
---- main.c Sun Jan 9 06:47:30 2000
-***************
-*** 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 "%%PREFIX%%/libdata/apple2/prodos-2e.rom"
-! #endif
-
- extern char prodosroot[];
-
+--- 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[];
+