Fix unfortunate backwards conditional

This commit is contained in:
Elliot Nunn 2020-10-11 14:04:53 +08:00
parent 0ec9a3e122
commit 0bcfa71f10
1 changed files with 1 additions and 1 deletions

View File

@ -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