Apple2: don't define _allow_lowercase and uppercasemask on APPLE2ENH
This commit is contained in:
committed by
Oliver Schmidt
parent
89daccaa43
commit
d03529067a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user