Use MLI error names from ProDOS 8 Technical Reference Manual Quick Reference Card (and not Section 4.8 !).

git-svn-id: svn://svn.cc65.org/cc65/trunk@4748 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2010-07-17 19:11:51 +00:00
parent b9740f52e2
commit b1dab3a37d
5 changed files with 28 additions and 28 deletions

View File

@@ -46,7 +46,7 @@ rwcommon:
ldx #RW_COUNT
jsr callmli
bcc rwepilog
cmp #$4C ; "End of file"
cmp #$4C ; "End of file encountered"
bne oserr
rwepilog: