floppy driver again

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
xyjamepa
Member
Member
Posts: 397
Joined: Fri Sep 29, 2006 8:59 am

floppy driver again

Post by xyjamepa »

Hi...
I'm working on my floppy driver and I tested it using bochs
it worked fine also i tested it using microsoft virtual pc
it worked fine and i was able to read and write but
when I tested it on real pc I got:
no data
wrong cylinder.
here's my whole floppy driver could you please help me.
I tried to add more delays to it but nothing worked.


Thanx.
Attachments
fdc.c
(6.94 KiB) Downloaded 30 times
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Sounds like the number of cylinders on your real floppy is different to that in bochs. is it single sided? one of the old 720K floppies (oooooh! /me remembers my childhood :) )
Post Reply