mirror of
https://github.com/cc65/cc65.git
synced 2025-02-09 02:30:42 +00:00
added black line :)
This commit is contained in:
parent
7496e669be
commit
a95c95a5d3
@ -72,7 +72,8 @@ putchar:
|
||||
|
||||
lda #0
|
||||
sta ptr3+1
|
||||
; * 8
|
||||
|
||||
; char index * 8
|
||||
asl ptr3
|
||||
rol ptr3+1
|
||||
asl ptr3
|
||||
@ -80,6 +81,7 @@ putchar:
|
||||
asl ptr3
|
||||
rol ptr3+1
|
||||
|
||||
; plus fontdata base address
|
||||
lda ptr3
|
||||
clc
|
||||
adc #<(fontdata-$f8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user