Annotation of hatari/src/includes/rtc.h, revision 1.1

1.1     ! root        1: /*
        !             2:   Hatari - rtc.h
        !             3: 
        !             4:   This file is distributed under the GNU Public License, version 2 or at
        !             5:   your option any later version. Read the file gpl.txt for details.
        !             6: 
        !             7:   Prototypes for the Mega-ST real time clock emulation.
        !             8: */
        !             9: 
        !            10: #ifndef HATARI_RTC_H
        !            11: #define HATARI_RTC_H
        !            12: 
        !            13: void Rtc_SecondsUnits_ReadByte(void);
        !            14: void Rtc_SecondsTens_ReadByte(void);
        !            15: void Rtc_MinutesUnits_ReadByte(void);
        !            16: void Rtc_MinutesUnits_WriteByte(void);
        !            17: void Rtc_MinutesTens_ReadByte(void);
        !            18: void Rtc_MinutesTens_WriteByte(void);
        !            19: void Rtc_HoursUnits_ReadByte(void);
        !            20: void Rtc_HoursTens_ReadByte(void);
        !            21: void Rtc_Weekday_ReadByte(void);
        !            22: void Rtc_DayUnits_ReadByte(void);
        !            23: void Rtc_DayTens_ReadByte(void);
        !            24: void Rtc_MonthUnits_ReadByte(void);
        !            25: void Rtc_MonthTens_ReadByte(void);
        !            26: void Rtc_YearUnits_ReadByte(void);
        !            27: void Rtc_YearTens_ReadByte(void);
        !            28: void Rtc_ClockMod_ReadByte(void);
        !            29: void Rtc_ClockMod_WriteByte(void);
        !            30: 
        !            31: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.