Apple2: don't define _allow_lowercase and uppercasemask on APPLE2ENH

This commit is contained in:
Colin Leroy-Mira
2025-05-31 13:27:52 +02:00
committed by Oliver Schmidt
parent 89daccaa43
commit d03529067a
2 changed files with 10 additions and 6 deletions

View File

@@ -2,14 +2,12 @@
; Oliver Schmidt, 2024-08-06
;
.ifndef __APPLE2ENH__
.export uppercasemask
.ifndef __APPLE2ENH__
.import machinetype
.constructor detectlowercase
.endif
.ifndef __APPLE2ENH__
.segment "ONCE"
@@ -21,8 +19,9 @@ detectlowercase:
sta uppercasemask
: rts
.endif
.data
uppercasemask: .byte $DF ; Convert to uppercase
.endif