diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-15 01:56:52 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-15 01:56:52 -0400 |
| commit | 1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7 (patch) | |
| tree | cd6bf8aa0789af2d2607d07b054f5ff7175e408a /config/config.c | |
| parent | a9a2e7df4a81494f4e6b06b02b9559806b931291 (diff) | |
| download | fujinet-chat-1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7.tar.gz | |
Loading screens for config and client.
Diffstat (limited to 'config/config.c')
| -rw-r--r-- | config/config.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c index d8cb260..f84f196 100644 --- a/config/config.c +++ b/config/config.c @@ -7,6 +7,7 @@ #include <conio.h> #include <ctype.h> #include <dirent.h> +#include <peekpoke.h> #include "../src/config.h" @@ -427,6 +428,9 @@ void set_default_config(void) { void main(void) { char bad; + /* loading1.xex left the original DL address at $fe */ + POKEW(0x0230, PEEKW(0xfe)); + set_default_config(); OS.color2 = conf->colors[0]; |
