From 461aaedd569fc2f7a2c94e9cf2334b5200253a4f Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Sat, 8 Feb 2020 16:23:17 -0800 Subject: [PATCH] Update boot.z80 Bug fix --- Source/CPM3/boot.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CPM3/boot.z80 b/Source/CPM3/boot.z80 index 0950af2e..3e1cf55b 100644 --- a/Source/CPM3/boot.z80 +++ b/Source/CPM3/boot.z80 @@ -171,7 +171,7 @@ dinit3: pop bc ; restore loop control pop hl ; restore drive list ptr pop de ; restore de - cp 50h ; hard disk device? + cp 30h ; hard disk device? jr nc,dinit3a ; if so, handle special ld (hl),c ; save unit num in list inc hl ; bump ptr