I just learned about this program from the C64 FB group. Neat little tool. I was wondering if there is a way to have the MiSTer C64 see the RTC outside of GEOS? If I run the date or time command I get a message no rtc found (makes sense).
CLI tool: https://github.com/chironb/ChiCLI
C64: ChiCLI (command line interface terminal)
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: C64: ChiCLI (command line interface terminal)
ChiCLI, as it's currently coded, will only get the time/date from the SD2IEC.
To use the RTC on mister outside of GEOS, a driver/program of some sort will have to be written that you can use straight from basic or modify ChiCLI to access it.
To use the RTC on mister outside of GEOS, a driver/program of some sort will have to be written that you can use straight from basic or modify ChiCLI to access it.
-
- Posts: 1
- Joined: Sat Jan 08, 2022 5:27 am
- Been thanked: 4 times
Re: C64: ChiCLI (command line interface terminal)
Hi! I made ChiCLI. If someone points me to some docs or source code or something I'll look into supporting this. I don't have a Mister right now, but if it's re-creating a specific RTC that I can test in the VICE emulator then it's possible! Thanks!
- Reed_Solomon
- Posts: 65
- Joined: Sun May 24, 2020 7:37 pm
- Has thanked: 40 times
- Been thanked: 8 times
Re: C64: ChiCLI (command line interface terminal)
From the c64 mister core github page (https://github.com/MiSTer-devel/C64_MiSTer):Liquid_Magic wrote: ↑Sat Jan 08, 2022 5:30 am Hi! I made ChiCLI. If someone points me to some docs or source code or something I'll look into supporting this. I don't have a Mister right now, but if it's re-creating a specific RTC that I can test in the VICE emulator then it's possible! Thanks!
RTC is PCF8583 connected to tape port. To get real time in GEOS, copy CP-CLOCK64-1.3 from supplied disk to GEOS system disk.
Re: C64: ChiCLI (command line interface terminal)
Any idea why ChiCli is detecting the MiSTer C64 Model as: "TheC64 C64" when loading ChiCli from disk or prg? It's weird, if I load ChiCli from an Eash-Flash crt the Model is detected as: "Commodore 64"
.
I recorded loading ChiCli from D64, prg, and crt.
https://youtu.be/wt69GRAlEtk
Thank you for the updates.