mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-22 09:59:18 +01:00
Changed data register address to 0x09000000
This commit is contained in:
parent
e5c6ce9a09
commit
d48f48d55a
@ -31,6 +31,9 @@
|
|||||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||||
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
2006-09-24 - Chishm
|
||||||
|
* Changed data register address to 0x09000000
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@ -62,7 +65,7 @@
|
|||||||
#define REG_MMCF_LBA3 ((vu16*)0x080A0000) // 3rd byte of sector address
|
#define REG_MMCF_LBA3 ((vu16*)0x080A0000) // 3rd byte of sector address
|
||||||
#define REG_MMCF_LBA4 ((vu16*)0x080C0000) // last nibble of sector address | 0xE0
|
#define REG_MMCF_LBA4 ((vu16*)0x080C0000) // last nibble of sector address | 0xE0
|
||||||
|
|
||||||
#define REG_MMCF_DATA ((vu16*)0x08000000) // Pointer to buffer of CF data transered from card
|
#define REG_MMCF_DATA ((vu16*)0x09000000) // Pointer to buffer of CF data transered from card
|
||||||
|
|
||||||
static const CF_REGISTERS _MMCF_Registers = {
|
static const CF_REGISTERS _MMCF_Registers = {
|
||||||
REG_MMCF_DATA,
|
REG_MMCF_DATA,
|
||||||
|
Loading…
Reference in New Issue
Block a user