Mercurial > hg > Members > kono > nitros9-code
comparison level1/modules/boot_scsi.asm @ 2885:66a8466f067c
boot_scsi.asm: Fix whitespace
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 16:33:24 +0100 |
parents | 6bd6e348665d |
children | fea5c20fdbfe |
comparison
equal
deleted
inserted
replaced
2883:4f589f343203 | 2885:66a8466f067c |
---|---|
289 Pad FILL $39,$1D0-3-1-2-1-* | 289 Pad FILL $39,$1D0-3-1-2-1-* |
290 ENDC | 290 ENDC |
291 * rev1, add selections for MPI slot and bus address of drive | 291 * rev1, add selections for MPI slot and bus address of drive |
292 * 2012\11\05 Gene Heskett | 292 * 2012\11\05 Gene Heskett |
293 * The default SCSI ID is here, but first do MPI slot | 293 * The default SCSI ID is here, but first do MPI slot |
294 IFEQ MPI-1 | 294 IFEQ MPI-1 |
295 CntlSlot FCB SDMPI | 295 CntlSlot FCB SDMPI |
296 ELSE | 296 ELSE |
297 CntrSlot FCB #$FF | 297 CntrSlot FCB #$FF |
298 ENDC | 298 ENDC |
299 Address FDB SDAddr | 299 Address FDB SDAddr |
300 * So now, this can be a base zero decimal value! | 300 * So now, this can be a base zero decimal value! |
301 WhichDrv FCB ITDNS | 301 WhichDrv FCB ITDNS |
302 EMOD | 302 EMOD |
303 eom EQU * | 303 eom EQU * |
304 END | 304 END |