summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
new file mode 100644
index 0000000..3c5804b
--- /dev/null
+++ b/notes.txt
@@ -0,0 +1,3 @@
+DMA cannot cross 128KB boundary: http://gendev.spritesmind.net/forum/viewtopic.php?t=1853
+
+> Don't forget that there are other alignment needs on the MD as well. For example, VDP DMA cannot cross a 128KB boundary, so are you making sure your data blocks to be DMAd aren't crossing a boundary?