From f38b46f1107789f4b12e0555dc6126b295f69dea Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 23 Mar 2026 05:45:51 -0400 Subject: Fix *derpage* in config.c. --- config/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.c b/config/config.c index 55e1e7a..c8f1a48 100644 --- a/config/config.c +++ b/config/config.c @@ -522,10 +522,10 @@ void main(void) { /* disable Break key. don't have to do it again in the client! */ POKE(0x10, PEEK(0x10) & 0x7f); - POKE(0xd20e, PEEK(0x01)); + POKE(0xd20e, PEEK(0x10)); /* loading1.xex left the original DL address at $fe */ - POKEW(0x0230, PEEKW(0xfe)); + if(PEEKW(0xfe)) POKEW(0x0230, PEEKW(0xfe)); set_default_config(); -- cgit v1.2.3