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

@@ -75,7 +75,7 @@ copy: lda (ptr1),y
bcc copy
; Load oserror code
lda #$40 ; "Invalid pathname syntax"
lda #$40 ; "Invalid pathname"
; Free pathname buffer
addsp65:ldy #64+1