From 0bcfa71f10986a14e9f80a6d076e8f06c8a2ee5d Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sun, 11 Oct 2020 14:04:53 +0800 Subject: [PATCH] Fix unfortunate backwards conditional --- NetBoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetBoot.py b/NetBoot.py index 192ce6f..b0e1caa 100755 --- a/NetBoot.py +++ b/NetBoot.py @@ -329,7 +329,7 @@ nbFound move.w 6(A0),D0 ; Get dqDrive (drive number) ; Only install the patch if we need to cmp.w #4,D0 ; A drivenum of 4 will work anyway - beq installOneshotPatch + bne installOneshotPatch rts