Normalized style.

We don't use .ifndef .else .endif
This commit is contained in:
Oliver Schmidt
2014-06-03 18:30:11 +02:00
parent 7a9ea2189e
commit 2bc4634860
5 changed files with 24 additions and 24 deletions

View File

@@ -14,10 +14,10 @@ _cgetc:
jsr setcursor
lda #12
sta ICAX1Z ; fix problems with direct call to KEYBDV
.ifndef __ATARIXL__
jsr @1
.else
.ifdef __ATARIXL__
jsr KEYBDV_handler
.else
jsr @1
.endif
ldx #0
rts