Changes
/* Diagram (Digiblaster v2) (Joshua) */
text copied from: [http://www.octoate.de/ Octoate.de]
== CPC-Digiblaster v1.0 and v2.0 ==
The original Text was written by A.Stroiczek and the [[DMV]]-Verlag ([[CPC Schneider International]] 8/9'91), the hardwarelayout of the Digiblaster v2.0 was performed by [[Joshua]] and converted by [[Octoate]].
The program writes directly to the hardware of the CPC.
You can use the port with the adress address &EFxx.
Because the CPC has only a 7bit printer port (we need 8bit for the Digiblaster) we use the STROBE signal, which is inverted by the hardware, so you have to invert your sound value.
Now we want to output the value &C5:
The accu is the register A.
''[[Face Hugger|A. Stroiczek]]''
== Diagram Differences between v1 and v2 ==
== Notes ==
* '''Caution''' Both schematics connect GND to Pin9, which works on the CPC's (unmodified) [[Connector:Printer_port|7bit printer port]], but not on (upgraded) [[8bit Printer Ports]], so better connect GND elsewhere (eg. Pin19).
* As said above, Strobe is inverted by the CPC's printer port hardware. And, when using '''unsigned''' samples, it must be actually inverted by software. However, with '''signed''' samples, that hardware feature is just perfect, and no inversion is needed.
== Diagram (Digiblaster v1) (Andreas Stroiczek) ==
[[Image:Digiblaster_diagram_v1.png]]
== Diagram (Digiblaster v2) (Joshua) ==
[[Image:digiblaster diagram.jpg]]
Parts you need:
''Converted 1996/1998 by [[Octoate]]'''
[[Category:Digiblaster]][[Category:DIY]][[Category:Programming]] [[Category:Printers and printer ports]] [[Category:Music and sound]]