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

reworking my uart

Well I rewrote my recv and send uart, and with the help of my logic analyzer, I’ve tuned them up pretty good. I’m getting some transfer errors, somehow, and I think its related to buffer size. I read a disk...

Am I reading MFM wrong?

I’m beginning to think that I don’t fully understand the signalling coming out of the drive. I understand the concepts behind MFM (I think), but the actual application to this project, I’m not so sure...

further development on the AFP

I’m about to bring a new member of my family into this world.  As a new proud parent, I’m completely unsure about what this means in terms of time, dedication, and so on.  I’m sure I’ll have less...

Canada Post sucks

So I made the mistake of having an Amiga book shipped from Canada using Canada Post Expedited USA shipping.  It was dropped off at a post office on Nov. 17th in Mississauga, Ontario.  Now Mississauga is about 300 miles...

Let the fun begin!@#!@#

 
Everything has arrived!  I think the first order of business is soldering this darn memory chip…. Not sure how hard this is going to be, but I’m going to give it a shot!@#

Flow control

I’ve gotten away thus far without any flow control. I just started noticing that my software was locking up occasionally when reading a disk. It was locking up in the “read” portion of the code because...

redesign of read routine

After skimming the patent I referenced in the earlier post, I’m starting to come to the realization that in order to have an effective floppy controller, I need to implement a decent PLL which can better track the...

March 21st Status

Well, here’s where I’m at: The external amiga floppy drive is now hooked directly to my SX microcontroller.  The code within the microcontroller waits for a command.  If it get’s a “B”...