This commit is contained in:
4am 2018-03-26 19:42:17 -04:00
parent bb85bbac08
commit 92778d4d66
2 changed files with 1 additions and 5 deletions

View File

@ -3,11 +3,7 @@
;
; Memory addresses and constants
;
; Public constants
; - kProDOSFileBuffer
kProDOSFileBuffer = $1C00
kSystemAddress = $2000
WGInit = $4000
kGlobalPrefsStore = $8000

View File

@ -9,7 +9,7 @@
jmp Start
!source "src/macros.a"
!source "src/memory.a"
!source "src/constants.a"
!source "src/WeeGUI_MLI.s"
!source "src/gamelist.a"