Skip to content

Commit

Permalink
Removed $ which was a mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikramsberg committed Dec 18, 2020
1 parent 16b8a22 commit 660309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asm/ozmoo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ game_id !byte 0,0,0,0
sta reg_2mhz ;CPU = 2MHz
lda $d011
; Clear top bit (to not break normal interrupt) and bit 4 to blank screen
and #$%01101111
and #%01101111
sta $d011
jmp ++
+ ; 40 columns mode
Expand Down

0 comments on commit 660309f

Please sign in to comment.