changeset 2887:a1296ceb6797

boot_scsi.asm: Remove misplaced # in CntrSlot FCB constant
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 17:03:01 +0100
parents fea5c20fdbfe
children 32378c4340c0
files level1/modules/boot_scsi.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/boot_scsi.asm	Sun Nov 24 17:00:47 2013 +0100
+++ b/level1/modules/boot_scsi.asm	Sun Nov 24 17:03:01 2013 +0100
@@ -294,7 +294,7 @@
                IFEQ      MPI-1
 CntlSlot       FCB       SDMPI
                ELSE
-CntrSlot       FCB       #$FF
+CntrSlot       FCB       $FF
                ENDC
 Address        FDB       SDAddr
 * So now, this can be a base zero decimal value!