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