aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/libsrc/changes_bag.txt
diff options
context:
space:
mode:
authorNebuleon Fumika2013-02-04 23:45:44 -0500
committerNebuleon Fumika2013-02-04 23:45:44 -0500
commitd1a7bf5eb558e7db4a1a27e15ebedb02e6b7f804 (patch)
treed951252d393b9d7defb508483aba29e0daad764c /sdk-modifications/libsrc/changes_bag.txt
parentb1c298ab5066c2e37a69c7c30bd499dd11ed6eb3 (diff)
downloadsnes9x2005-d1a7bf5eb558e7db4a1a27e15ebedb02e6b7f804.tar.gz
snes9x2005-d1a7bf5eb558e7db4a1a27e15ebedb02e6b7f804.tar.bz2
snes9x2005-d1a7bf5eb558e7db4a1a27e15ebedb02e6b7f804.zip
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.
Diffstat (limited to 'sdk-modifications/libsrc/changes_bag.txt')
-rw-r--r--sdk-modifications/libsrc/changes_bag.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/sdk-modifications/libsrc/changes_bag.txt b/sdk-modifications/libsrc/changes_bag.txt
new file mode 100644
index 0000000..63b82a9
--- /dev/null
+++ b/sdk-modifications/libsrc/changes_bag.txt
@@ -0,0 +1,28 @@
+Unofficial libds2a by BassAceGold
+ Based on 0.13 beta Supercard SDK release, contains full lib with changes
+
+
+
+release 1:
+ -inclusion of ds2_unistd.h and ds2_fcntl.h
+ -updated zlib to 1.5.2
+
+release 2:
+ -mkdir no longer freezes
+ -faster fopen times for file reading
+ (no longer searches for the next cluster to write to with read only mode)
+ -makes DS2's DMA (direct memory access hardware) features publically available
+ -adds extra cpu clock speeds (may be unstable)
+ ds2_setCPULevel(level)
+ -can now get the current CPU clock speed as an integer value
+ ds2_getCPUClock()
+
+release 2 fix 1:
+ -added ds2_udelay and ds2_mdelay variant functions.
+ must be used with ds2_setCPULevel for accurate timings,
+ old functions, udelay and mdelay, should not be used with the new
+ cpu clock functions
+ -added further optimizations to makefile
+
+release 2 fix 2:
+ -fat_getDiskSpaceInfo no longer freezes