fixed screensize, timertick, revers mode

This commit is contained in:
mrdudz
2015-07-16 16:00:32 +02:00
parent 1414411bba
commit 21ef6b8510
8 changed files with 86 additions and 27 deletions

View File

@@ -14,8 +14,7 @@ BGCOLOR = $38
tickcount = $39 ;4
screenrows = (224/8)
charsperline = (512/8)
xsize = charsperline
charsperline = 61
CH_HLINE = 7
CH_VLINE = 7