added some more comments and -headers

This commit is contained in:
mrdudz
2015-10-12 14:40:12 +02:00
parent d8d7f53d1b
commit 07f1879f85
10 changed files with 48 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
;
; Groepaz/Hitmen, 12.10.2015
;
; internal constants for the soft80 implementation
soft80_lo_charset = $d000
soft80_hi_charset = $d400
@@ -8,6 +12,7 @@ soft80_bitmap = $e000
charsperline = 80
screenrows = 25
; FIXME: these should match petscii and perhaps come from a common cbm.inc?
CH_ESC = 95
CH_HLINE = 96
CH_CROSS = 123