Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Community Portal
Village Pump
Recent Changes
Upload File
Help
Help Contents
Editing Guide
Repair Guide Template
Sandbox
Browse Wiki
๐ Service Manuals
๐ Schematics
๐ Apple
๐ฎ Nintendo
๐ Sega
โก Troubleshooting
Search
Search
Appearance
Create account
Log in
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Editing
Sinclair QL Microdrive Troubleshooting Guide
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Spinning a drive for test == To check a drive mechanically or with a scope you need it to run continuously. Sinclair's program does this โ key it in with a known-good pre-recorded tape in MDV1:<ref name="sm" /> <pre> 100 DEFine PROCedure sedes(n,flag) 110 reg=98336:pc_sel=2+flag 120 FOR i=1 TO n 130 POKE reg,pc_sel 140 pc_sel=pc_sel&&253 150 POKE reg,pc_sel 160 pc_sel=2 170 END FOR i 180 END DEFine 200 DEFine PROCedure start_mdv(n) 210 sedes n,1 220 END DEFine 300 DEFine PROCedure stop_all 310 sedes 8,0 320 END DEFine </pre> <code>start_mdv(n)</code> turns on drive ''n'' and keeps it spinning; <code>stop_all</code> stops all drives.<ref name="sm" /> With a drive spinning:<ref name="sm" /> # Using an oscilloscope, check that a signal is present from the read head (INA at IC29) and trace it through to the RAW inputs on the ZX8302. # '''Nothing from the head''' โ the head is faulty (drive replacement). # '''Input to IC29 but no output''' โ faulty IC or headboard component. # Check the headboard connector the same way. # Repeat on the second drive. '''If both drives appear to work, suspect the ZX8302''' โ it is socketed, so it is easy to substitute. # Check the clock signal on pin 25 of the ZX8302. A known-good ZX Microdrive plugged into the external Microdrive port is another way to decide whether the fault is in the machine or in the drives.<ref name="sm" />
Summary:
Please note that all contributions to RetroTechCollection may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
RetroTechCollection:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Sinclair QL Microdrive Troubleshooting Guide
(section)
Add topic