diff options
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 |
