From: Alan Cox Date: Sun, 8 Jul 2018 15:38:38 +0000 (+0100) Subject: trs80: comment/typo fix boot code X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ebfb335ae8b6ea3411b9c3f6e410ea4290eb83e6;p=FUZIX.git trs80: comment/typo fix boot code --- diff --git a/Kernel/platform-trs80m1/trs80.s b/Kernel/platform-trs80m1/trs80.s index 4208fb14..9394f7dd 100644 --- a/Kernel/platform-trs80m1/trs80.s +++ b/Kernel/platform-trs80m1/trs80.s @@ -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: