Apple2: Fix inconsistency (use bit like everywhere else)
This commit is contained in:
committed by
Oliver Schmidt
parent
d03529067a
commit
c75c305c59
@@ -39,7 +39,7 @@ IdTableLen = * - IdValTable
|
|||||||
|
|
||||||
detect80cols:
|
detect80cols:
|
||||||
.ifndef __APPLE2ENH__
|
.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)
|
bpl NoDev ; handle no 80cols hardware (like Videx)
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user