0 Members and 1 Guest are viewing this topic.
Hi Jim,Can you connect a 3.5" and 5.25" at the same time (assuming I still find a suitable ribbon cable after all these years)?
CMD_SELA = 0x80 ; command - select drive ACMD_SELB = 0x81 ; command - select drive BCMD_DSELA = 0x82 ; command - deselect drive ACMD_DSELB = 0x83 ; command - deselect drive BCMD_MTRAON = 0x84 ; command - turn motor A onCMD_MTRBON = 0x85 ; command - turn motor B onCMD_MTRAOFF = 0x86 ; command - turn motor A offCMD_MTRBOFF = 0x87 ; command - turn motor B offCMD_SEEK0 = 0x88 ; command - seek track 0CMD_STEPTO = 0x89 ; command - step to specified trackCMD_STEPIN = 0x8A ; command - step towards inner (higher) trackCMD_STEPOUT = 0x8B ; command - step towards outer (lower) trackCMD_SELDENS = 0x8C ; command - select densityCMD_SIDE = 0x8D ; command - set sideCMD_STATUS = 0x8E ; command - get drive statusCMD_GETPARAMS = 0x90 ; command - get parametersCMD_SETPARAMS = 0x91 ; command - set parametersCMD_RAMTEST = 0x92 ; command - do RAM testCMD_READFLUX = 0xA0 ; command - read flux levelCMD_GETREADINFO = 0xA1 ; command - get info from last flux readCMD_WRITEFLUX = 0xA2 ; command - write flux levelCMD_READMFM = 0xA3 ; command - read MFM levelCMD_WRITEMFM = 0xA4 ; command - write MFM levelCMD_READGCR = 0xA5 ; command - read GCR levelCMD_WRITEGCR = 0xA6 ; command - write GCR levelCMD_SENDRAM_USB = 0xA7 ; command - send data from RAM to USBCMD_LOADRAM_USB = 0xA8 ; command - get data from USB and store in RAMCMD_SENDRAM_232 = 0xA9 ; command - send data from RAM to the serial portCMD_LOADRAM_232 = 0xAA ; command - get data from serial port and store in RAMCMD_DCODEGCRCBM = 0xB0 ; command - decode buffer to CBM GCRCMD_DCODESECCBM = 0xB1 ; command - decode CBM GCR to sectorsCMD_CBMTOD64 = 0xB2 ; command - read CBM disk and decode to D64 formatCMD_READCBMDISK = 0xB3 ; command - read CBM disk, decode sectors and store in RAMCMD_WRITECBMDISK = 0xB4 ; command - write CBM disk, encoded from sector data stored in RAMCMD_OPENFILE = 0xC0 ; command - open FAT16/32 fileCMD_CLOSEFILE = 0xC1 ; command - close FAT16/32 fileCMD_READFILE = 0xC2 ; command - read from open fileCMD_WRITEFILE = 0xC3 ; command - write to open fileCMD_SEEKFILE = 0xC4 ; command - seek to position in fileCMD_DELETEFILE = 0xC5 ; command - delete file
CMD_READFLUX = 0xA0 ; command - read flux levelCMD_GETREADINFO = 0xA1 ; command - get info from last flux readCMD_WRITEFLUX = 0xA2 ; command - write flux level