aboutsummaryrefslogtreecommitdiff
path: root/memsetup.asm
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-02 22:03:10 -0500
committerB. Watson <urchlay@slackware.uk>2026-03-02 22:03:10 -0500
commitdc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a (patch)
tree74d28b3aa042a2fb0e5ed5b774db869325da7bda /memsetup.asm
parentba295fcffbd353e45297bbeec96f681bb4f2e00e (diff)
downloadfujinet-chat-dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a.tar.gz
Fix "nick already in use" and permutation.
Diffstat (limited to 'memsetup.asm')
-rw-r--r--memsetup.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/memsetup.asm b/memsetup.asm
index 314a7df..fa81ae6 100644
--- a/memsetup.asm
+++ b/memsetup.asm
@@ -1,5 +1,8 @@
*= $2000
memsetup
+ lda $d301 ; PORTB
+ ora #$02 ; disable BASIC (XL/XE only)
+ sta $d301
lda #$80
sta $6a ; RAMTOP
sta $02e6 ; MEMTOP high