aboutsummaryrefslogtreecommitdiff
path: root/source/nds
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-07 02:38:45 -0500
committerNebuleon Fumika2013-02-07 02:38:45 -0500
commit55895f01f73ba1b4fab7095fa5cb8cf7884846ed (patch)
tree562b6a25eace9f707a0f87d1ae340632ef489f57 /source/nds
parent5e3426d0d26bb25810aca6593416ac0125ea6e8f (diff)
downloadsnes9x2005-55895f01f73ba1b4fab7095fa5cb8cf7884846ed.tar.gz
snes9x2005-55895f01f73ba1b4fab7095fa5cb8cf7884846ed.tar.bz2
snes9x2005-55895f01f73ba1b4fab7095fa5cb8cf7884846ed.zip
De-interleave the ROM using DMA. This helps the more esoteric jumbo memory maps load faster.
Diffstat (limited to 'source/nds')
-rw-r--r--source/nds/dma_adj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nds/dma_adj.h b/source/nds/dma_adj.h
index dd4a6e4..3852f09 100644
--- a/source/nds/dma_adj.h
+++ b/source/nds/dma_adj.h
@@ -12,6 +12,7 @@ struct SPointerAdjustments {
unsigned int GFXScreen;
/* These are used by Snes9x. */
+ unsigned int ROM;
};
extern struct SPointerAdjustments PtrAdj;