- Fixed some warnings

- Code cleanup
- Added pretty window rendering
This commit is contained in:
Quinn Dunki
2014-09-07 16:06:25 -07:00
parent 6ca94984bc
commit 4e1843706e
11 changed files with 847 additions and 477 deletions
+1 -15
View File
@@ -7,21 +7,6 @@
;
; Reserved locations
INVERSE = $32
BASL = $28
BASH = $29
; Zero page locations we use (unused by Monitor, Applesoft, or ProDOS)
PARAM0 = $06
PARAM1 = $07
PARAM2 = $08
PARAM3 = $09
SCRATCH0 = $19
SCRATCH1 = $1A
; Constants
CHAR_NORMAL = $ff
@@ -144,3 +129,4 @@ TEXTLINES_L:
.byte $d0 ;21
.byte $50 ;22
.byte $d0 ;23