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

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...

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...

feasability of writing disks

While there are some other bug fixes and documentation to be done on what’s already been implemented, I started thinking about writing ADF’s to disk over the last few days. While the hardware part of it is...

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...

Timing image

I just wanted to throw this up here to show an example of how the timing is working on my project. Its working well. Top line is the input signal from the drive. Bottom line is the firing of interrupts, either from the...

Success!@#

I hestitate to jump to conclusions, but I think I just passed a crucial first step in getting this to work!@#!# After adjusting some timing on my new code on the SX, I’ve found my first 0x4489 0x4489 pattern. This...

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...

new book

I recently received “On the Edge: the Spectacular Rise and Fall of Commodore” and have read about half of the book so far.  Very interesting read.  It’s fun to read about how the various Commodores...

writing merged USB comm code

Now that I have USB receive working in the main PC code, its time to merge the USB transmit(and receive for commands) into the main SX code. I have two pseudo-code versions written. 1> First version uses the ISR to...

today’s successes

I really stumbled on some stuff, and I think I have traction on a couple of problems. 1. My sizes are absolutely perfect. For me, this is a big milestone. This tells me alot. I’m getting perfect distances between...