Nebuleon Fumika
|
8f83ac73a8
|
Merge branch 'master' into experimental
Conflicts:
Makefile
README.md
sdk-modifications/include/ds2_cpuclock.h
sdk-modifications/include/ds2_dma.h
sdk-modifications/include/ds2io.h
sdk-modifications/libsrc/console/console.c
sdk-modifications/libsrc/core/ds2_cpuclock.c
sdk-modifications/libsrc/core/ds2_cpuclock.h
sdk-modifications/libsrc/core/ds2_dma.h
sdk-modifications/libsrc/fs/fat_misc.c
source/nds/entry.cpp
source/nds/gui.c
|
2013-02-05 02:29:29 -05:00 |
|
Nebuleon Fumika
|
dfa2d3cc68
|
Add include files from BassAceGold's library, release 2 fix 2.2.
|
2013-02-05 01:33:39 -05:00 |
|
Nebuleon Fumika
|
d1a7bf5eb5
|
Fully integrate BassAceGold's libraries, finally. The README still states that 1.2 is required to overwrite 0.13's stuff; really, 0.13 is needed only for gcc . So the sequence goes 0.13's gcc -> 1.2 -> BassAceGold's libraries -> make libds2a.a .
DMA function names changed to match BassAceGold's.
|
2013-02-04 23:45:44 -05:00 |
|
Nebuleon Fumika
|
461f240655
|
Fix a name clash between Snes9x's dma.h and the DS2 dma.h by renaming the DS2 dma.h to ds2_dma.h.
Add preliminary support for drawing emulated screens with DS2 DMA.
|
2013-02-03 05:59:48 -05:00 |
|
Nebuleon Fumika
|
8693ae1bd8
|
Add SDK modifications by BassAceGold as of 2011-04-14, as well as modified DMA functions as of 2013-01-29.
|
2013-02-03 04:19:11 -05:00 |
|
Nebuleon Fumika
|
952ba79ad0
|
mdelay becomes ds2_mdelay.
|
2013-02-02 14:45:29 -05:00 |
|
Nebuleon Fumika
|
50f2cc70c1
|
For consistency, rename mdelayOC and udelayOC to ds2_mdelay and ds2_udelay in libsrc/core/ds2_cpuclock.h. This doesn't affect compilation.
|
2013-02-02 14:15:32 -05:00 |
|
Nebuleon Fumika
|
30b0cd94d9
|
Add updated delay functions provided by BassAceGold that deal with overclocking.
References:
<http://gbatemp.net/threads/libds2a-unofficial.288736/#post-4539983>
<http://filetrip.net/dl?CCv0QSb7k8>
|
2013-02-02 13:54:59 -05:00 |
|
Nebuleon Fumika
|
0bbaa2e1c0
|
Include BassAceGold's modified SDK as of 2013-01-31. Include overclocking options up to level 18, 456 MHz.
|
2013-02-02 03:51:19 -05:00 |
|