Added macros for clearing writing to memory

Cleaned DS card implementation (not completely done, to finish)
This commit is contained in:
thoduv 2006-07-02 23:48:39 +00:00
parent 22bca700ec
commit e72a9e8281
1 changed files with 15 additions and 0 deletions

15
desmume/src/dscard.h Normal file
View File

@ -0,0 +1,15 @@
#ifndef __DSCARD_H__
#define __DSCARD_H__
typedef struct
{
u32 adress;
u32 transfer_count;
} nds_dscard;
#endif /*__DSCARD_H__*/