mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
376bedfc02
- Change location of data files from libdata/ to share/ PR: 20752 Submitted by: Ports Fury
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
--- 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[];
|
|
|