From e72a9e8281941aa062b3968b94a3bd679a13bf31 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) --- desmume/src/dscard.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 desmume/src/dscard.h diff --git a/desmume/src/dscard.h b/desmume/src/dscard.h new file mode 100644 index 000000000..be95604aa --- /dev/null +++ b/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__*/ + + +