Re: Riddle me this...
Posted: Thu Dec 04, 2025 7:25 pm
I have a fistful of 68B50 UARTs, which are nominally 2MHz parts. I can use the same clock signal for TXck, RXck, and E (motorola's version of ph2) and division by 16 gives a 115,200 baud rate. Simple. I like it because it's a basic parallel databus interface without the complexities of the intel parallel parts. So a very simple design...
Project goals have not been formally stated
as I spent far too long being constrained as or by project managers! The basic idea is whatever seems to be a good idea at the time... but as a minimum, I want to be able to read a (named) file from the CF in a vaguely efficient way; follow that with writing. That way I can have a transfer medium compatible with my linux box.
Eventually, we might envisage a variant on this design to have most of 64k as RAM, with a couple of K or less of rom which basically has the DOS in it and can talk to the disc. A basic OS can be downloaded from the disc and overwritten by active programs, also taken from disc. Think early MSDOS or CP/M.
Things I would like to have are a self-hosted assembler, an extension to my tiny basic to store on the disc, and in particular a text editor that can handle files significantly larger than the available memory. Output will either be to an external terminal, or perhaps, if I can get it working, to VGA using a pi pico.
Might keep me busy for a while.
Neil
Project goals have not been formally stated
Eventually, we might envisage a variant on this design to have most of 64k as RAM, with a couple of K or less of rom which basically has the DOS in it and can talk to the disc. A basic OS can be downloaded from the disc and overwritten by active programs, also taken from disc. Think early MSDOS or CP/M.
Things I would like to have are a self-hosted assembler, an extension to my tiny basic to store on the disc, and in particular a text editor that can handle files significantly larger than the available memory. Output will either be to an external terminal, or perhaps, if I can get it working, to VGA using a pi pico.
Might keep me busy for a while.
Neil