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 /memsetup.asm | |
| parent | a9a2e7df4a81494f4e6b06b02b9559806b931291 (diff) | |
| download | fujinet-chat-1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7.tar.gz | |
Loading screens for config and client.
Diffstat (limited to 'memsetup.asm')
| -rw-r--r-- | memsetup.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memsetup.asm b/memsetup.asm index 8e6b4df..f1e3694 100644 --- a/memsetup.asm +++ b/memsetup.asm @@ -21,7 +21,7 @@ memsetup sta $02e6 ; MEMTOP high lda #0 sta $02e5 ; MEMTOP low - sta $022f ; SDMCTL (turn off screen) + ;sta $022f ; SDMCTL (turn off screen) ; give the SDMCTL change time to get applied by the OS lda $14 ; RTCLOK+2 |
