From: Alan Cox Date: Tue, 11 Dec 2018 18:06:41 +0000 (+0000) Subject: cromemco: fix floppy user v kernel handling bug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=66693d9029cdfc3b0026f03890a5a1da5a6c88fa;p=FUZIX.git cromemco: fix floppy user v kernel handling bug --- diff --git a/Kernel/platform-cromemco/cromemco.s b/Kernel/platform-cromemco/cromemco.s index 65ef63e7..6f950984 100644 --- a/Kernel/platform-cromemco/cromemco.s +++ b/Kernel/platform-cromemco/cromemco.s @@ -471,7 +471,7 @@ issue_command: ; If need be flip bank. Remember this also switches stack copy ld a,(_fd_map) or a - jr nz, cmdout + jr z, cmdout out (0x40),a ; switch bank and stack copy cmdout: