mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
Correcting comments alignment
Correcting an address error in telestrat.inc when cleaning files which broke read.s primitive
This commit is contained in:
parent
b5fef66f37
commit
6f58b9a22d
@ -27,7 +27,7 @@ RESB := $02
|
||||
TR0 := $0C
|
||||
TR1 := $0D
|
||||
|
||||
PTR_READ_DEST := $2D ; used for XFREAD and XWRITE only in telemon 3.0
|
||||
PTR_READ_DEST := $2C ; used for XFREAD and XWRITE only in telemon 3.0
|
||||
|
||||
HRSX := $46
|
||||
HRSY := $47
|
||||
|
Loading…
Reference in New Issue
Block a user