Close

RP5C01 V1.0

A project log for MSX COMPATIBLE BOARDS FOR RC2014

Create a series of boards designed for the RC2014 bus to achieve MSX/MSX2 compatiblity

dean-nethertonDean Netherton 10/26/2020 at 07:310 Comments

The First One: RTC Card built and driver implemented in RomWBW.


Completed a limited implementation of the HBIOS RTC driver for the RP5C01 RTC chip.  Can set and read the date and time.

Next steps for the RTC:

1. Implement the HBIOS routines to access the NVRAM section

2. Create cp/m app to allow for calibration adjustment of the timing.


Currently the HBIOS driver has not been merged.  Its currently sitting in my fork at : https://github.com/vipoo/RomWBW/tree/dean/dev-rtc  (Driver is in file: /Source/HBIOS/rp5rtc.asm).

Discussions