Apple2: Fix inconsistency (use bit like everywhere else)

This commit is contained in:
Colin Leroy-Mira
2025-05-31 13:22:01 +02:00
committed by Oliver Schmidt
parent d03529067a
commit c75c305c59

View File

@@ -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