Skip to content

Commit

Permalink
Edited comments in CheckROM after addition of R36 code
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyDansbo committed Jan 4, 2020
1 parent c7bb5db commit 799337e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified cx16-maze.prg
Binary file not shown.
6 changes: 3 additions & 3 deletions cx16maze.asm
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ CheckROM:
rts
.do36:
lda #$76
sta COLPORT ; COLPORT=$0377
sta COLPORT ; COLPORT=$0376
lda #$86
sta NUMCOLS ; NUMCOLS=$0387
sta NUMCOLS ; NUMCOLS=$0386
lda #$87
sta NUMLINES ; NUMLINES=$0388
sta NUMLINES ; NUMLINES=$0387
lda #$03
sta COLPORT+1
sta NUMCOLS+1
Expand Down

0 comments on commit 799337e

Please sign in to comment.