mirror of
https://codeberg.org/hkzlab/TK2000_floppicator.git
synced 2025-12-25 09:02:28 +11:00
Change memory map a bit
This commit is contained in:
parent
dd7e765732
commit
cd8135241b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@
|
|||
(section registers zpage zzpage))
|
||||
(memory firstPage (address (#x100 . #x1ff)) (section stack))
|
||||
(memory reserved (address (#x200 . #x7ff)) (type ram))
|
||||
(memory program (address (#x800 . #x187f)) (type ram)
|
||||
(memory program (address (#x800 . #x188f)) (type ram)
|
||||
(section (programStart #x800) (dii_critical_wr_code #x803) (dii_critical_rd_code #x90b) startup code switch idata cdata data_init_table))
|
||||
(memory dataMem (address (#x1880 . #x1fff)) (type ram) (section cstack zdata data heap zpsave))
|
||||
(memory dataMem (address (#x1890 . #x1fff)) (type ram) (section cstack zdata data heap zpsave))
|
||||
(memory displayPage1 (address (#x2000 . #x3fff)) (type ram))
|
||||
(memory upperMem (address (#x4000 . #xbbff)) (type ram))
|
||||
(memory diskBuffer (address (#xbc00 . #xbeff)) (type ram)) ;;; This memory will be used by the disk II routines as buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue