From: ol.sc
Date: Wed, 16 Jun 2010 21:21:01 +0000 (+0000)
Subject: Use MLI error names from ProDOS 8 Technical Reference Manual (and ProDOS 8 Technical...
X-Git-Tag: V2.13.3~708
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51d4a5bf7925fb32913fdfcd818b752ed0d2614f;p=cc65
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
---
diff --git a/libsrc/apple2/dioopen.s b/libsrc/apple2/dioopen.s
index 3c664970d..b6946c385 100644
--- a/libsrc/apple2/dioopen.s
+++ b/libsrc/apple2/dioopen.s
@@ -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