diff options
Diffstat (limited to 'src/ps1/playstation.x')
| -rw-r--r-- | src/ps1/playstation.x | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ps1/playstation.x b/src/ps1/playstation.x index 00a1a74..71a4c34 100644 --- a/src/ps1/playstation.x +++ b/src/ps1/playstation.x @@ -68,5 +68,7 @@ SECTIONS __bss_start = ADDR(.bss); __bss_end = ADDR(.bss) + SIZEOF(.bss); + __ram_end = 0x8020FFFF; + __scratchpad = 0x1f800000; } |
