zx+3: fix a missing clear and a typo
authorAlan Cox <alan@linux.intel.com>
Tue, 16 Apr 2019 22:58:11 +0000 (23:58 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 16 Apr 2019 22:58:11 +0000 (23:58 +0100)
Kernel/platform-zx+3/loader.s

index dbfdb16..713cf95 100644 (file)
@@ -42,6 +42,7 @@ motor_on:
        ld de,#0x4001
        ld bc,#0x6911
        xor a
+       ld (hl),a
        ldir
 
 
@@ -115,7 +116,7 @@ wait_ms_loop2:
 ;
 ;      Load sector E of track D into HL and adjust HL
 ;
-;      Load at just doing track loads in one command! FIXME
+;      Look at just doing track loads in one command! FIXME
 ;
 load_sector:
        ld a,#0x46