mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
added black line :)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user