aboutsummaryrefslogtreecommitdiff
path: root/src/RTC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RTC.h')
-rw-r--r--src/RTC.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/RTC.h b/src/RTC.h
index 45d0f26..0caf5ee 100644
--- a/src/RTC.h
+++ b/src/RTC.h
@@ -48,7 +48,7 @@ public:
u8 AlarmDate2[3];
};
- RTC();
+ RTC(melonDS::NDS& nds);
~RTC();
void Reset();
@@ -66,9 +66,7 @@ public:
void Write(u16 val, bool byte);
private:
- /// This value represents the Nintendo DS IO register,
- /// \em not the value of the system's clock.
- /// The actual system time is taken directly from the host.
+ melonDS::NDS& NDS;
u16 IO;
u8 Input;