mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2026-04-20 01:16:27 +00:00
- Fixed some warnings
- Code cleanup - Added pretty window rendering
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user