Change memory map a bit

This commit is contained in:
hkz 2025-09-01 16:55:32 +02:00
commit cd8135241b

View file

@ -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