Welcome, Guest. Please login or register.

Author Topic: HXc floppy Amiga capable version  (Read 3483 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline fordp

  • Jr. Member
  • **
  • Join Date: May 2011
  • Posts: 51
    • Show all replies
Re: HXc floppy Amiga capable version
« on: June 13, 2011, 03:21:45 PM »
For the SD Card version of the HxC all of the files need to be converted to the .hfe format. I use the windows software under wine with no issues. It is available at the project's site:

http://hxc2001.free.fr/floppy_drive_emulator/index.html

I don't have the USB version, but I believe it also requires the files to be converted to .hfe before use. Documentation is also available at the above site also, which is more authoritative than me.

As for switching the meaning of DF0, I think the cleanest solution would be to find something like the ICD Shuffleboard. The shuffleboard moves the CIA lines so that
DF0 can be housed via the external drive connector. It has an enable/disable jumper that
can be used to toggle the internal DF0 on/off.

On a related note, if anyone knows where I might find the documentation that goes with the shuffleboard, it would be appreciated as my manual has gone missing.
 

Offline fordp

  • Jr. Member
  • **
  • Join Date: May 2011
  • Posts: 51
    • Show all replies
Re: HXc floppy Amiga capable version
« Reply #1 on: June 13, 2011, 04:10:00 PM »
Quote from: TheGoose;644817
Ok. Is this useful for moving large files from PC -> Amiga ? Like large archives (.lha) that will not fit on a 880K floppy?


AFAIK this can't be done on the Amiga. IIRC there what some discussion about using the device as an arbitrary filesystem, and even for mounting harddrive images. In fact they just released an update last month to use it on the Atari ST platform as a HDD. But I've not heard anything on the Amiga side.
 

Offline fordp

  • Jr. Member
  • **
  • Join Date: May 2011
  • Posts: 51
    • Show all replies
Re: HXc floppy Amiga capable version
« Reply #2 on: June 13, 2011, 04:43:46 PM »
It occurs to me that the CIA's on the A1200 are mostly likely surface mount, so something like the shuffleboard probably isn't feasible. So a modified floppy cable is probably your best bet. Jope's description is correct as far as I can tell. It is certainly how I would have gone about the process.

DS0 is pin 10, and all odd number pins are GND, so I'll ignore them in the diagram:

 
Code: [Select]
2 |:|==========|:|======|:|
 4 |:|==========|:|======|:|
 6 |:|==========|:|======|:|
 8 |:|==========|:|======|:|
10 |:|===A B====|:|  C===|:|
  ...
34 |:|==========|:|======|:|


Find a SPDT switch at your local electronics, or even hardware store. It should be labeled as such. The image you linked is likely such a switch, but read the packaging to be sure.
Connect A in my digram to the pole, normally the center pin. Connect one throw to A, and the other throw B. The switch diagram would look something like:

Code: [Select]

A ---o
      \
       o--- B
C ---o
       

Also, if its a standard FDD cable, with a flip between the connectors. You'll want to undo the flip as this reverses the controls lines for Drive0/Drive1 on the cable. You can open up the header at the end of the cable and undo the flip by hand, but be careful as the its pretty easy to break the header doing this.

Because I'm paranoid, I would check for shorts, n/c wires before using a modified cable. You can look up the cable interface at http://pinouts.ru/Storage/InternalDisk_pinout.shtml among other places.
 

Offline fordp

  • Jr. Member
  • **
  • Join Date: May 2011
  • Posts: 51
    • Show all replies
Re: HXc floppy Amiga capable version
« Reply #3 on: June 13, 2011, 08:09:04 PM »
Quote from: jakov;644827
This is just because no one has done it yet. It is completely possible to write "harddisk driver" for the floppy port. It will be almost as slow as a real floppy drive though, except for lightning fast seek of course. :-)


Agreed. I did not intend to mean it is impossible, just that if one were to purchase an HxC today, they would not have that feature. Speed aside, I do think it would be a very useful feature, especially if I could use it on Kickstart 1.2 machines.


Quote from: digiflip;644839
good solution but they are not sold anymore lol has in the icd shuffle


Indeed not. I have one that I plan on using as a reference design for a similar board to be used in some of my machines, but given the A1200's surface mount chips, the above schematic seems your best choice.