Difference between revisions of "Modules/clock"
From MSX Game Library
< Modules
 (Created page with "The {{MOD|clock}} module allow to use MSX2 Real Time Clock (RTC) features including date and time handle, but also save or load data from the embedded SRAM.  == Dependencies =...")  | 
				|||
| Line 1: | Line 1: | ||
| − | The {{MOD|clock}} module allow to use MSX2 Real   | + | The {{MOD|clock}} module allow to use MSX2 Real-time Clock (RTC) features including date and time handle, but also save or load data from the embedded non-volatile RAM (CMOS).  | 
| + | |||
| + | The MSX 2 real-time clock is a Ricoh RP-5C01. For more information about this device:  | ||
| + | * [https://map.grauw.nl/resources/rtc/ricoh_rp5c01.pdf Ricoh RP-5C01 manual],  | ||
| + | * [https://www.msx.org/wiki/Real_Time_Clock_Programming Real Time Clock Programming] (MRC).  | ||
== Dependencies ==  | == Dependencies ==  | ||
Revision as of 22:41, 25 December 2023
The clock module allow to use MSX2 Real-time Clock (RTC) features including date and time handle, but also save or load data from the embedded non-volatile RAM (CMOS).
The MSX 2 real-time clock is a Ricoh RP-5C01. For more information about this device:
Dependencies
- None
 
Settings
Usage
Annexe
- See also: Sample program s_clock
 
Documentation