mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-25 14:22:16 +11:00
Update the linker
This commit is contained in:
parent
ce17253838
commit
9983fd8bcd
1 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@
|
|||
;;; (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 . #x85ff)) (type ram) (section switch idata cdata data_init_table)) ;;; usermem goes from 0x4000 to 0x9FFFF (included), we are splitting it
|
||||
(memory upperData (address (#x8600 . #x95ff)) (type ram) (section cstack zdata data heap))
|
||||
(memory upperData (address (#x4000 . #x85ff)) (type ram) (section switch idata cdata data_init_table)) ;;; usermem goes from 0x4000 to 0x9FFFF (included), we are splitting it
|
||||
(memory upperMem (address (#x8600 . #x95ff)) (type ram) (section cstack zdata data heap))
|
||||
(memory dosMem (address (#x9600 . #x9fff)) (type ram))
|
||||
(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