fixes moonlight/ehrenberg ram size
This commit is contained in:
parent
9770c7b86c
commit
b921b9c71f
4
env/ehrenberg/ram.lds
vendored
4
env/ehrenberg/ram.lds
vendored
@ -4,8 +4,8 @@ ENTRY( _start )
|
|||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom (rxai!w) : ORIGIN = 0x80000000, LENGTH = 128k
|
rom (rxai!w) : ORIGIN = 0x80000000, LENGTH = 64k
|
||||||
ram (wxa!ri) : ORIGIN = 0x80004000, LENGTH = 128k
|
ram (wxa!ri) : ORIGIN = 0x80010000, LENGTH = 64k
|
||||||
}
|
}
|
||||||
|
|
||||||
PHDRS
|
PHDRS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user