diff options
| -rw-r--r-- | config/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
