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

@@ -9,10 +9,10 @@
.import popa, _gotoxy, cputdirect, setcursor
.importzp tmp1
.ifndef __ATARI5200__
CHRCODE = $12+64
.else
.ifdef __ATARI5200__
CHRCODE = 14
.else
CHRCODE = $12+64
.endif
_chlinexy: