diff options
| author | YamaArashi <shadow962@live.com> | 2016-11-01 08:29:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-11-01 08:29:13 -0700 |
| commit | a793e62d8364996a276c048bc55ae072a285053a (patch) | |
| tree | d380305bb5605c85924a10ad8bcd00edad44c683 /data/rtc.s | |
| parent | 2ec5b0cedd27bd028535fb13dcdb2f8e0efa58da (diff) | |
.s -> .inc
Diffstat (limited to 'data/rtc.s')
| -rw-r--r-- | data/rtc.s | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/data/rtc.s b/data/rtc.s deleted file mode 100644 index ebb0fac3d..000000000 --- a/data/rtc.s +++ /dev/null @@ -1,28 +0,0 @@ - .align 2 -gDefaultRTCInfo:: @ 82FECC0 - .byte 0 @ year - .byte 1 @ month - .byte 1 @ day of month - .byte 0 @ day of week - .byte 0 @ hour - .byte 0 @ minute - .byte 0 @ second - .byte 0 @ control register value - .byte 0 @ unknown 1 - .byte 0 @ unknown 2 - .2byte 0 @ padding - - .align 2 -gDaysInEachMonth:: @ 82FECCC - .4byte 31 @ January - .4byte 28 @ February - .4byte 31 @ March - .4byte 30 @ April - .4byte 31 @ May - .4byte 30 @ June - .4byte 31 @ July - .4byte 31 @ August - .4byte 30 @ September - .4byte 31 @ October - .4byte 30 @ November - .4byte 31 @ December |
