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

more updates

I know I’ve been bad keeping you guys updated….. This doesn’t mean I haven’t been working on it, however. I recoded the ISR completely in assembly because I was just plain sick of the damn...

great performance increases

Today I’ve worked on optimizing the performance of the AFP reader and have made great strides. My original track times were nearly 475ms. This was 300ms reading the actual disk, 125ms transferring, and process...

Ground issues

Although I’ve been attempting to have a common ground for this whole project — I’m not sure that is going to happen. At least not at this stage of the game. I tried connecting the ground off the floppy...

intermittent problem found

I was just putting some finishing touches on this before I started to actually use and archive some of my stuff.  To put it to an actual real world test. Anyways, I tested an ADF generated ADF  against an amiga...

man am I a slacker

Yeah, I’ve been slacking lately on the project. School has been keeping me busy, work too. My current problem is that something seems up with the data checksum routine, the code on the PC that is processing the...

found bug last night

With this new FPGA solution, certain tracks would result in what I call a “short read.”  A short read is any received track that contains less than 28,125 delta T’s, aka pulse times.  Given a certain...

more success reading valid data!

I created a disk with a textfile called AMIGA on it which contained thousands of “AMIGAAMIGAAMIGA” throughout the entire file. The idea here is that no matter which part I happen to read/decode, I can tell...

Finally had some luck with FPGA board

So I bought an FPGA eval board and a book on Verilog awhile back.  I made some progress learning things, and had some simple things like UARTs, writing to the LCD, and even some small VGA software(hrrrm, maybe I should...