techtravels.org

inital results on error correction

While I have yet to actually implement the full-scale error correction as I want to, I did some manual tests today. I basically took a track that I was erroring out on, and swapped in 1-bit away values for the bad bytes.  In some cases, it appeared...

Latest articles

current read problems

It seems as though when I have a read problem, its normally minor, and is a single bit error. I notice that the errors have a tendency for 0s to be incorrectly interpreted as 1s. So I get AB instead of 2B, AB instead of...

added version control and another command

I’ve really wanted version control for a long time.  The ability to go back and undo diverse changes across sessions is valuable.  I also feel a little safer and don’t mind doing semi-destructive edits...

SX software progress

Welp, since I fine tuned the PC to very reasonable numbers, I figure a small overhaul of the SX code is in order too. I had somewhat of an epiphany working the on the SX, which I haven’t *really* looked at in...

new design on SX software

Welp, I’m having trouble tweaking my existing SX code. If I modify the timing of the current code, I’m getting all garbage output — even adjusting small amounts to one side or the other, produces much...

Logicport screenshots and project file

I thought this might be neat to put up. Sorry about the high-res image but you lose too much when it compresses it. Click here for the screenshot. Also, I uploaded the .LPF project file which can be viewed for free with...

Good news. Floppy now under SX control

OK, so I finally bit the bullet and have the floppy drive under direct SX control. I have my amiga power supply, which is a modified PC supply with harddrive leads powering the drive directly with +12v and +5v.  I also...

basic schematic

I put up a rough schematic of my design.  It’s not perfect, and will be updated in the near future, but if you are interested.
Click the image below for a full size image.

MFMSanityCheck

While I’m hesitant to post this at all, this is a quick and dirty application I threw together, and I do mean threw, that will check for valid MFM bytes. See the previous post for the link to the actual bytes. It...

Latest attempt

Tim mentioned something in the last post regarding SYNC which really had me thinking about how to SYNC the data coming in the drive with the data going to the UART of the USB2SER converter. Then I was thinking, now that...