Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106
Nova - CPCWiki
Last modified on 3 April 2025, at 17:25

Nova

Revision as of 17:25, 3 April 2025 by Phi2x (Talk | contribs) (Software)

Non-volatile RAM and Real Time Clock (RTC) for Amstrad CPC.

Pulkotronics Nova.jpg

The NVRAM is primarily intended as a debugging tool for developers.

The real-time clock can be used by filesystem/mass storage to set the correct file creation or modification dates.

All Nova cards come with the 32KB chip. Source

Ports

The interface uses only one port (&FE82) to map the NVRAM in and out. It is possible to map it at any address multiple of &2000.

The NVRAM, when it is enabled, masks 8K of RAM or ROM and replaces it with its own contents. Four NVRAM pages of 8K are available.

In the fourth page, the last 8 bytes are not normal RAM, but can be used to read and write the time from the realtime clock.

Software

The Nova RTC is supported by all the big guns: FutureOS, SymbOS, UniDOS, HDCPM, etc..

And it can be accessed directly from BASIC. No RSX required.

Links

Official website

Schematics

Datasheet of the M48T35 TimeKeeper SRAM chip