trs80: comment/typo fix boot code
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 15:38:38 +0000 (16:38 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 15:38:38 +0000 (16:38 +0100)
Kernel/platform-trs80m1/trs80.s

index 4208fb1..9394f7d 100644 (file)
@@ -108,11 +108,11 @@ not_m3:
            ld a,(hl)
            inc (hl)
            cp (hl)
-           jr z, not_lnw
+           jr z, not_lnw       ; if it's RAM it's an LNW80
            dec (hl)
            xor a
            out (0xFE),a        ; ROM back on, normal video mode for now
-           ld a,#2             ; LWN80
+           ld a,#2             ; LNW80
            ld (_trs80_model), a
            jr not_vg
 not_lnw: