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

first real world tests

Well I tried to read about 70 disks in via my project tonight. I had mixed results. First, the Teac loves HD media but doesn’t fare as well with LD media. The Samsung hates HD media, but does very well with LD...

not the PC again?

I was doing some more tests trying to get the PC to fail. It seems that the PC really likes EVEN delays between data, and it’s wierd because faster data that comes in evenly is better than slower data that comes...

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

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

PC might be the problem!

I think I’ve found at least one problem here. My PC is at least one problem. Even though I’ve done extensive tests with the PC in the past, including measuring a 9us total cycle time, it appears the PC must...

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 good news. First perfect .adf

Good news indeed! I’ve managed to create a fully functioning .ADF from a floppy.  I matched the output from my hardware/software combination with a “transdisk” output, and it matches exactly. I used...

followup on speed of inpout32

Welp, did some testing last night, and no, it doesn’t look like inpout32 is really going to be any faster. Damn shame because it was relatively easy to setup and use. Quick reply from the authors(thank you) who...

more hardware

When in doubt, just throw some more money at the problem! 🙂 Actually, I’m kidding. But I do have the Parallax USB2SER on its way — maybe the USB will be much faster, buffered, and more reliable. Those...