summaryrefslogtreecommitdiff
path: root/3_sprites/m68k.ld
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-07 15:33:25 +0300
committerOxore <oxore@protonmail.com>2023-05-07 15:33:25 +0300
commit3029ace7b09eda3e0c3586742ee80c54e4dddc55 (patch)
treea50910600cf67e9eafed2f98ebce6bb0ec65d3ae /3_sprites/m68k.ld
parentd39090b6a94b7c1700d190a1bb63e85ff1c1f4ad (diff)
Add 3_sprites demo
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
+}