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@4724 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a0359724ff
commit
51d4a5bf79
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ _dio_open:
|
|||
beq :+ ; Found drive_id in device list
|
||||
dex
|
||||
bpl :-
|
||||
lda #$28 ; "No device connected"
|
||||
lda #$28 ; "No device detected/connected"
|
||||
|
||||
; Return oserror
|
||||
oserr: sta __oserror
|
||||
|
|
Loading…
Add table
Reference in a new issue