diff options
Diffstat (limited to 'm68k.ld')
-rw-r--r-- | m68k.ld | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +MEMORY { + ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M + SRAM(rwx) : ORIGIN = 0x00ff0000, LENGTH = 64K +} |
![]() |
index : megadrive_samples_c.git | |
C rewrite of https://github.com/BigEvilCorporation/megadrive_samples (C) |
summaryrefslogtreecommitdiff |