<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ervin</id>
		<title>CPCWiki - THE Amstrad CPC encyclopedia! - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ervin"/>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php/Special:Contributions/Ervin"/>
		<updated>2026-08-29T02:56:47Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98530</id>
		<title>Exomizer</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98530"/>
				<updated>2017-08-31T02:50:12Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''Exomizer''''' is a file compression utility which is designed so that files can be compressed quickly and efficiently on a PC and decompressed on 8-bit machines, such as the Amstrad CPC, where memory and processing power are much more limited. Across the 8-bit programming scene, it is generally regarded as the most efficient compressor that is currently available.&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
=== Installing ''Exomizer'' ===&lt;br /&gt;
&lt;br /&gt;
Firstly, download ''Exomizer'' from the home page; the link is at the bottom of this article. &lt;br /&gt;
&lt;br /&gt;
For Windows:&lt;br /&gt;
&lt;br /&gt;
Unzip the ZIP file to a folder of your choice (e.g. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;). The Windows binaries are located in the &amp;lt;tt&amp;gt;win32\&amp;lt;/tt&amp;gt; subfolder. For ease of use, copy the &amp;lt;tt&amp;gt;exomizer.exe&amp;lt;/tt&amp;gt; file in this subfolder to the main folder (i.e. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
This tutorial also assumes that ''[[ManageDsk]]'' (a Windows utility for manipulating DSK files) is installed on your PC.&lt;br /&gt;
&lt;br /&gt;
For Linux:&lt;br /&gt;
&lt;br /&gt;
You need to download the zip, extract it and build it from source. You will gnu C installed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;unzip exomizer202.zip&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;cd exomizer202/src&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you are done you will have b2membuf, exobasic, exomizer and exoraw in the same directory as the source.&lt;br /&gt;
&lt;br /&gt;
=== Compression ===&lt;br /&gt;
&lt;br /&gt;
For this example, the game code for Mirrorsoft's classic game ''[[Boulder Dash]]'' will be used as the file to decompress. Its start address is &amp;amp;200, its length is &amp;amp;7520 bytes (29,984 bytes in decimal), its execution address is &amp;amp;1F52, and the file name is &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Start ''ManageDsk'', and select the DSK file that &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; is saved on. Export &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; to the ''Exomizer'' folder. You must ensure that you export it &amp;lt;em&amp;gt;without&amp;lt;/em&amp;gt; an AMSDOS header.&lt;br /&gt;
&lt;br /&gt;
Now open a command prompt and go to the ''Exomizer'' folder by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;cd C:\exomizer&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then type the following command to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; and save the compressed file as &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;exomizer raw boulder.bin -o boulderc.bin&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This produces the following output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Crunching infile &amp;quot;boulder.bin&amp;quot; to outfile &amp;quot;boulderc.bin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Phase 1: Instrumenting file&lt;br /&gt;
-----------------------------&lt;br /&gt;
 Length of indata: 29984 bytes.&lt;br /&gt;
 [building.directed.acyclic.graph.building.directed.acyclic.graph.]&lt;br /&gt;
 Instrumenting file, done.&lt;br /&gt;
&lt;br /&gt;
Phase 2: Calculating encoding&lt;br /&gt;
-----------------------------&lt;br /&gt;
 pass 1: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 88005.0 bits ~11001 bytes&lt;br /&gt;
 pass 2: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 pass 3: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 Calculating encoding, done.&lt;br /&gt;
&lt;br /&gt;
Phase 3: Generating output file&lt;br /&gt;
------------------------------&lt;br /&gt;
 Encoding: 11222454573A2071,1012,1100233355666788,1232234457819AAD&lt;br /&gt;
 Length of crunched data: 10968 bytes.&lt;br /&gt;
 Literal sequences are not used and the safety offset is 2.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This information shows that ''Exomizer'' has managed to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; from 29,984 bytes to just 10,968 bytes (&amp;amp;2AD8 in hexadecimal) - around 37% of its original size! The safety offset refers to the minimum number of bytes that must separate the final byte of the compressed file and the final byte of the decompressed data - more about this below.&lt;br /&gt;
&lt;br /&gt;
=== Decompression ===&lt;br /&gt;
&lt;br /&gt;
Now that the file has been compressed, use ''ManageDsk'' to import &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; back to a DSK file. You must ensure that you import it as a &amp;lt;em&amp;gt;binary&amp;lt;/em&amp;gt; file, and not an ASCII file, as ''ManageDsk'' will need to add an AMSDOS header. The program will ask for the start address and entry point of the file.&lt;br /&gt;
&lt;br /&gt;
Remember the safety offset that was mentioned earlier? The game code starts at &amp;amp;200 and is &amp;amp;7520 bytes long, so the final byte is located at address &amp;amp;200 + &amp;amp;7520 - 1 = &amp;amp;771F. As the safety offset for &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; is 2 bytes, this means that the final byte of this file can be located at any address from &amp;amp;771F + 2 = &amp;amp;7721 or above. This means that the lowest start address that the file can be loaded to is &amp;amp;7721 - &amp;amp;2AD8 + 1 = &amp;amp;4C4A (or 0x4C4A), so enter this value as the start address. The entry point should be left at 0x0000.&lt;br /&gt;
&lt;br /&gt;
The Z80 assembler source code for decompressing files is located in the &amp;lt;tt&amp;gt;rawdecrs\z80\&amp;lt;/tt&amp;gt; subfolder, and the file name is &amp;lt;tt&amp;gt;deexo.asm&amp;lt;/tt&amp;gt;. The decompression routine is 198 bytes long, and it also requires a buffer of 156 bytes. The buffer is labelled &amp;lt;code&amp;gt;exo_mapbasebits&amp;lt;/code&amp;gt;, and it is located immediately after the decompression routine, but you can alter it (by adding the line &amp;lt;code&amp;gt;exo_mapbasebits equ &amp;amp;xxxx&amp;lt;/code&amp;gt;) so that it is located anywhere in memory - as long as it doesn't overwrite the compressed file or the decompressed data! Assemble the decompression routine to a suitable address in memory using an assembler of your choice (e.g. ''[[Pasmo]]'' or ''[[WinAPE]]'''s built-in assembler); again, ensure that it doesn't overwrite the compressed file or the decompressed data. The code supplied with ''Exomizer'' may need to be edited to suit the syntax of your assembler.&lt;br /&gt;
&lt;br /&gt;
Now you will need to add some code to load &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; into memory and decompress it. Add the following code before the decompression routine:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;load_file:&lt;br /&gt;
		ld hl,filename		;HL = file name address&lt;br /&gt;
		ld de,&amp;amp;4c4a             ;DE = start address to load file to&lt;br /&gt;
		ld b,12			;B = length of file name&lt;br /&gt;
		call &amp;amp;bc77		;Open the file header&lt;br /&gt;
    	&lt;br /&gt;
&lt;br /&gt;
		ex de,hl		;Now HL = start address&lt;br /&gt;
		push hl			;Store it&lt;br /&gt;
		call &amp;amp;bc83		;Load the file&lt;br /&gt;
		call &amp;amp;bc7a		;Close the file&lt;br /&gt;
&lt;br /&gt;
decompress_file:&lt;br /&gt;
		pop hl			;HL = start address of compressed file&lt;br /&gt;
		ld de,&amp;amp;0200		;DE = start address of decompressed data&lt;br /&gt;
		call deexo		;Decompress the data&lt;br /&gt;
&lt;br /&gt;
start_game:&lt;br /&gt;
		jp &amp;amp;1f52		;Start the game&lt;br /&gt;
&lt;br /&gt;
filename:&lt;br /&gt;
		db &amp;quot;BOULDERC.BIN&amp;quot;	;Name of file containing compressed data&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, run this code, and if you have done everything correctly, you should see the ''Boulder Dash'' title screen!&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
''Exomizer'' can sometimes fail to decompress files correctly for no apparent reason, causing the CPC to crash. Unfortunately there is no known way to overcome this problem, other than to use a different compressor.&lt;br /&gt;
&lt;br /&gt;
[Added 31-August-2017 by ervin] The above claim is questionable. The *only* times I've ever encountered such Exomizer crashes were due to errors on my part (for example, an incorrect data type for an array in C). In my experience, Exomizer itself has never caused any problems.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://bitbucket.org/magli143/exomizer/wiki/Home/ ''Exomizer'' home page]&lt;br /&gt;
&lt;br /&gt;
[[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98529</id>
		<title>Exomizer</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98529"/>
				<updated>2017-08-31T02:49:34Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''Exomizer''''' is a file compression utility which is designed so that files can be compressed quickly and efficiently on a PC and decompressed on 8-bit machines, such as the Amstrad CPC, where memory and processing power are much more limited. Across the 8-bit programming scene, it is generally regarded as the most efficient compressor that is currently available.&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
=== Installing ''Exomizer'' ===&lt;br /&gt;
&lt;br /&gt;
Firstly, download ''Exomizer'' from the home page; the link is at the bottom of this article. &lt;br /&gt;
&lt;br /&gt;
For Windows:&lt;br /&gt;
&lt;br /&gt;
Unzip the ZIP file to a folder of your choice (e.g. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;). The Windows binaries are located in the &amp;lt;tt&amp;gt;win32\&amp;lt;/tt&amp;gt; subfolder. For ease of use, copy the &amp;lt;tt&amp;gt;exomizer.exe&amp;lt;/tt&amp;gt; file in this subfolder to the main folder (i.e. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
This tutorial also assumes that ''[[ManageDsk]]'' (a Windows utility for manipulating DSK files) is installed on your PC.&lt;br /&gt;
&lt;br /&gt;
For Linux:&lt;br /&gt;
&lt;br /&gt;
You need to download the zip, extract it and build it from source. You will gnu C installed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;unzip exomizer202.zip&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;cd exomizer202/src&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you are done you will have b2membuf, exobasic, exomizer and exoraw in the same directory as the source.&lt;br /&gt;
&lt;br /&gt;
=== Compression ===&lt;br /&gt;
&lt;br /&gt;
For this example, the game code for Mirrorsoft's classic game ''[[Boulder Dash]]'' will be used as the file to decompress. Its start address is &amp;amp;200, its length is &amp;amp;7520 bytes (29,984 bytes in decimal), its execution address is &amp;amp;1F52, and the file name is &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Start ''ManageDsk'', and select the DSK file that &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; is saved on. Export &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; to the ''Exomizer'' folder. You must ensure that you export it &amp;lt;em&amp;gt;without&amp;lt;/em&amp;gt; an AMSDOS header.&lt;br /&gt;
&lt;br /&gt;
Now open a command prompt and go to the ''Exomizer'' folder by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;cd C:\exomizer&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then type the following command to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; and save the compressed file as &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;exomizer raw boulder.bin -o boulderc.bin&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This produces the following output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Crunching infile &amp;quot;boulder.bin&amp;quot; to outfile &amp;quot;boulderc.bin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Phase 1: Instrumenting file&lt;br /&gt;
-----------------------------&lt;br /&gt;
 Length of indata: 29984 bytes.&lt;br /&gt;
 [building.directed.acyclic.graph.building.directed.acyclic.graph.]&lt;br /&gt;
 Instrumenting file, done.&lt;br /&gt;
&lt;br /&gt;
Phase 2: Calculating encoding&lt;br /&gt;
-----------------------------&lt;br /&gt;
 pass 1: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 88005.0 bits ~11001 bytes&lt;br /&gt;
 pass 2: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 pass 3: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 Calculating encoding, done.&lt;br /&gt;
&lt;br /&gt;
Phase 3: Generating output file&lt;br /&gt;
------------------------------&lt;br /&gt;
 Encoding: 11222454573A2071,1012,1100233355666788,1232234457819AAD&lt;br /&gt;
 Length of crunched data: 10968 bytes.&lt;br /&gt;
 Literal sequences are not used and the safety offset is 2.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This information shows that ''Exomizer'' has managed to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; from 29,984 bytes to just 10,968 bytes (&amp;amp;2AD8 in hexadecimal) - around 37% of its original size! The safety offset refers to the minimum number of bytes that must separate the final byte of the compressed file and the final byte of the decompressed data - more about this below.&lt;br /&gt;
&lt;br /&gt;
=== Decompression ===&lt;br /&gt;
&lt;br /&gt;
Now that the file has been compressed, use ''ManageDsk'' to import &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; back to a DSK file. You must ensure that you import it as a &amp;lt;em&amp;gt;binary&amp;lt;/em&amp;gt; file, and not an ASCII file, as ''ManageDsk'' will need to add an AMSDOS header. The program will ask for the start address and entry point of the file.&lt;br /&gt;
&lt;br /&gt;
Remember the safety offset that was mentioned earlier? The game code starts at &amp;amp;200 and is &amp;amp;7520 bytes long, so the final byte is located at address &amp;amp;200 + &amp;amp;7520 - 1 = &amp;amp;771F. As the safety offset for &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; is 2 bytes, this means that the final byte of this file can be located at any address from &amp;amp;771F + 2 = &amp;amp;7721 or above. This means that the lowest start address that the file can be loaded to is &amp;amp;7721 - &amp;amp;2AD8 + 1 = &amp;amp;4C4A (or 0x4C4A), so enter this value as the start address. The entry point should be left at 0x0000.&lt;br /&gt;
&lt;br /&gt;
The Z80 assembler source code for decompressing files is located in the &amp;lt;tt&amp;gt;rawdecrs\z80\&amp;lt;/tt&amp;gt; subfolder, and the file name is &amp;lt;tt&amp;gt;deexo.asm&amp;lt;/tt&amp;gt;. The decompression routine is 198 bytes long, and it also requires a buffer of 156 bytes. The buffer is labelled &amp;lt;code&amp;gt;exo_mapbasebits&amp;lt;/code&amp;gt;, and it is located immediately after the decompression routine, but you can alter it (by adding the line &amp;lt;code&amp;gt;exo_mapbasebits equ &amp;amp;xxxx&amp;lt;/code&amp;gt;) so that it is located anywhere in memory - as long as it doesn't overwrite the compressed file or the decompressed data! Assemble the decompression routine to a suitable address in memory using an assembler of your choice (e.g. ''[[Pasmo]]'' or ''[[WinAPE]]'''s built-in assembler); again, ensure that it doesn't overwrite the compressed file or the decompressed data. The code supplied with ''Exomizer'' may need to be edited to suit the syntax of your assembler.&lt;br /&gt;
&lt;br /&gt;
Now you will need to add some code to load &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; into memory and decompress it. Add the following code before the decompression routine:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;load_file:&lt;br /&gt;
		ld hl,filename		;HL = file name address&lt;br /&gt;
		ld de,&amp;amp;4c4a             ;DE = start address to load file to&lt;br /&gt;
		ld b,12			;B = length of file name&lt;br /&gt;
		call &amp;amp;bc77		;Open the file header&lt;br /&gt;
    	&lt;br /&gt;
&lt;br /&gt;
		ex de,hl		;Now HL = start address&lt;br /&gt;
		push hl			;Store it&lt;br /&gt;
		call &amp;amp;bc83		;Load the file&lt;br /&gt;
		call &amp;amp;bc7a		;Close the file&lt;br /&gt;
&lt;br /&gt;
decompress_file:&lt;br /&gt;
		pop hl			;HL = start address of compressed file&lt;br /&gt;
		ld de,&amp;amp;0200		;DE = start address of decompressed data&lt;br /&gt;
		call deexo		;Decompress the data&lt;br /&gt;
&lt;br /&gt;
start_game:&lt;br /&gt;
		jp &amp;amp;1f52		;Start the game&lt;br /&gt;
&lt;br /&gt;
filename:&lt;br /&gt;
		db &amp;quot;BOULDERC.BIN&amp;quot;	;Name of file containing compressed data&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, run this code, and if you have done everything correctly, you should see the ''Boulder Dash'' title screen!&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
''Exomizer'' can sometimes fail to decompress files correctly for no apparent reason, causing the CPC to crash. Unfortunately there is no known way to overcome this problem, other than to use a different compressor.&lt;br /&gt;
&lt;br /&gt;
[Added 31-August-2017 by ervin] The above claim is questionable. The *only* times I've ever encountered such Exomizer crashes were due to errors on my part (for example, an incorrect data type for an array in C). In my experience, Exomizer itself has never caused any problems.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://hem.bredband.net/magli143/exo/ Old ''Exomizer'' home page]&lt;br /&gt;
* [https://bitbucket.org/magli143/exomizer/wiki/Home/ New ''Exomizer'' home page]&lt;br /&gt;
&lt;br /&gt;
[[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98528</id>
		<title>Exomizer</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98528"/>
				<updated>2017-08-31T02:48:04Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: /* Bugs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''Exomizer''''' is a file compression utility which is designed so that files can be compressed quickly and efficiently on a PC and decompressed on 8-bit machines, such as the Amstrad CPC, where memory and processing power are much more limited. Across the 8-bit programming scene, it is generally regarded as the most efficient compressor that is currently available.&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
=== Installing ''Exomizer'' ===&lt;br /&gt;
&lt;br /&gt;
Firstly, download ''Exomizer'' from the home page; the link is at the bottom of this article. &lt;br /&gt;
&lt;br /&gt;
For Windows:&lt;br /&gt;
&lt;br /&gt;
Unzip the ZIP file to a folder of your choice (e.g. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;). The Windows binaries are located in the &amp;lt;tt&amp;gt;win32\&amp;lt;/tt&amp;gt; subfolder. For ease of use, copy the &amp;lt;tt&amp;gt;exomizer.exe&amp;lt;/tt&amp;gt; file in this subfolder to the main folder (i.e. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
This tutorial also assumes that ''[[ManageDsk]]'' (a Windows utility for manipulating DSK files) is installed on your PC.&lt;br /&gt;
&lt;br /&gt;
For Linux:&lt;br /&gt;
&lt;br /&gt;
You need to download the zip, extract it and build it from source. You will gnu C installed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;unzip exomizer202.zip&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;cd exomizer202/src&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you are done you will have b2membuf, exobasic, exomizer and exoraw in the same directory as the source.&lt;br /&gt;
&lt;br /&gt;
=== Compression ===&lt;br /&gt;
&lt;br /&gt;
For this example, the game code for Mirrorsoft's classic game ''[[Boulder Dash]]'' will be used as the file to decompress. Its start address is &amp;amp;200, its length is &amp;amp;7520 bytes (29,984 bytes in decimal), its execution address is &amp;amp;1F52, and the file name is &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Start ''ManageDsk'', and select the DSK file that &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; is saved on. Export &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; to the ''Exomizer'' folder. You must ensure that you export it &amp;lt;em&amp;gt;without&amp;lt;/em&amp;gt; an AMSDOS header.&lt;br /&gt;
&lt;br /&gt;
Now open a command prompt and go to the ''Exomizer'' folder by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;cd C:\exomizer&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then type the following command to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; and save the compressed file as &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;exomizer raw boulder.bin -o boulderc.bin&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This produces the following output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Crunching infile &amp;quot;boulder.bin&amp;quot; to outfile &amp;quot;boulderc.bin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Phase 1: Instrumenting file&lt;br /&gt;
-----------------------------&lt;br /&gt;
 Length of indata: 29984 bytes.&lt;br /&gt;
 [building.directed.acyclic.graph.building.directed.acyclic.graph.]&lt;br /&gt;
 Instrumenting file, done.&lt;br /&gt;
&lt;br /&gt;
Phase 2: Calculating encoding&lt;br /&gt;
-----------------------------&lt;br /&gt;
 pass 1: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 88005.0 bits ~11001 bytes&lt;br /&gt;
 pass 2: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 pass 3: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 Calculating encoding, done.&lt;br /&gt;
&lt;br /&gt;
Phase 3: Generating output file&lt;br /&gt;
------------------------------&lt;br /&gt;
 Encoding: 11222454573A2071,1012,1100233355666788,1232234457819AAD&lt;br /&gt;
 Length of crunched data: 10968 bytes.&lt;br /&gt;
 Literal sequences are not used and the safety offset is 2.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This information shows that ''Exomizer'' has managed to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; from 29,984 bytes to just 10,968 bytes (&amp;amp;2AD8 in hexadecimal) - around 37% of its original size! The safety offset refers to the minimum number of bytes that must separate the final byte of the compressed file and the final byte of the decompressed data - more about this below.&lt;br /&gt;
&lt;br /&gt;
=== Decompression ===&lt;br /&gt;
&lt;br /&gt;
Now that the file has been compressed, use ''ManageDsk'' to import &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; back to a DSK file. You must ensure that you import it as a &amp;lt;em&amp;gt;binary&amp;lt;/em&amp;gt; file, and not an ASCII file, as ''ManageDsk'' will need to add an AMSDOS header. The program will ask for the start address and entry point of the file.&lt;br /&gt;
&lt;br /&gt;
Remember the safety offset that was mentioned earlier? The game code starts at &amp;amp;200 and is &amp;amp;7520 bytes long, so the final byte is located at address &amp;amp;200 + &amp;amp;7520 - 1 = &amp;amp;771F. As the safety offset for &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; is 2 bytes, this means that the final byte of this file can be located at any address from &amp;amp;771F + 2 = &amp;amp;7721 or above. This means that the lowest start address that the file can be loaded to is &amp;amp;7721 - &amp;amp;2AD8 + 1 = &amp;amp;4C4A (or 0x4C4A), so enter this value as the start address. The entry point should be left at 0x0000.&lt;br /&gt;
&lt;br /&gt;
The Z80 assembler source code for decompressing files is located in the &amp;lt;tt&amp;gt;rawdecrs\z80\&amp;lt;/tt&amp;gt; subfolder, and the file name is &amp;lt;tt&amp;gt;deexo.asm&amp;lt;/tt&amp;gt;. The decompression routine is 198 bytes long, and it also requires a buffer of 156 bytes. The buffer is labelled &amp;lt;code&amp;gt;exo_mapbasebits&amp;lt;/code&amp;gt;, and it is located immediately after the decompression routine, but you can alter it (by adding the line &amp;lt;code&amp;gt;exo_mapbasebits equ &amp;amp;xxxx&amp;lt;/code&amp;gt;) so that it is located anywhere in memory - as long as it doesn't overwrite the compressed file or the decompressed data! Assemble the decompression routine to a suitable address in memory using an assembler of your choice (e.g. ''[[Pasmo]]'' or ''[[WinAPE]]'''s built-in assembler); again, ensure that it doesn't overwrite the compressed file or the decompressed data. The code supplied with ''Exomizer'' may need to be edited to suit the syntax of your assembler.&lt;br /&gt;
&lt;br /&gt;
Now you will need to add some code to load &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; into memory and decompress it. Add the following code before the decompression routine:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;load_file:&lt;br /&gt;
		ld hl,filename		;HL = file name address&lt;br /&gt;
		ld de,&amp;amp;4c4a             ;DE = start address to load file to&lt;br /&gt;
		ld b,12			;B = length of file name&lt;br /&gt;
		call &amp;amp;bc77		;Open the file header&lt;br /&gt;
    	&lt;br /&gt;
&lt;br /&gt;
		ex de,hl		;Now HL = start address&lt;br /&gt;
		push hl			;Store it&lt;br /&gt;
		call &amp;amp;bc83		;Load the file&lt;br /&gt;
		call &amp;amp;bc7a		;Close the file&lt;br /&gt;
&lt;br /&gt;
decompress_file:&lt;br /&gt;
		pop hl			;HL = start address of compressed file&lt;br /&gt;
		ld de,&amp;amp;0200		;DE = start address of decompressed data&lt;br /&gt;
		call deexo		;Decompress the data&lt;br /&gt;
&lt;br /&gt;
start_game:&lt;br /&gt;
		jp &amp;amp;1f52		;Start the game&lt;br /&gt;
&lt;br /&gt;
filename:&lt;br /&gt;
		db &amp;quot;BOULDERC.BIN&amp;quot;	;Name of file containing compressed data&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, run this code, and if you have done everything correctly, you should see the ''Boulder Dash'' title screen!&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
''Exomizer'' can sometimes fail to decompress files correctly for no apparent reason, causing the CPC to crash. Unfortunately there is no known way to overcome this problem, other than to use a different compressor.&lt;br /&gt;
&lt;br /&gt;
[Added 31-August-2017 by ervin] The above claim is questionable. The *only* times I've ever encountered such Exomizer crashes were due to errors on my part (for example, an incorrect data type for an array in C). In my experience, Exomizer itself has never caused any problems.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://hem.bredband.net/magli143/exo/ ''Exomizer'' home page]&lt;br /&gt;
&lt;br /&gt;
[[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98527</id>
		<title>Exomizer</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Exomizer&amp;diff=98527"/>
				<updated>2017-08-31T02:47:26Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: /* Bugs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''''Exomizer''''' is a file compression utility which is designed so that files can be compressed quickly and efficiently on a PC and decompressed on 8-bit machines, such as the Amstrad CPC, where memory and processing power are much more limited. Across the 8-bit programming scene, it is generally regarded as the most efficient compressor that is currently available.&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
=== Installing ''Exomizer'' ===&lt;br /&gt;
&lt;br /&gt;
Firstly, download ''Exomizer'' from the home page; the link is at the bottom of this article. &lt;br /&gt;
&lt;br /&gt;
For Windows:&lt;br /&gt;
&lt;br /&gt;
Unzip the ZIP file to a folder of your choice (e.g. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;). The Windows binaries are located in the &amp;lt;tt&amp;gt;win32\&amp;lt;/tt&amp;gt; subfolder. For ease of use, copy the &amp;lt;tt&amp;gt;exomizer.exe&amp;lt;/tt&amp;gt; file in this subfolder to the main folder (i.e. &amp;lt;tt&amp;gt;C:\exomizer&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
This tutorial also assumes that ''[[ManageDsk]]'' (a Windows utility for manipulating DSK files) is installed on your PC.&lt;br /&gt;
&lt;br /&gt;
For Linux:&lt;br /&gt;
&lt;br /&gt;
You need to download the zip, extract it and build it from source. You will gnu C installed.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tt&amp;gt;unzip exomizer202.zip&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;cd exomizer202/src&amp;lt;/tt&amp;gt;&lt;br /&gt;
 &amp;lt;tt&amp;gt;make&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you are done you will have b2membuf, exobasic, exomizer and exoraw in the same directory as the source.&lt;br /&gt;
&lt;br /&gt;
=== Compression ===&lt;br /&gt;
&lt;br /&gt;
For this example, the game code for Mirrorsoft's classic game ''[[Boulder Dash]]'' will be used as the file to decompress. Its start address is &amp;amp;200, its length is &amp;amp;7520 bytes (29,984 bytes in decimal), its execution address is &amp;amp;1F52, and the file name is &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Start ''ManageDsk'', and select the DSK file that &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; is saved on. Export &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; to the ''Exomizer'' folder. You must ensure that you export it &amp;lt;em&amp;gt;without&amp;lt;/em&amp;gt; an AMSDOS header.&lt;br /&gt;
&lt;br /&gt;
Now open a command prompt and go to the ''Exomizer'' folder by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;cd C:\exomizer&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then type the following command to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; and save the compressed file as &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd&amp;gt;exomizer raw boulder.bin -o boulderc.bin&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This produces the following output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Crunching infile &amp;quot;boulder.bin&amp;quot; to outfile &amp;quot;boulderc.bin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Phase 1: Instrumenting file&lt;br /&gt;
-----------------------------&lt;br /&gt;
 Length of indata: 29984 bytes.&lt;br /&gt;
 [building.directed.acyclic.graph.building.directed.acyclic.graph.]&lt;br /&gt;
 Instrumenting file, done.&lt;br /&gt;
&lt;br /&gt;
Phase 2: Calculating encoding&lt;br /&gt;
-----------------------------&lt;br /&gt;
 pass 1: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 88005.0 bits ~11001 bytes&lt;br /&gt;
 pass 2: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 pass 3: optimizing ..&lt;br /&gt;
 [finding.cheapest.path.finding.cheapest.path.finding.cheapest.pat]&lt;br /&gt;
  size 87512.0 bits ~10939 bytes&lt;br /&gt;
 Calculating encoding, done.&lt;br /&gt;
&lt;br /&gt;
Phase 3: Generating output file&lt;br /&gt;
------------------------------&lt;br /&gt;
 Encoding: 11222454573A2071,1012,1100233355666788,1232234457819AAD&lt;br /&gt;
 Length of crunched data: 10968 bytes.&lt;br /&gt;
 Literal sequences are not used and the safety offset is 2.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This information shows that ''Exomizer'' has managed to compress &amp;lt;tt&amp;gt;BOULDER.BIN&amp;lt;/tt&amp;gt; from 29,984 bytes to just 10,968 bytes (&amp;amp;2AD8 in hexadecimal) - around 37% of its original size! The safety offset refers to the minimum number of bytes that must separate the final byte of the compressed file and the final byte of the decompressed data - more about this below.&lt;br /&gt;
&lt;br /&gt;
=== Decompression ===&lt;br /&gt;
&lt;br /&gt;
Now that the file has been compressed, use ''ManageDsk'' to import &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; back to a DSK file. You must ensure that you import it as a &amp;lt;em&amp;gt;binary&amp;lt;/em&amp;gt; file, and not an ASCII file, as ''ManageDsk'' will need to add an AMSDOS header. The program will ask for the start address and entry point of the file.&lt;br /&gt;
&lt;br /&gt;
Remember the safety offset that was mentioned earlier? The game code starts at &amp;amp;200 and is &amp;amp;7520 bytes long, so the final byte is located at address &amp;amp;200 + &amp;amp;7520 - 1 = &amp;amp;771F. As the safety offset for &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; is 2 bytes, this means that the final byte of this file can be located at any address from &amp;amp;771F + 2 = &amp;amp;7721 or above. This means that the lowest start address that the file can be loaded to is &amp;amp;7721 - &amp;amp;2AD8 + 1 = &amp;amp;4C4A (or 0x4C4A), so enter this value as the start address. The entry point should be left at 0x0000.&lt;br /&gt;
&lt;br /&gt;
The Z80 assembler source code for decompressing files is located in the &amp;lt;tt&amp;gt;rawdecrs\z80\&amp;lt;/tt&amp;gt; subfolder, and the file name is &amp;lt;tt&amp;gt;deexo.asm&amp;lt;/tt&amp;gt;. The decompression routine is 198 bytes long, and it also requires a buffer of 156 bytes. The buffer is labelled &amp;lt;code&amp;gt;exo_mapbasebits&amp;lt;/code&amp;gt;, and it is located immediately after the decompression routine, but you can alter it (by adding the line &amp;lt;code&amp;gt;exo_mapbasebits equ &amp;amp;xxxx&amp;lt;/code&amp;gt;) so that it is located anywhere in memory - as long as it doesn't overwrite the compressed file or the decompressed data! Assemble the decompression routine to a suitable address in memory using an assembler of your choice (e.g. ''[[Pasmo]]'' or ''[[WinAPE]]'''s built-in assembler); again, ensure that it doesn't overwrite the compressed file or the decompressed data. The code supplied with ''Exomizer'' may need to be edited to suit the syntax of your assembler.&lt;br /&gt;
&lt;br /&gt;
Now you will need to add some code to load &amp;lt;tt&amp;gt;BOULDERC.BIN&amp;lt;/tt&amp;gt; into memory and decompress it. Add the following code before the decompression routine:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;load_file:&lt;br /&gt;
		ld hl,filename		;HL = file name address&lt;br /&gt;
		ld de,&amp;amp;4c4a             ;DE = start address to load file to&lt;br /&gt;
		ld b,12			;B = length of file name&lt;br /&gt;
		call &amp;amp;bc77		;Open the file header&lt;br /&gt;
    	&lt;br /&gt;
&lt;br /&gt;
		ex de,hl		;Now HL = start address&lt;br /&gt;
		push hl			;Store it&lt;br /&gt;
		call &amp;amp;bc83		;Load the file&lt;br /&gt;
		call &amp;amp;bc7a		;Close the file&lt;br /&gt;
&lt;br /&gt;
decompress_file:&lt;br /&gt;
		pop hl			;HL = start address of compressed file&lt;br /&gt;
		ld de,&amp;amp;0200		;DE = start address of decompressed data&lt;br /&gt;
		call deexo		;Decompress the data&lt;br /&gt;
&lt;br /&gt;
start_game:&lt;br /&gt;
		jp &amp;amp;1f52		;Start the game&lt;br /&gt;
&lt;br /&gt;
filename:&lt;br /&gt;
		db &amp;quot;BOULDERC.BIN&amp;quot;	;Name of file containing compressed data&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, run this code, and if you have done everything correctly, you should see the ''Boulder Dash'' title screen!&lt;br /&gt;
&lt;br /&gt;
== Bugs ==&lt;br /&gt;
&lt;br /&gt;
''Exomizer'' can sometimes fail to decompress files correctly for no apparent reason, causing the CPC to crash. Unfortunately there is no known way to overcome this problem, other than to use a different compressor.&lt;br /&gt;
&lt;br /&gt;
[31-August-2017] The above claim is questionable. The *only* times I've ever encountered such Exomizer crashes were due to errors on my part (for example, an incorrect data type for an array in C). In my experience, Exomizer itself has never caused any problems.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://hem.bredband.net/magli143/exo/ ''Exomizer'' home page]&lt;br /&gt;
&lt;br /&gt;
[[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:RuncpcTitle.png&amp;diff=94426</id>
		<title>File:RuncpcTitle.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:RuncpcTitle.png&amp;diff=94426"/>
				<updated>2015-10-21T03:06:34Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_Type_Ins&amp;diff=42033</id>
		<title>ACU Type Ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_Type_Ins&amp;diff=42033"/>
				<updated>2010-02-24T13:56:49Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The ACU Type Ins Project aims to document and preserve disk images of the type-ins from all issues of [[Amstrad Computer User]].&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
This project was originally started by '''Michael Till''', aka '''..The Devil's Phoenix..'''&amp;lt;br/&amp;gt;&lt;br /&gt;
It has continued thanks to the efforts of '''tastefulmrship''', '''Johnny Olsen''' and a number of others, and is now headed by '''Ervin Pajor'''.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''19 March 2009''' - All .dsk files have now been prepared, and uploading/creation of content will begin again shortly.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''23 March 2009''' - 1984 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''27 March 2009''' - January-February 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''27 April 2009''' - March 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''23 September 2009''' - April 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''4 October 2009''' - May 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''23 December 2009''' - June 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''15 January 2010''' - July 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''27 January 2010''' - August 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''19 February 2010''' - September 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''25 February 2010''' - October 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
=1984=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August-September 1984 - Type-ins}} http://www.cpcwiki.eu/imgs/3/39/Acu8408thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October-November 1984 - Type-ins}} http://www.cpcwiki.eu/imgs/d/da/Acu8410thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August-September 1984 - Type-ins|August&amp;lt;br/&amp;gt;September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October-November 1984 - Type-ins|October&amp;lt;br/&amp;gt;November]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1985=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January-February 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/2/2b/Acu8501thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7f/Acu8503thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/a/ad/Acu8504thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a4/Acu8505thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/6/64/Acu8506thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January-February 1985 - Type-ins|January&amp;lt;br/&amp;gt;February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1985 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1985 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1985 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1985 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/d/d3/Acu8507thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7a/Acu8508thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/5/5b/Acu8509thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/e/e3/Acu8510thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/9/9c/Acu8511thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/7/75/Acu8512thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1985 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1985 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1985 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1985 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1985 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1985 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1986=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f4/Acu8601thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/74/Acu8602thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/77/Acu8603thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/1/1b/Acu8604thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/1/1f/Acu8605thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/c/cf/Acu8606thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1986 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1986 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1986 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1986 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1986 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1986 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7e/Acu8607thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/1/11/Acu8608thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/e/ed/Acu8609thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a0/Acu8610thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/6/6b/Acu8611thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/75/Acu8612thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1986 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1986 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1986 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1986 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1986 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1986 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1987=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/5b/Acu8701thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/d/db/Acu8702thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/9/91/Acu8703thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/53/Acu8704thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/2/2a/Acu8705thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/50/Acu8706thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1987 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1987 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1987 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1987 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1987 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1987 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/4/44/Acu8707thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/5a/Acu8708thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f5/Acu8709thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/8/84/Acu8710thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/9/91/Acu8711thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f2/Acu8712thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1987 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1987 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1987 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1987 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1987 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1987 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1988=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/1/14/Acu8801thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/4/46/Acu8802thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a2/Acu8803thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/8/85/Acu8804thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/e/ed/Acu8805thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/b/bf/Acu8806thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1988 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1988 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1988 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1988 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1988 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1988 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/4/45/Acu8807thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/d/d7/Acu8808thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/7/71/Acu8809thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/1/1a/Acu8810thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/f/ff/Acu8811thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/9/92/Acu8812thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1988 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1988 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1988 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1988 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1988 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1988 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1989=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f0/Acu8901thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f9/Acu8902thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/2/2b/Acu8903thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/4/41/Acu8904thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/9/94/Acu8905thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/2/29/Acu8906thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1989 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1989 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1989 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1989 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1989 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1989 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/0/0f/Acu8907thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/0/06/Acu8908thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b1/Acu8909thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/3/38/Acu8910thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/c/c9/Acu8911thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a0/Acu8912thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1989 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1989 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1989 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1989 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1989 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1989 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1990=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/ba/Acu9001thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b4/Acu9002thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/8/86/Acu9003thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/be/Acu9004thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/7/72/Acu9005thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a0/Acu9006thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1990 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1990 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1990 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1990 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1990 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1990 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/1/10/Acu9007thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/e/e3/Acu9008thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/7/76/Acu9009thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b0/Acu9010thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/4/43/Acu9011thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7c/Acu9012thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1990 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1990 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1990 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1990 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1990 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1990 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1991=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7a/Acu9101thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b0/Acu9102thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/3/30/Acu9103thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/7/70/Acu9104thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/e/ee/Acu9105thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/6/66/Acu9106thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1991 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1991 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1991 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1991 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1991 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1991 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/0/03/Acu9107thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7d/Acu9108thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/5/56/Acu9109thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/d/da/Acu9110thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/6/61/Acu9111thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/9/9d/Acu9112thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1991 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1991 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1991 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1991 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1991 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1991 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1992=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/8/8c/Acu9201thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/7/74/Acu9202thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/6/63/Acu9203thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/9/96/Acu9204thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/7/73/Acu9205thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1992 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1992 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1992 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1992 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1992 - Type-ins|May]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42032</id>
		<title>ACU October 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42032"/>
				<updated>2010-02-24T13:55:45Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8510.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8510.png]]&lt;br /&gt;
=3D Maze=&lt;br /&gt;
RUN&amp;quot;3D-MAZE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510maze1.png|384px]]&lt;br /&gt;
[[image:acu8510maze2.png|384px]]&lt;br /&gt;
=CAT Hard Copy=&lt;br /&gt;
See Amstrad Computer User, October 1985, page 106 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CATDUMP&amp;quot;&lt;br /&gt;
=Machine Code Mozart (part 3)=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSIC1.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSICODE.BIN&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, October 1985, page 82 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510music2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC3&amp;quot;&lt;br /&gt;
=N-Sub=&lt;br /&gt;
RUN&amp;quot;N-SUB&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub1.png|384px]]&lt;br /&gt;
[[image:acu8510nsub2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub3.png|384px]]&lt;br /&gt;
[[image:acu8510nsub4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub5.png|384px]]&lt;br /&gt;
[[image:acu8510nsub6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub7.png|384px]]&lt;br /&gt;
[[image:acu8510nsub8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub9.png|384px]]&lt;br /&gt;
[[image:acu8510nsub10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub11.png|384px]]&lt;br /&gt;
[[image:acu8510nsub12.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub13.png|384px]]&lt;br /&gt;
[[image:acu8510nsub14.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub15.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub15.png&amp;diff=42031</id>
		<title>File:Acu8510nsub15.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub15.png&amp;diff=42031"/>
				<updated>2010-02-24T13:51:16Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub14.png&amp;diff=42030</id>
		<title>File:Acu8510nsub14.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub14.png&amp;diff=42030"/>
				<updated>2010-02-24T13:51:10Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub13.png&amp;diff=42029</id>
		<title>File:Acu8510nsub13.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub13.png&amp;diff=42029"/>
				<updated>2010-02-24T13:51:07Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub12.png&amp;diff=42028</id>
		<title>File:Acu8510nsub12.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub12.png&amp;diff=42028"/>
				<updated>2010-02-24T13:51:04Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub11.png&amp;diff=42027</id>
		<title>File:Acu8510nsub11.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub11.png&amp;diff=42027"/>
				<updated>2010-02-24T13:51:01Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub10.png&amp;diff=42026</id>
		<title>File:Acu8510nsub10.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub10.png&amp;diff=42026"/>
				<updated>2010-02-24T13:50:57Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub9.png&amp;diff=42025</id>
		<title>File:Acu8510nsub9.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub9.png&amp;diff=42025"/>
				<updated>2010-02-24T13:50:54Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub8.png&amp;diff=42024</id>
		<title>File:Acu8510nsub8.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub8.png&amp;diff=42024"/>
				<updated>2010-02-24T13:50:52Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub7.png&amp;diff=42023</id>
		<title>File:Acu8510nsub7.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub7.png&amp;diff=42023"/>
				<updated>2010-02-24T13:50:49Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub6.png&amp;diff=42022</id>
		<title>File:Acu8510nsub6.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub6.png&amp;diff=42022"/>
				<updated>2010-02-24T13:50:45Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub5.png&amp;diff=42021</id>
		<title>File:Acu8510nsub5.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub5.png&amp;diff=42021"/>
				<updated>2010-02-24T13:50:42Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub4.png&amp;diff=42020</id>
		<title>File:Acu8510nsub4.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub4.png&amp;diff=42020"/>
				<updated>2010-02-24T13:50:39Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub3.png&amp;diff=42019</id>
		<title>File:Acu8510nsub3.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub3.png&amp;diff=42019"/>
				<updated>2010-02-24T13:50:36Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub2.png&amp;diff=42018</id>
		<title>File:Acu8510nsub2.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub2.png&amp;diff=42018"/>
				<updated>2010-02-24T13:50:33Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub1.png&amp;diff=42017</id>
		<title>File:Acu8510nsub1.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510nsub1.png&amp;diff=42017"/>
				<updated>2010-02-24T13:50:21Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42016</id>
		<title>ACU October 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42016"/>
				<updated>2010-02-24T13:49:23Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
catdump.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8510.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8510.png]]&lt;br /&gt;
=3D Maze=&lt;br /&gt;
RUN&amp;quot;3D-MAZE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510maze1.png|384px]]&lt;br /&gt;
[[image:acu8510maze2.png|384px]]&lt;br /&gt;
=Machine Code Mozart (part 3)=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSIC1.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSICODE.BIN&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, October 1985, page 82 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510music2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC3&amp;quot;&lt;br /&gt;
=N-Sub=&lt;br /&gt;
RUN&amp;quot;N-SUB&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub1.png|384px]]&lt;br /&gt;
[[image:acu8510nsub2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub3.png|384px]]&lt;br /&gt;
[[image:acu8510nsub4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub5.png|384px]]&lt;br /&gt;
[[image:acu8510nsub6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub7.png|384px]]&lt;br /&gt;
[[image:acu8510nsub8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub9.png|384px]]&lt;br /&gt;
[[image:acu8510nsub10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub11.png|384px]]&lt;br /&gt;
[[image:acu8510nsub12.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub13.png|384px]]&lt;br /&gt;
[[image:acu8510nsub14.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub15.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42015</id>
		<title>ACU October 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42015"/>
				<updated>2010-02-24T13:40:40Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
catdump.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8510.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8510.png]]&lt;br /&gt;
=3D Maze=&lt;br /&gt;
RUN&amp;quot;3D-MAZE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510maze1.png|384px]]&lt;br /&gt;
[[image:acu8510maze2.png|384px]]&lt;br /&gt;
=Machine Code Mozart (part 3)=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSIC1.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSICODE.BIN&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, October 1985, page 82 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510music2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC3&amp;quot;&lt;br /&gt;
=N-Sub=&lt;br /&gt;
RUN&amp;quot;N-SUB&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510nsub12.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510music2.png&amp;diff=42014</id>
		<title>File:Acu8510music2.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510music2.png&amp;diff=42014"/>
				<updated>2010-02-24T13:38:31Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42013</id>
		<title>ACU October 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=42013"/>
				<updated>2010-02-24T13:35:46Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
n-sub.bas&lt;br /&gt;
catdump.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8510.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8510.png]]&lt;br /&gt;
=3D Maze=&lt;br /&gt;
RUN&amp;quot;3D-MAZE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510maze1.png|384px]]&lt;br /&gt;
[[image:acu8510maze2.png|384px]]&lt;br /&gt;
=Machine Code Mozart (part 3)=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSIC1.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
- MUSICODE.BIN&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, October 1985, page 82 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510music2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC3&amp;quot;&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510maze2.png&amp;diff=41729</id>
		<title>File:Acu8510maze2.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510maze2.png&amp;diff=41729"/>
				<updated>2010-02-18T22:04:50Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510maze1.png&amp;diff=41728</id>
		<title>File:Acu8510maze1.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510maze1.png&amp;diff=41728"/>
				<updated>2010-02-18T22:04:47Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=41727</id>
		<title>ACU October 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=41727"/>
				<updated>2010-02-18T22:04:01Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
n-sub.bas&lt;br /&gt;
catdump.bas&lt;br /&gt;
music2.bas&lt;br /&gt;
music1.bas&lt;br /&gt;
musicode.bin&lt;br /&gt;
music3.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8510.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8510.png]]&lt;br /&gt;
=3D Maze=&lt;br /&gt;
RUN&amp;quot;3D-MAZE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8510maze1.png|384px]]&lt;br /&gt;
[[image:acu8510maze2.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510.zip&amp;diff=41726</id>
		<title>File:Acu8510.zip</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8510.zip&amp;diff=41726"/>
				<updated>2010-02-18T21:58:22Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=41725</id>
		<title>ACU October 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_October_1985_-_Type-ins&amp;diff=41725"/>
				<updated>2010-02-18T21:57:47Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
n-sub.bas&lt;br /&gt;
3d-maze.bas&lt;br /&gt;
catdump.bas&lt;br /&gt;
music2.bas&lt;br /&gt;
music1.bas&lt;br /&gt;
musicode.bin&lt;br /&gt;
music3.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8510.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8510.png]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_Type_Ins&amp;diff=41708</id>
		<title>ACU Type Ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_Type_Ins&amp;diff=41708"/>
				<updated>2010-02-18T14:10:57Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The ACU Type Ins Project aims to document and preserve disk images of the type-ins from all issues of [[Amstrad Computer User]].&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
This project was originally started by '''Michael Till''', aka '''..The Devil's Phoenix..'''&amp;lt;br/&amp;gt;&lt;br /&gt;
It has continued thanks to the efforts of '''tastefulmrship''', '''Johnny Olsen''' and a number of others, and is now headed by '''Ervin Pajor'''.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''19 March 2009''' - All .dsk files have now been prepared, and uploading/creation of content will begin again shortly.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''23 March 2009''' - 1984 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''27 March 2009''' - January-February 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''27 April 2009''' - March 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''23 September 2009''' - April 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''4 October 2009''' - May 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''23 December 2009''' - June 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''15 January 2010''' - July 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''27 January 2010''' - August 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''19 February 2010''' - September 1985 complete.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
=1984=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August-September 1984 - Type-ins}} http://www.cpcwiki.eu/imgs/3/39/Acu8408thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October-November 1984 - Type-ins}} http://www.cpcwiki.eu/imgs/d/da/Acu8410thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August-September 1984 - Type-ins|August&amp;lt;br/&amp;gt;September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October-November 1984 - Type-ins|October&amp;lt;br/&amp;gt;November]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1985=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January-February 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/2/2b/Acu8501thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7f/Acu8503thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/a/ad/Acu8504thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a4/Acu8505thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/6/64/Acu8506thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January-February 1985 - Type-ins|January&amp;lt;br/&amp;gt;February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1985 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1985 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1985 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1985 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/d/d3/Acu8507thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7a/Acu8508thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/5/5b/Acu8509thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/e/e3/Acu8510thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/9/9c/Acu8511thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1985 - Type-ins}} http://www.cpcwiki.eu/imgs/7/75/Acu8512thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1985 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1985 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1985 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1985 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1985 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1985 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1986=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f4/Acu8601thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/74/Acu8602thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/77/Acu8603thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/1/1b/Acu8604thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/1/1f/Acu8605thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/c/cf/Acu8606thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1986 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1986 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1986 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1986 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1986 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1986 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7e/Acu8607thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/1/11/Acu8608thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/e/ed/Acu8609thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a0/Acu8610thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/6/6b/Acu8611thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1986 - Type-ins}} http://www.cpcwiki.eu/imgs/7/75/Acu8612thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1986 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1986 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1986 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1986 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1986 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1986 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1987=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/5b/Acu8701thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/d/db/Acu8702thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/9/91/Acu8703thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/53/Acu8704thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/2/2a/Acu8705thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/50/Acu8706thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1987 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1987 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1987 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1987 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1987 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1987 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/4/44/Acu8707thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/5/5a/Acu8708thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f5/Acu8709thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/8/84/Acu8710thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/9/91/Acu8711thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1987 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f2/Acu8712thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1987 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1987 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1987 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1987 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1987 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1987 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1988=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/1/14/Acu8801thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/4/46/Acu8802thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a2/Acu8803thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/8/85/Acu8804thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/e/ed/Acu8805thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/b/bf/Acu8806thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1988 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1988 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1988 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1988 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1988 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1988 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/4/45/Acu8807thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/d/d7/Acu8808thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/7/71/Acu8809thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/1/1a/Acu8810thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/f/ff/Acu8811thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1988 - Type-ins}} http://www.cpcwiki.eu/imgs/9/92/Acu8812thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1988 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1988 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1988 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1988 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1988 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1988 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1989=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f0/Acu8901thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/f/f9/Acu8902thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/2/2b/Acu8903thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/4/41/Acu8904thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/9/94/Acu8905thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/2/29/Acu8906thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1989 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1989 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1989 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1989 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1989 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1989 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/0/0f/Acu8907thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/0/06/Acu8908thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b1/Acu8909thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/3/38/Acu8910thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/c/c9/Acu8911thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1989 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a0/Acu8912thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1989 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1989 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1989 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1989 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1989 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1989 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1990=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/ba/Acu9001thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b4/Acu9002thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/8/86/Acu9003thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/be/Acu9004thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/7/72/Acu9005thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/a/a0/Acu9006thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1990 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1990 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1990 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1990 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1990 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1990 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/1/10/Acu9007thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/e/e3/Acu9008thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/7/76/Acu9009thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b0/Acu9010thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/4/43/Acu9011thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1990 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7c/Acu9012thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1990 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1990 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1990 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1990 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1990 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1990 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1991=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7a/Acu9101thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/b/b0/Acu9102thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/3/30/Acu9103thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/7/70/Acu9104thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/e/ee/Acu9105thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU June 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/6/66/Acu9106thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1991 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1991 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1991 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1991 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1991 - Type-ins|May]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU June 1991 - Type-ins|June]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU July 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/0/03/Acu9107thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU August 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/7/7d/Acu9108thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU September 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/5/56/Acu9109thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU October 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/d/da/Acu9110thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU November 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/6/61/Acu9111thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU December 1991 - Type-ins}} http://www.cpcwiki.eu/imgs/9/9d/Acu9112thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU July 1991 - Type-ins|July]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU August 1991 - Type-ins|August]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU September 1991 - Type-ins|September]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU October 1991 - Type-ins|October]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU November 1991 - Type-ins|November]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU December 1991 - Type-ins|December]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=1992=&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU January 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/8/8c/Acu9201thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU February 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/7/74/Acu9202thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU March 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/6/63/Acu9203thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU April 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/9/96/Acu9204thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[{{SERVER}}{{localurl:ACU May 1992 - Type-ins}} http://www.cpcwiki.eu/imgs/7/73/Acu9205thumb.png]&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU January 1992 - Type-ins|January]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU February 1992 - Type-ins|February]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU March 1992 - Type-ins|March]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU April 1992 - Type-ins|April]]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|[[ACU May 1992 - Type-ins|May]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41707</id>
		<title>ACU September 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41707"/>
				<updated>2010-02-18T14:07:05Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8509.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8509.png]]&lt;br /&gt;
=Chord Finder=&lt;br /&gt;
RUN&amp;quot;CHORDFND&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509chord1.png|384px]]&lt;br /&gt;
=Crazy Legs=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- LEGS.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, September 1985, page 81 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CRAZY&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs1.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs3.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs5.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs7.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs9.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs11.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs12.png|384px]]&lt;br /&gt;
=Double Height=&lt;br /&gt;
Note: This program does not work correctly.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;DHEIGHT&amp;quot;&lt;br /&gt;
=Jet Set Willy (cheat)=&lt;br /&gt;
See Amstrad Computer User, September 1985, page 56 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW2&amp;quot;&lt;br /&gt;
=Machine Code Mozart (part 2)=&lt;br /&gt;
RUN&amp;quot;MUSIC1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music1.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music2.png|384px]]&lt;br /&gt;
=Terrorist Attack=&lt;br /&gt;
RUN&amp;quot;SABOTAGE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage1.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage3.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage5.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage6.png|384px]]&lt;br /&gt;
=Writing Adventures (part 6)=&lt;br /&gt;
RUN&amp;quot;ADVENT6&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509advent1.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509advent1.png&amp;diff=41706</id>
		<title>File:Acu8509advent1.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509advent1.png&amp;diff=41706"/>
				<updated>2010-02-18T14:03:43Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41705</id>
		<title>ACU September 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41705"/>
				<updated>2010-02-18T14:03:11Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
dheight.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8509.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8509.png]]&lt;br /&gt;
=Chord Finder=&lt;br /&gt;
RUN&amp;quot;CHORDFND&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509chord1.png|384px]]&lt;br /&gt;
=Crazy Legs=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- LEGS.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, September 1985, page 81 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CRAZY&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs1.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs3.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs5.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs7.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs9.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs11.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs12.png|384px]]&lt;br /&gt;
=Jet Set Willy (cheat)=&lt;br /&gt;
See Amstrad Computer User, September 1985, page 56 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW2&amp;quot;&lt;br /&gt;
=Machine Code Mozart (part 2)=&lt;br /&gt;
RUN&amp;quot;MUSIC1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music1.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music2.png|384px]]&lt;br /&gt;
=Terrorist Attack=&lt;br /&gt;
RUN&amp;quot;SABOTAGE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage1.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage3.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage5.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage6.png|384px]]&lt;br /&gt;
=Writing Adventures (part 6)=&lt;br /&gt;
RUN&amp;quot;ADVENT6&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509advent1.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509chord1.png&amp;diff=41704</id>
		<title>File:Acu8509chord1.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509chord1.png&amp;diff=41704"/>
				<updated>2010-02-18T14:00:03Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41703</id>
		<title>ACU September 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41703"/>
				<updated>2010-02-18T13:59:33Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
dheight.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
advent6.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8509.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8509.png]]&lt;br /&gt;
=Chord Finder=&lt;br /&gt;
RUN&amp;quot;CHORDFND&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509chord1.png|384px]]&lt;br /&gt;
=Crazy Legs=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- LEGS.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, September 1985, page 81 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CRAZY&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs1.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs3.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs5.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs7.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs9.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs11.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs12.png|384px]]&lt;br /&gt;
=Jet Set Willy (cheat)=&lt;br /&gt;
See Amstrad Computer User, September 1985, page 56 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW2&amp;quot;&lt;br /&gt;
=Machine Code Mozart (part 2)=&lt;br /&gt;
RUN&amp;quot;MUSIC1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music1.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music2.png|384px]]&lt;br /&gt;
=Terrorist Attack=&lt;br /&gt;
RUN&amp;quot;SABOTAGE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage1.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage3.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage5.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage6.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41702</id>
		<title>ACU September 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41702"/>
				<updated>2010-02-18T13:55:38Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
chordfnd.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
dheight.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
advent6.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8509.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8509.png]]&lt;br /&gt;
=Crazy Legs=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- LEGS.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, September 1985, page 81 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CRAZY&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs1.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs3.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs5.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs7.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs9.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs11.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs12.png|384px]]&lt;br /&gt;
=Jet Set Willy (cheat)=&lt;br /&gt;
See Amstrad Computer User, September 1985, page 56 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;JSW2&amp;quot;&lt;br /&gt;
=Machine Code Mozart (part 2)=&lt;br /&gt;
RUN&amp;quot;MUSIC1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music1.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music2.png|384px]]&lt;br /&gt;
=Terrorist Attack=&lt;br /&gt;
RUN&amp;quot;SABOTAGE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage1.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage3.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage5.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage6.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509music2.png&amp;diff=41701</id>
		<title>File:Acu8509music2.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509music2.png&amp;diff=41701"/>
				<updated>2010-02-18T13:52:37Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509music1.png&amp;diff=41700</id>
		<title>File:Acu8509music1.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509music1.png&amp;diff=41700"/>
				<updated>2010-02-18T13:52:33Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41699</id>
		<title>ACU September 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41699"/>
				<updated>2010-02-18T13:51:34Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
chordfnd.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
dheight.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
advent6.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
jsw1.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
jsw2.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8509.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8509.png]]&lt;br /&gt;
=Crazy Legs=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- LEGS.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, September 1985, page 81 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CRAZY&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs1.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs3.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs5.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs7.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs9.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs11.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs12.png|384px]]&lt;br /&gt;
=Machine Code Mozart (part 2)=&lt;br /&gt;
RUN&amp;quot;MUSIC1&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music1.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;MUSIC2&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509music2.png|384px]]&lt;br /&gt;
=Terrorist Attack=&lt;br /&gt;
RUN&amp;quot;SABOTAGE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage1.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage3.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage5.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage6.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage6.png&amp;diff=41698</id>
		<title>File:Acu8509sabotage6.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage6.png&amp;diff=41698"/>
				<updated>2010-02-18T13:44:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage5.png&amp;diff=41697</id>
		<title>File:Acu8509sabotage5.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage5.png&amp;diff=41697"/>
				<updated>2010-02-18T13:44:47Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage4.png&amp;diff=41696</id>
		<title>File:Acu8509sabotage4.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage4.png&amp;diff=41696"/>
				<updated>2010-02-18T13:44:44Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage3.png&amp;diff=41695</id>
		<title>File:Acu8509sabotage3.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage3.png&amp;diff=41695"/>
				<updated>2010-02-18T13:44:40Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage2.png&amp;diff=41694</id>
		<title>File:Acu8509sabotage2.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage2.png&amp;diff=41694"/>
				<updated>2010-02-18T13:44:36Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage1.png&amp;diff=41693</id>
		<title>File:Acu8509sabotage1.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509sabotage1.png&amp;diff=41693"/>
				<updated>2010-02-18T13:44:29Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41692</id>
		<title>ACU September 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41692"/>
				<updated>2010-02-18T13:43:55Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
music2.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
chordfnd.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
dheight.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
advent6.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
music1.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
jsw1.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
jsw2.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8509.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8509.png]]&lt;br /&gt;
=Crazy Legs=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- LEGS.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, September 1985, page 81 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CRAZY&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs1.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs3.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs5.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs7.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs9.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs11.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs12.png|384px]]&lt;br /&gt;
=Terrorist Attack=&lt;br /&gt;
RUN&amp;quot;SABOTAGE&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage1.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage3.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509sabotage5.png|384px]]&lt;br /&gt;
[[image:acu8509sabotage6.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41691</id>
		<title>ACU September 1985 - Type-ins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ACU_September_1985_-_Type-ins&amp;diff=41691"/>
				<updated>2010-02-18T13:35:03Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Return to [[ACU Type Ins|ACU Type-Ins]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=To do=&lt;br /&gt;
sabotage.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
music2.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
chordfnd.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
dheight.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
advent6.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
music1.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
jsw1.bas&amp;lt;br/&amp;gt;&lt;br /&gt;
jsw2.bas&lt;br /&gt;
=Downloads=&lt;br /&gt;
[[media:acu8509.zip|Disk Image]]&lt;br /&gt;
=Cover Image=&lt;br /&gt;
[[image:acu8509.png]]&lt;br /&gt;
=Crazy Legs=&lt;br /&gt;
Other file(s) associated with this article:&amp;lt;br/&amp;gt;&lt;br /&gt;
- LEGS.BAS&amp;lt;br/&amp;gt;&lt;br /&gt;
See Amstrad Computer User, September 1985, page 81 for more details.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
RUN&amp;quot;CRAZY&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs1.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs2.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs3.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs4.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs5.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs6.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs7.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs8.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs9.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs10.png|384px]]&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[image:acu8509crazyLegs11.png|384px]]&lt;br /&gt;
[[image:acu8509crazyLegs12.png|384px]]&lt;br /&gt;
[[Category:Type Ins]]&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509.zip&amp;diff=41690</id>
		<title>File:Acu8509.zip</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Acu8509.zip&amp;diff=41690"/>
				<updated>2010-02-18T13:29:59Z</updated>
		
		<summary type="html">&lt;p&gt;Ervin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ervin</name></author>	</entry>

	</feed>