From 590888bf2791f5a800446c6908de0ab7c7c5035a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 5 Apr 2016 02:55:42 -0700 Subject: add explanatory comment for RTC library --- src/librtc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/librtc.c b/src/librtc.c index 5ed3b4fc7..8d748b06e 100644 --- a/src/librtc.c +++ b/src/librtc.c @@ -1,3 +1,7 @@ +// Ruby/Sapphire/Emerald cartridges contain a Seiko Instruments Inc. (SII) +// S-3511A real-time clock (RTC). This library ("SIIRTC_V001") is for +// communicating with the RTC. + #include "gba/gba.h" #include "rtc.h" -- cgit v1.2.3