aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications
AgeCommit message (Collapse)Author
2013-02-24Define u8, s8, u16, s16, u32, s32, u64, s64 as typedefs. Ported from a test ↵Nebuleon Fumika
repository.
2013-02-05Add include files from BassAceGold's library, release 2 fix 2.2.Nebuleon Fumika
2013-02-04Fully integrate BassAceGold's libraries, finally. The README still states ↵Nebuleon Fumika
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-03Fix a name clash between Snes9x's dma.h and the DS2 dma.h by renaming the ↵Nebuleon Fumika
DS2 dma.h to ds2_dma.h. Add preliminary support for drawing emulated screens with DS2 DMA.
2013-02-03Add SDK modifications by BassAceGold as of 2011-04-14, as well as modified ↵Nebuleon Fumika
DMA functions as of 2013-01-29.