Changes

Disc Wizard

2,191 bytes added, 23 February
/* Technical */
== Technical ==
This technical information has been gathered from a dissassembly of the ROM. * Button triggers [[NMI]] 
* 8K ROM data has 4 regions. There is an NMI vector at offsets &0066, &0866, &1066 and &1866 within the ROM data. This suggests each of the 4 regions is selectable and mappable into the range &0000-&7ff.
What is not clear is that when the chosen region is mapped into the Z80 memory space if the region in &0000-&7ff is repeated through to the end of &3fff.
* Region 0 appears to be is for saving "DraySoftONE". * Region 1 appears to be is for loading "DraySoftONE" * Region 2 appears to be saving is for saving "DraysoftTWODraySoftTWO". * Region 3 appears to be is for loading "DraysoftTWODraySoftTWO"
It seems that the "1/2" switch on the PCB chooses between which 4k (assumption it is connected to A12 of the EPROM), then the "load/save" switch chooses between the 2k within that 4k (assumption it is connected to A11 of the EPROM).
* Dissassembly of the code indicates it uses direct FDC disc access for loading/saving. A disc must be in the drive when the button is pressed.
* Dissassembly of the code indicates it uses an I/O port &f0e0, and sends the data 0,1,2 or 3. It is not clear the function how this port is decoded and which address lines or the exact decoding data lines are important. Bit 0 of the data written to this portpotr appears to be set (1) to enable the ROM, and reset (0) to disable it. Function of the other bits are not yet known. Bits 2..7 don't seem to be used?
Unanswered questions:* What happens when It is restricted to loading/saving using DATA format disc. It uses sectors &c1-&c8 and reads/writes this entire range on each track in a reset multi-sector operation. DATA format has 512 bytes per sector, so sectors &c1-&c8 is triggered?4K. So it reads 4K from each track. * What Disc must be pre-formatted to DATA format. * You can't use it with a disc with existing files because it writes data at specific places on the disc. It does write a dummy directory entry to indicate there is data on there, but the decoding of device has the I/O port?loader code in it, so you must use the device (or a separate program) to load them back. * Can Track 1 is used for temporary storage (it saves the ROM be paged in screen here and read through software?reloads it after). * What is It doesn't use the disc format supported by memory paging registers, so saves the disc wizard?RAM in it's current configuration. It saves the entire 64k starting at track 5 (for "1"). * Can you have other files on It writes a dummy directory to track 0. * It appears the disc RAM exists under the Disc Wizard ROM when it's enabled. The code assumes it can use the stack to store the current register settings at the same time or point the NMI is it a special disc format?triggered, and this may be located under the Disc Wizard ROM. * It appears that when the CPC is reset, the Disc Wizard ROM is disabled. Now, thanks to Jose Leandro, the hardware specialist of the spectrum, with his famous page : http://trastero.speccy.org/cosas/JL/JL.htm We can know more about this hardware.
== Pictures ==
 
<gallery caption="better pics by Terje Grind">
 
Image:Dw-of.jpg|Front View
Image:Dw-ob.jpg|Back View
Image:Dw-if.jpg|PCB Top
Image:Dw-ib.jpg|PCB_Bottom
 
</gallery>
<gallery caption="Draysoft & Evesham Micro Centre Disc Wizard">
 
Image:DiscWizard_Top.jpg|Front View
Image:DiscWizard_Bottom.jpg|Back View
Image:DiscWizard_PCB_Top.jpg|PCB Top
Image:DiscWizard_PCB_Bottom.jpg|PCB_Bottom
</gallery>
<gallery caption="better pics by Terje Grind">
Image:Dw-of.jpg|Front View
Image:Dw-ob.jpg|Back View
Image:Dw-if.jpg|PCB Top
Image:Dw-ib.jpg|PCB_Bottom
</gallery>
<gallery caption== Manual =="Disc Wizard Layout, thanks to Jose Leandro">
File:Disc Wizard - interface_delante.jpg|Disc Wizard - Front Box
File:Disc Wizard - interface_detras.jpg|Disc Wizard - Back Box
File:Disc Wizard - cara_componentes.jpg|Disc Wizard - Components
File:Disc Wizard - cara_pistas.jpg|Disc Wizard - Tracks
File:Disc Wizard PCB Front.png|Disc Wizard - PCB Front
File:Disc Wizard PCB Back.png|Disc Wizard - PCB Back
File:Disc Wizard Layout.png|Disc Wizard - Layout
 
</gallery>
== Download ==
* [[Media:DiscWizard12.zip|DiscWizard Disc Wizard v1.2 zipped ROM filezip]] (ROM image for Emulators)* [[Media:Disc Wizard (Eagle).zip|Disc Wizard (Eagle).zip]] (Disc Wizard files for Eagle)
== Links Weblinks ==* {{EnWiki|Multiface}} (Disc Wizard is mentioned in the Multiface's Similar products section)
* [http://www.cpc-power.com/index.php?page=detail&num=6369 ''Disc Wizard'' from CPC-Power]
* [https://cpcrulez.fr/hardware-interface_debug-disc-wizard.htm ''Disc Wizard'' from CPCrulez]
* [http://hardware.speccy.org/temp/Amstrad-DiscWizard.html ''Disc Wizard'' from hardware.speccy.org]
* {{EnWiki|Multiface}} (Disc Wizard is mentioned in the Multiface's Similar products section)
[[Category:Peripherals]][[Category:DATA StorageCopy Protection]] [[Category:Manual]]
13,147
edits