You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making a custom cable for six (5.25 inch) PC floppy disk drives.
I have previously made a custom cable for four (3.5 inch) PC floppy disk drives, and did so by doing the following mapping:
set DRIVE_1_SELECT_LINE DRIVES_PORT_PIN03_OUT
set DRIVE_1_MOTOR_LINE DRIVES_PORT_PIN01_OUT
set DRIVE_2_SELECT_LINE DRIVES_PORT_PIN07_OUT
set DRIVE_2_MOTOR_LINE DRIVES_PORT_PIN05_OUT
set DRIVE_3_SELECT_LINE DRIVES_PORT_PIN11_OUT
set DRIVE_3_MOTOR_LINE DRIVES_PORT_PIN09_OUT
This worked perfectly.
For my next cable, I would like to map
set DRIVE_4_SELECT_LINE DRIVES_PORT_PIN15_OUT
set DRIVE_4_MOTOR_LINE DRIVES_PORT_PIN13_OUT
set DRIVE_5_SELECT_LINE DRIVES_PORT_PIN19_OUT
set DRIVE_5_MOTOR_LINE DRIVES_PORT_PIN17_OUT
I can see from the schematic that pins up to 19 are usable in the floppy drives bus connector, but in the source code, the highest defined pin is DRIVES_PORT_PIN13_OUT. Would it be possible to define pins 15, 17, and 19? I'm not sure which would be the relevant constants. Thanks!
Note: This is not high priority because I made the cable using pins 10/14 and 13/6 and it works. However, should one want to make a cable for more than six PC drives, it would be necessary to use these pins.
The text was updated successfully, but these errors were encountered:
Hi,
I'm making a custom cable for six (5.25 inch) PC floppy disk drives.
I have previously made a custom cable for four (3.5 inch) PC floppy disk drives, and did so by doing the following mapping:
This worked perfectly.
For my next cable, I would like to map
I can see from the schematic that pins up to 19 are usable in the floppy drives bus connector, but in the source code, the highest defined pin is DRIVES_PORT_PIN13_OUT. Would it be possible to define pins 15, 17, and 19? I'm not sure which would be the relevant constants. Thanks!
Note: This is not high priority because I made the cable using pins 10/14 and 13/6 and it works. However, should one want to make a cable for more than six PC drives, it would be necessary to use these pins.
The text was updated successfully, but these errors were encountered: