From d39090b6a94b7c1700d190a1bb63e85ff1c1f4ad Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 6 May 2023 23:23:59 +0300 Subject: Add 2_scroll_planes demo --- 2_scroll_planes/m68k.ld | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 2_scroll_planes/m68k.ld (limited to '2_scroll_planes/m68k.ld') 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 +} -- cgit v1.2.3