IvanVeloz / ndsntp

NTP client for the Nintendo DS
MIT License
4 stars 0 forks source link

Implement writing the hardware RTC #6

Closed IvanVeloz closed 3 weeks ago

IvanVeloz commented 1 month ago

We need to implement actually storing the time in the RTC of the Nintendo DS. Note that the melonDS emulator doesn't play well with libnds, see melonDS issue 2038.

This might get a little messy because to write the RTC we need to involve the ARM7 processor, which means we need to create a second main() for that processor, and a FIFO, at the bare minimum.

IvanVeloz commented 3 weeks ago

Implemented in commit 366ba58.