dreamcast/alt.lds
Zack Buhman 3338b611c1 aica: initial working example
This plays 10 seconds of PCM audio via the AICA ARM CPU.
2024-02-29 16:51:25 +08:00

8 lines
183 B
Plaintext

OUTPUT_FORMAT("elf32-shl", "elf32-shl", "elf32-shl")
MEMORY
{
p1ram : ORIGIN = 0x8c020000, LENGTH = 0xff0000
p2ram : ORIGIN = 0xac020000, LENGTH = 0xff0000
}
INCLUDE "common.lds"