Changes

Jump to: navigation, search

UIDE Universal IDE adapter cards for Z-80 computers

14 bytes added, 08:53, 8 March 2019
/* BASIC program to load the PCW driver from a DOM or CF card */
To get the PCW xdriver from the image, enter the following program into BASIC and run it. It will retrieve the driver from the IDE device and write it to the currently logged-in disk. The driver file is written to the first three sectors on the IDE device, so that even if you format it, you can still use the BASIC program to restore the FID (because track 0 is reserved by the driver for future use).
[code]
10 REM uIDE bootstrap - load FID from uIDE track 0
20 MEMORY &HCFF0
930 ei%=&HCFF3
940 RETURN
[/code]
'''To use the program.'''
410
edits