MEGA65 / mega65-core

MEGA65 FPGA core
Other
240 stars 85 forks source link

Allow querying and setting of real time clock from MEGA65 Configure #222

Closed gardners closed 4 years ago

gardners commented 4 years ago

Implemented. Should be tested for consideration for merging onto stable_base.

gardners commented 4 years ago

As suggested improvement is to always use 24 hour time, and hide bit 7 of the hour, to make it less confusing for users. Probably not a bad suggestion.

adtbm commented 4 years ago

Tested #222 - 1 Bitstream used: mega65r2-20200527.10-HEAD_n-a9ccc62+DIRTY.bit

Main Test - RTC clock

Things noticed:

-NTSC 2020-05-28 01 14 37

Using 165-88 as reference: Demo works.

gardners commented 4 years ago

The problem is some VIC-IV issues that have already been fixed in #165 branch. i.e., it is not a blocking problem that the demo doesn't work.

frehwagen commented 4 years ago

Merged into stable_base for release @stable_base/16, this includes #207 fix as well.