1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/atari800/files/patch-ad
Thomas Gellekum d88cedc838 Import atari800 port. This is an emulator of the old 8bit computer.
PR:		3411
Submitted by:	Joel Sutton <sutton@aardvark.apana.org.au>
1997-10-29 09:07:09 +00:00

20 lines
499 B
Plaintext

*** rt-config.c.orig Sun Apr 20 23:38:04 1997
--- rt-config.c Sun Apr 20 23:39:04 1997
***************
*** 32,38 ****
int enable_xcolpf1;
static char *rtconfig_filename1 = "atari800.cfg";
! static char *rtconfig_filename2 = "/etc/atari800.cfg";
int RtConfigLoad (char *rtconfig_filename)
{
--- 32,38 ----
int enable_xcolpf1;
static char *rtconfig_filename1 = "atari800.cfg";
! static char *rtconfig_filename2 = ATARI_CONFIG ;
int RtConfigLoad (char *rtconfig_filename)
{