From fab2dde45b92b2cb93426d9275c9d85ce47efefa Mon Sep 17 00:00:00 2001 From: thoduv Date: Sun, 2 Jul 2006 23:48:39 +0000 Subject: [PATCH] Added macros for clearing writing to memory Cleaned DS card implementation (not completely done, to finish) --- trunk/desmume/src/dscard.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 trunk/desmume/src/dscard.h diff --git a/trunk/desmume/src/dscard.h b/trunk/desmume/src/dscard.h new file mode 100644 index 000000000..be95604aa --- /dev/null +++ b/trunk/desmume/src/dscard.h @@ -0,0 +1,15 @@ +#ifndef __DSCARD_H__ +#define __DSCARD_H__ + +typedef struct +{ + + u32 adress; + u32 transfer_count; + +} nds_dscard; + +#endif /*__DSCARD_H__*/ + + +