💾 Archived View for freeside.wntrmute.net › log › 2020 › 20201208.gmi captured on 2023-09-28 at 15:53:40. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-05)
-=-=-=-=-=-=-
now listening: Pilot - M.A.D.E.S - Arrival
Okay, so I think I was looking at the Kaypro FDC the wrong way. I also have been working on figuring out both the hardware user interface and how to load images onto the SD cards. I think a pair of tactile buttons for up/down, an enable slide switch, a 16x2 LCD, and an SD card should be fine, but that leads to questions about how to label or name the images. Anything that requires up/down is going to make entering disk names hard, and maybe the answer is a better interface. Maybe a joystick-style interface with the 5-point star, something like up, down, back, enter, not entirely sure. Theoretically I could take up both (full-height) drive panels, but I'd rather do it with one and keep one floppy on hand.
As for the FDC, I was thinking I had to implement the processor interface, but it seems more like I'm going to have to implement the floppy drive interface; that should be interesting and does change the equation a little bit. I started writing code last night (making it as far as a few enums and some simple functions) before deciding to plan things out more.
Some of the questions I have to answer still:
Lots of work to do, so litte time to do it.