diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/Makefile | 2 | ||||
| -rw-r--r-- | config/config.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index 15567e9..9ce3ffe 100644 --- a/config/Makefile +++ b/config/Makefile @@ -3,7 +3,7 @@ all: config.xex #config.xex: config.c exetrailer.s ../src/config.h ../src/config.c config.xex: - cl65 -DVERSION='"$(VERSION)"' -m config.map -Oris -t atari -C ../src/atari.cfg -o config.xex config.c os2ram.c ../src/exehdr.s exetrailer.s ../src/config.c + cl65 -DVERSION='"$(VERSION)"' -m config.map -Oris -t atari -C ../src/atari.cfg -o config.xex config.c os2ram.c ../src/exehdr.s exetrailer.s clean: rm -f config.xex diff --git a/config/config.c b/config/config.c index e08de9f..ae3b110 100644 --- a/config/config.c +++ b/config/config.c @@ -39,6 +39,8 @@ char *servers[] = { 0 }; +conf_t *conf = (conf_t *)0x0400; + char have_dos = 0; char filename[101] = "D:FNCHAT.CFG"; char buf[128]; |
