summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nds.h')
-rw-r--r--src/mame/includes/nds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/nds.h b/src/mame/includes/nds.h
index 6f2a2f1d44b..6d1e04a81d9 100644
--- a/src/mame/includes/nds.h
+++ b/src/mame/includes/nds.h
@@ -34,6 +34,7 @@ protected:
required_region_ptr<uint32_t> m_firmware;
enum {
+ IPCSYNC_OFFSET = 0x180/4,
POSTFLG_OFFSET = 0x300/4,
POSTFLG_PBF_SHIFT = 0,
POSTFLG_RAM_SHIFT = 1,
@@ -43,6 +44,7 @@ protected:
uint32_t m_arm7_postflg;
uint32_t m_arm9_postflg;
+ uint16_t m_arm7_ipcsync, m_arm9_ipcsync;
};
#endif // INCLUDES_NDS_H