update memory map

This commit is contained in:
4am 2020-03-31 20:08:49 -04:00
parent d296433ca0
commit bfa15e51b0

View File

@ -6,9 +6,9 @@
; YE OLDE GRAND UNIFIED MEMORY MAP
;
; LC RAM BANK 1
; D000..E2DD - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; D000..E327 - persistent data structures (gGlobalPrefsStore, gGamesListStore)
; ...unused...
; E97D..FFF1 - main program code
; E977..FFF1 - main program code
; FFF2..FFF9 - API functions and global constants available for main program
; code, prelaunchers, transition effects, &c.
; (Wait/UnwaitForVBL, MockingboardStuff, MachineStatus)