Use MLI error names from ProDOS 8 Technical Reference Manual (and ProDOS 8 Technical Note #21).

git-svn-id: svn://svn.cc65.org/cc65/trunk@4722 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2010-06-16 21:16:14 +00:00
parent 148a6569e5
commit ab068d43e3
3 changed files with 49 additions and 49 deletions

View File

@@ -30,6 +30,6 @@ call: .byte $00
rts
; Load oserror code and return
oserr: lda #$01 ; "Invalid MLI function code number"
oserr: lda #$01 ; "Bad system call number"
sec
rts