cromemco: fix floppy user v kernel handling bug
authorAlan Cox <alan@linux.intel.com>
Tue, 11 Dec 2018 18:06:41 +0000 (18:06 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 11 Dec 2018 18:06:41 +0000 (18:06 +0000)
Kernel/platform-cromemco/cromemco.s

index 65ef63e..6f95098 100644 (file)
@@ -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: