mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-03 06:09:34 +11:00
Add hi-score graphics
This commit is contained in:
parent
0173ab753a
commit
10dc668d9e
8 changed files with 41 additions and 8 deletions
|
|
@ -7,8 +7,8 @@
|
|||
;;; (section (programStart #x801) (startup #x80e) code switch idata cdata data_init_table))
|
||||
(section (programStart #x801) (startup #x80e) code))
|
||||
(memory displayPage1 (address (#x2000 . #x3fff)) (type ram) (section loadscreen))
|
||||
(memory datamem (address (#x4000 . #x91ff)) (type ram) (section cstack zdata data heap)) ;;; usermem goes from 0x4000 to 0x9FFFF (included), we are splitting it
|
||||
(memory upperData (address (#x9200 . #x9fff)) (type ram) (section switch idata cdata data_init_table))
|
||||
(memory datamem (address (#x4000 . #x8fff)) (type ram) (section cstack zdata data heap)) ;;; usermem goes from 0x4000 to 0x9FFFF (included), we are splitting it
|
||||
(memory upperData (address (#x9000 . #x9fff)) (type ram) (section switch idata cdata data_init_table))
|
||||
(memory displayPage2 (address (#xa000 . #xbfff)) (type ram))
|
||||
(memory io (address (#xc000 . #xc0ff)) (type ram))
|
||||
(memory rombank (address (#xc100 . #xffff)) (type rom))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue