|
|
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:
1.1.1.2 ! root 13: extern void Rtc_SecondsUnits_ReadByte(void);
! 14: extern void Rtc_SecondsTens_ReadByte(void);
! 15: extern void Rtc_MinutesUnits_ReadByte(void);
! 16: extern void Rtc_MinutesUnits_WriteByte(void);
! 17: extern void Rtc_MinutesTens_ReadByte(void);
! 18: extern void Rtc_MinutesTens_WriteByte(void);
! 19: extern void Rtc_HoursUnits_ReadByte(void);
! 20: extern void Rtc_HoursTens_ReadByte(void);
! 21: extern void Rtc_Weekday_ReadByte(void);
! 22: extern void Rtc_DayUnits_ReadByte(void);
! 23: extern void Rtc_DayTens_ReadByte(void);
! 24: extern void Rtc_MonthUnits_ReadByte(void);
! 25: extern void Rtc_MonthTens_ReadByte(void);
! 26: extern void Rtc_YearUnits_ReadByte(void);
! 27: extern void Rtc_YearTens_ReadByte(void);
! 28: extern void Rtc_ClockMod_ReadByte(void);
! 29: extern void Rtc_ClockMod_WriteByte(void);
1.1 root 30:
31: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.