diff options
author | Nebuleon Fumika | 2013-02-07 02:38:45 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-02-07 02:38:45 -0500 |
commit | 55895f01f73ba1b4fab7095fa5cb8cf7884846ed (patch) | |
tree | 562b6a25eace9f707a0f87d1ae340632ef489f57 /source/nds | |
parent | 5e3426d0d26bb25810aca6593416ac0125ea6e8f (diff) | |
download | snes9x2005-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.h | 1 |
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; |