comment and formatting fixes

This commit is contained in:
Christian Groessler
2013-10-16 17:55:45 +02:00
parent f3d74cd166
commit 3ef1ef3357
3 changed files with 11 additions and 10 deletions

View File

@@ -55,6 +55,8 @@ cont: ldx #0 ; channel 0
.segment "SRPREP"
; ***** entry point *****
sramprep:
.ifdef DEBUG
print_string "entering stage #2"
@@ -115,7 +117,7 @@ sramprep:
iocbok:
.endif
; Reopen it in Graphics 0
; reopen it in Graphics 0
lda #OPEN
sta ICCOM,x
lda #OPNIN | OPNOT
@@ -212,8 +214,8 @@ cg_addr_ok2:
; switch to temporary chargen
sta CHBASE
sta CHBAS
sta CHBASE
sta CHBAS
; copy shadow RAM contents to their destination (segment SHADOW_RAM)
@@ -245,7 +247,7 @@ no_copy:
lda #<__SHADOW_RAM2_SIZE__
bne do_copy2
lda #>__SHADOW_RAM2_SIZE__
beq no_copy2 ; we have no shadow RAM contents
beq no_copy2 ; we have no shadow RAM #2 contents
; ptr1 - src; ptr2 - dest; tmp1, tmp2 - len
do_copy2: