-
Archives
- August 2010
- June 2010
- May 2010
- January 2010
- December 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- June 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- August 2006
- July 2006
- June 2006
- May 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
-
Meta
Monthly Archives: August 2005
Amiga MFM possibilities
Today, while thinking how the heck I’m going to integrate my 3mbps Parallax USB to Serial converter, I was trying to figure out exactly how many different possibilities there are coming out of an Amiga floppy drive. Since there are … Continue reading
Posted in Amiga Floppy
6 Comments
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 Ramtron chips should … Continue reading
Posted in Amiga Floppy
Leave a comment
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 … Continue reading
Posted in Amiga Floppy
2 Comments
new design
I took David’s advice, and I rewrote the code last night. Some highlights: 1. ISR is entirely in assembly. Although I haven’t manually counted, it appears to be about 400ns in length. 2. ISR triggers only due to an edge … Continue reading
Posted in Amiga Floppy
6 Comments
current code plus recent progress
Although its ugly, the new code is here. This shows the entire ISR in assembly now. I do like it much better. Tonight I happened to transfer a track that has a good sector. The sector header passed checksum, as … Continue reading
Posted in Amiga Floppy
3 Comments
losing data
I’ve been thinking more and more about how exactly I’ve been losing data. It’s alot of data. The worst case I’ve seen is about 140 bytes. This is 1120 bits, or 2240us. This is a LONG time for my SX … Continue reading
Posted in Amiga Floppy
7 Comments
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 mandatory 27 cycles worth of … Continue reading
Posted in Amiga Floppy
2 Comments