AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
25 stars 10 forks source link

Add an API call to unpack RTC data #60

Open stevesims opened 4 months ago

stevesims commented 4 months ago

The RTC data we have in sysvars is stored in a packed format. This makes it difficult to deal with.

It would be good to have an API call that accepts a buffer and unpacks the RTC data into that buffer so that values are expanded out into whole bytes and words

stevesims commented 4 months ago

I think this may essentially just mean providing a wrapper for the rtc_unpack function