add code to add free shadow memory to heap (currently disabled)

This commit is contained in:
Christian Groessler
2013-09-11 22:43:35 +02:00
parent ebfb4a0b52
commit 8bc4b4c636
2 changed files with 18 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ MEMORY {
CHARGEN: file = "", define = yes, start = $D800, size = $0400;
# memory beneath the ROM
RAM_BELOW_ROM: file = "", start = $DC00, size = $FFF0 - $DC00;
RAM_BELOW_ROM: file = "", define = yes, start = $DC00, size = $FFF0 - $DC00;
}
SEGMENTS {