blob: 63b82a99d209e318587e7afb4947b079f52021f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|