mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 03:29:59 +00:00
update notes
This commit is contained in:
parent
ee6b3ebada
commit
28e2fee310
@ -14,7 +14,7 @@
|
||||
|
||||
- Added help screen (press `?` in search or browse mode to show)
|
||||
- Added global cheat mode (press `Ctrl-C` in search or browse mode to toggle)
|
||||
- Added 71 game cheats
|
||||
- Added 80 game cheats
|
||||
- New and updated graphic effects in screensaver mode
|
||||
- Ctrl-Reset quits to launcher from most games, and reboots cleanly from the rest (thanks Frank M.)
|
||||
- Fixed corrupted graphics in Asteroid Blaster
|
||||
|
@ -9,14 +9,14 @@
|
||||
; D000..E635 - persistent data structures (per-game cheat categories,
|
||||
; gGlobalPrefsStore, gGamesListStore)
|
||||
; ...unused...
|
||||
; ECEC..FFF9 - main program code
|
||||
; ECBB..FFF9 - main program code
|
||||
; FFFA..FFFF - NMI, reset, IRQ vectors
|
||||
;
|
||||
; LC RAM BANK 2
|
||||
; D000..D3FF - ProRWTS data
|
||||
; D400..D66F - ProRWTS code
|
||||
; D670..DB5F - HGR font code & ProRWTS glue code
|
||||
; DB60..DB6E - backup of stack (during gameplay and self-running demos)
|
||||
; D670..DB6C - HGR font code & ProRWTS glue code
|
||||
; DB6D..DB7B - backup of stack (during gameplay and self-running demos)
|
||||
; ...unused...
|
||||
; DBAF..DBFF - (de)acceleration function
|
||||
; DC00..DFFF - HGR font data
|
||||
|
Loading…
Reference in New Issue
Block a user