Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTC clock issue #6

Open
ghost opened this issue Apr 9, 2023 · 8 comments
Open

RTC clock issue #6

ghost opened this issue Apr 9, 2023 · 8 comments

Comments

@ghost
Copy link

ghost commented Apr 9, 2023

Hello,

I noticed the DATE and TIME settings aren't stored when using the MSX_MIST core with Nextor kernel.
I expected that I can manually change the DATE and TIME setting in Nextor, but instead the DATE is shown as 00-00-0000, which is incorrect.

Maybe I also can use an USB Ethernet / wifi adapter to get the real current date and time from the internet as well?

@gyurco
Copy link
Collaborator

gyurco commented Apr 9, 2023

Currently the USB-RTC is the only source for the date/time info.
Fetching from internet would require a TCP/IP stack in the firmware.

@ghost
Copy link
Author

ghost commented Apr 9, 2023

OK, I see, thanks! Which dongles are supported? And it will also work with other cores like Next186?

@gyurco
Copy link
Collaborator

gyurco commented Apr 9, 2023

There's some info in the Wiki:
https://github.com/mist-devel/mist-board/wiki/UsbRtc
And also there's a forum thread:
https://www.atari-forum.com/viewtopic.php?t=39302

@ghost
Copy link
Author

ghost commented Apr 9, 2023

Okay, thanks!

And without the USB-RTC, any chance to add an option in the OSD menu (just like where to mount the VHD image) to manually enter the date and time and pass it to the (MSX) core? If we need to write some files, then the correct setting can be used with a workaround.

@ghost
Copy link
Author

ghost commented Apr 9, 2023

Or add an option to switch between current RTC from MiST and RTC from 1chipMSX, part of KdL's OCM-PLD pack 3.9?

https://github.com/gnogni/ocm-pld-dev/blob/master/esemsx3/src/peripheral/rtc.v

@gyurco
Copy link
Collaborator

gyurco commented Apr 9, 2023

Or add an option to switch between current RTC from MiST and RTC from 1chipMSX, part of KdL's OCM-PLD pack 3.9?

https://github.com/gnogni/ocm-pld-dev/blob/master/esemsx3/src/peripheral/rtc.v

Probably this one would be the better solution.

@ghost
Copy link
Author

ghost commented Apr 14, 2023

Okay, great!

Just curious: How much space is used with the current MSX core on the MiST?

@gyurco
Copy link
Collaborator

gyurco commented Apr 14, 2023

It's not very big, about 60-70% FPGA space is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant