summaryrefslogtreecommitdiff
path: root/emulators/prodosemu/files/patch-ac
blob: 33770c325d832ba0ef1a24e8e54d077edabd9f87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** 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[];