1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 16:29:32 +00:00

Shorten comment as requested

This commit is contained in:
compyx 2020-07-11 09:39:21 +02:00 committed by Oliver Schmidt
parent e45e57d7ce
commit 2c4dd5decf

View File

@ -67,8 +67,7 @@ firstinit:
inc soft80_first_init
; save 4 bytes due to soft80_lo_charset and soft80_hi_charset being
; page-aligned.
; soft80_lo_charset and soft80_hi_charset are page-aligned
ldy #0
lda #<soft80_charset
ldx #>soft80_charset