1
0
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:
jede 2017-01-31 22:20:19 +01:00
parent b5fef66f37
commit 6f58b9a22d
2 changed files with 14 additions and 14 deletions

View File

@ -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