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

@@ -23,7 +23,7 @@ _dio_open:
beq :+ ; Found drive_id in device list
dex
bpl :-
lda #$28 ; "No device detected/connected"
lda #$28 ; "No device connected"
; Return oserror
oserr: sta __oserror