aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/libsrc/changes_bag.txt
diff options
context:
space:
mode:
authoraliaspider2014-10-28 06:47:04 +0100
committeraliaspider2014-10-28 06:47:04 +0100
commitad4866e0cb1f7ddefbe1e31a890741e4cbc50181 (patch)
tree86b8351ca560156abbeaed5e2c1964de38a49544 /sdk-modifications/libsrc/changes_bag.txt
parent2b75359c7ea0485b509460ea81606ac8052a6333 (diff)
downloadsnes9x2005-ad4866e0cb1f7ddefbe1e31a890741e4cbc50181.tar.gz
snes9x2005-ad4866e0cb1f7ddefbe1e31a890741e4cbc50181.tar.bz2
snes9x2005-ad4866e0cb1f7ddefbe1e31a890741e4cbc50181.zip
remove unused files
Diffstat (limited to 'sdk-modifications/libsrc/changes_bag.txt')
-rw-r--r--sdk-modifications/libsrc/changes_bag.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/sdk-modifications/libsrc/changes_bag.txt b/sdk-modifications/libsrc/changes_bag.txt
deleted file mode 100644
index 63b82a9..0000000
--- a/sdk-modifications/libsrc/changes_bag.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-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