From d294e375826854d80b838ea40ca4afcf3730a141 Mon Sep 17 00:00:00 2001 From: Anatoliy Belyanskiy Date: Fri, 28 Jun 2024 00:43:29 +1000 Subject: [PATCH] ... --- constants/dss_errors.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/dss_errors.z80 b/constants/dss_errors.z80 index 067e389..def5e4a 100644 --- a/constants/dss_errors.z80 +++ b/constants/dss_errors.z80 @@ -28,7 +28,7 @@ ERR0: DB #00 DZ "Seek error" ; 21 - ошибка позиционирования DZ "Sector not found" ; 22 - сектор не найден DZ "CRC error" ; 23 - ошибка CRC - DZ "Write protect" ; 24 - защита записи + DZ "Drive is write protected" ; 24 - защита записи DZ "Read error" ; 25 - ошибка чтения DZ "Write error" ; 26 - ошибка записи DZ "Drive failure" ; 27 - сбой диска