diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-02 22:03:10 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-02 22:03:10 -0500 |
| commit | dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a (patch) | |
| tree | 74d28b3aa042a2fb0e5ed5b774db869325da7bda /memsetup.asm | |
| parent | ba295fcffbd353e45297bbeec96f681bb4f2e00e (diff) | |
| download | fujinet-chat-dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a.tar.gz | |
Fix "nick already in use" and permutation.
Diffstat (limited to 'memsetup.asm')
| -rw-r--r-- | memsetup.asm | 3 |
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 |
