Update SD version and start working on DMA

This commit is contained in:
Byron Lathi
2024-07-21 18:58:35 -07:00
parent abb1668f14
commit 90c5c0dc94
5 changed files with 146 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
MEMORY
{
RAM: start = $0000, size = $200;
SDRAM: start = $200, size = $de00;
ROM: start = $F000, size = $1000, file = %O;
}