summaryrefslogtreecommitdiff
path: root/3_sprites/m68k.ld
diff options
context:
space:
mode:
Diffstat (limited to '3_sprites/m68k.ld')
-rw-r--r--3_sprites/m68k.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/3_sprites/m68k.ld b/3_sprites/m68k.ld
new file mode 100644
index 0000000..dcc5257
--- /dev/null
+++ b/3_sprites/m68k.ld
@@ -0,0 +1,4 @@
+MEMORY {
+ ROM(rx) : ORIGIN = 0x00000000, LENGTH = 4M
+ SRAM(rwx) : ORIGIN = 0x00ff0000, LENGTH = 64K
+}