From ebfb335ae8b6ea3411b9c3f6e410ea4290eb83e6 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 8 Jul 2018 16:38:38 +0100 Subject: [PATCH] trs80: comment/typo fix boot code --- Kernel/platform-trs80m1/trs80.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.34.1