Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Commit

Permalink
*Added magnetic CARD support for F-Zero AX
Browse files Browse the repository at this point in the history
  • Loading branch information
crediar committed Jan 14, 2014
1 parent 9c58d4d commit dee4c5e
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/EXI_DeviceAMBaseboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CEXIAMBaseboard::CEXIAMBaseboard()
: m_position(0)
, m_have_irq(false)
{
m_backup = fopen("User/tribackup.bin","wb+");
m_backup = fopen("User/tribackup.bin","ab+");
}

void CEXIAMBaseboard::SetCS(int cs)
Expand Down

0 comments on commit dee4c5e

Please sign in to comment.