From c75c305c5919d49f2710d2a1d213244ccf153950 Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Sat, 31 May 2025 13:22:01 +0200 Subject: [PATCH] Apple2: Fix inconsistency (use bit like everywhere else) --- libsrc/apple2/detect80cols.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/apple2/detect80cols.s b/libsrc/apple2/detect80cols.s index 19e6fda74..c6f263566 100644 --- a/libsrc/apple2/detect80cols.s +++ b/libsrc/apple2/detect80cols.s @@ -39,7 +39,7 @@ IdTableLen = * - IdValTable detect80cols: .ifndef __APPLE2ENH__ - lda machinetype ; Check we're on a //e at least, otherwise we + bit machinetype ; Check we're on a //e at least, otherwise we bpl NoDev ; handle no 80cols hardware (like Videx) .endif