Normalized style.
We don't use .ifndef .else .endif
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
.import popa, _gotoxy, putchar, setcursor
|
||||
.importzp tmp1
|
||||
|
||||
.ifndef __ATARI5200__
|
||||
CHRCODE = $7C ; Vertical bar
|
||||
.else
|
||||
.ifdef __ATARI5200__
|
||||
CHRCODE = 1 ; exclamation mark
|
||||
.else
|
||||
CHRCODE = $7C ; Vertical bar
|
||||
.endif
|
||||
|
||||
_cvlinexy:
|
||||
|
||||
Reference in New Issue
Block a user