changeset 3271:1aa3a6da1e2a

format.asm: Correctly accept lower-case (Dragon disk format) option
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 07 Mar 2020 20:20:28 +0100
parents 0e5ad15ee404
children 53827d60f062
files level1/cmds/format.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/cmds/format.asm	Sun Jan 05 21:42:30 2020 -0600
+++ b/level1/cmds/format.asm	Sat Mar 07 20:20:28 2020 +0100
@@ -614,7 +614,7 @@
          cmpa  #'D       Do a dragon disk ?
          beq   DoFmtDragon
          cmpa  #'d      
-         bne   DoFmtDragon
+         beq   DoFmtDragon
          clr   IsDragon,u Mark it as a normal CoCo (or other) disk
          clrb            
          rts