This commit is contained in:
4am 2018-04-01 19:18:17 -04:00
parent cc0d2510d2
commit 44b6a57b51
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,8 @@ gKey = $3F01
gValLen = $3F80
gVal = $3F81
WGInit = $4000 ; WeeGUI file load address and initialization function
MAGICRTS = $FF58 ; used to set overflow bit
; zero page
PTR = $02

View File

@ -12,8 +12,6 @@
; - gViewInUse
;
MAGICRTS = $FF58 ; used to set overflow bit
; View IDs (application-specific, acceptable range 0..15, no duplicates)
ID_PREVIOUS = 1
ID_OPTIONS = 2