mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
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
@ -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…
x
Reference in New Issue
Block a user