Use all available memory below the ROM.

This commit is contained in:
Christian Groessler
2013-10-03 14:11:35 +02:00
parent b727c075e9
commit 417110d341
3 changed files with 4 additions and 3 deletions

View File

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