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 updates

Wow. I can’t believe its been 20 days since my last post. Man have I been slacking. School has started up again, and add a week I was away on business/pleasure and there you have it. Here’s where I’m...

going around the problem

Welp, I’ve ordered a new, but cheap ($5.99!) regular PC floppy drive from newegg.com.  I like this end result much better anyways.  PC drives are much more available, popular, cheap, and so on. was worried about...

first day back

You know, I always hate the “first day back” working on a project.  Things always seem to get screwed up between the time I last worked on a project, and that day.  Even if nothing has changed. Or so I say...

looking at the code this a.m.

Welp, I decided to take a look at my code today, although I can’t actually implement anything until after I get home from work. 🙂 Not sure if I mentioned this eariler, but I’m now padding the data sent from...

mid-january status

So here’s where I’m at: I know my memory read and write routines are good.  I calculate a checksum as I’m writing the data, and on the output of that data to the PC, I also calculate the checksum. ...

Parallax USR2SER

So I got my Parallax USR2SER in yesterday. Man is this thing tiny!! About the same width of my finger, and about 1/3 the length! And its mostly surface mount stuff….. It works like a charm. Easy installation, I...

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

more testing

so I put the amiga floppy back on the amiga, and the amiga reads disks no problem.  Glad to see that my drive hadn’t fried through all my messing around. I haven’t seen valid MFM coming from the drive in so...

even first or odd?

Despite having a couple different official sources, both AFR.c and floppy.c from the fellow amiga emulator says that the even bits come before the odd bits. This is true in the sector header decoding as well as in the...