<?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=LFS</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=LFS"/>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php/Special:Contributions/LFS"/>
		<updated>2026-08-28T22:02:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Multiface_II&amp;diff=47096</id>
		<title>Multiface II</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Multiface_II&amp;diff=47096"/>
				<updated>2010-06-19T17:55:10Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:MultifaceTwo.jpg|right|thumb|200px|The Multiface II]]Clever name, Multiface. An interface that does many things. Also completely untrue: the Multiface wasn’t an interface like a serial interface, which let you plug new kinds of gubbins into your CPC. It just sat on the back of your CPC and did its thing. Singular.&lt;br /&gt;
&lt;br /&gt;
But that was enough. Because the thing in question, for many CPC users, was a godsend. Loading games from tape is tedious: many games were available only on tape, or on disc at an extortionate price: many CPC users had disc drives. Ergo, why not think of an easy way of getting games from tape to disc?&lt;br /&gt;
&lt;br /&gt;
[[Romantic Robot]] did. The Multiface took an exact copy of what was in memory at the present moment, and saved it to disc, ready for you to reload at your leisure. All you had to do was press a little red button then select ‘Save’ from the menu that appeared.&lt;br /&gt;
&lt;br /&gt;
It was such a good idea that at least three other companies had the same plan, and brought out similar-sounding devices: [[Datel]]'s [[Action Replay]], [[Evesham Micros]]' [[Disc Wizard]], and [[Mirage Imager]]. In one of those happy coincidences of commerce and merit, the Multiface was the best of the lot, and also the one which survived.&lt;br /&gt;
&lt;br /&gt;
==Revision History==&lt;br /&gt;
&lt;br /&gt;
Strictly speaking, the device we all know as ‘the Multiface’ was in fact the Multiface Two – something that confused Amstrad Action no end. The original version (the Multiface One, if you like) was in fact a Spectrum peripheral. Romantic Robot later applied the concept to the Amiga and the ST [[Category:Hardware]] with very little success, as games for these platforms were inevitably multi-loads. They now make their living selling classical CDs. Funny old world.&lt;br /&gt;
&lt;br /&gt;
Needless to say, this concept of a ‘universal backup (oh, ok, piracy) device’ worried software houses no end, and there were no end of rumours that the Multiface and its ilk would be banned under the Copyright &amp;amp; Patents Act of 1990. In the end, all that happened was that Romantic Robot got the chance to run ‘Buy now! before it’s banned’ adverts, provoking lots of panic sales. They then continued to sell the Multiface. Several years later, they tried the same trick with ‘The CPC is no longer a viable platform – so we’re selling off our last Multifaces!’. This supposed last shipment lasted about two years.&lt;br /&gt;
&lt;br /&gt;
==Anti-Multiface==&lt;br /&gt;
&lt;br /&gt;
To return to the subject of [[Amstrad Action]], one (wilful?) misconception they put about was that Multifaces were serial-numbered. Thus you couldn’t run Multiface copies with anyone else’s machine. Needless to say, this was b... – er, balderdash – as the only check made (in later Multifaces) was on machine type. This meant that you couldn’t run copies made on a 464 on a 6128, or vice versa: and of course, you needed a Multiface to run them at all.&lt;br /&gt;
&lt;br /&gt;
Tant pis. Enter Serge Querne, usually known as [[Longshot]], the founder of [[Logon System]], but in this case masquerading as Magic Software’s Merlin J Bond. His rather spiffing utility, Anti-Multiface (aka Multimag), made Multiface copies into stand-alone programs.&lt;br /&gt;
&lt;br /&gt;
Suddenly, you could run Multiface copies on any CPC, from the B:-drive, without a Multiface even. You needed 128k, of course, and the original program couldn’t use extra memory. But these were small prices to pay. With this tool, the Multiface reverted from its sheep-like backup identity to its original wolf persona as Ultimate Facilitator of Mass Piracy. Except no European cracker would be seen dead using one.&lt;br /&gt;
&lt;br /&gt;
==How did it work?==&lt;br /&gt;
&lt;br /&gt;
This was really ingenious, and I’m indebted to Rob Scott for explaining it.&lt;br /&gt;
&lt;br /&gt;
Any CPC program can find out what’s in memory at the moment. It’s the PEEK command in BASIC, and the very foundation of machine code. You, too, can save the contents of memory to disc just with the following line:&lt;br /&gt;
&lt;br /&gt;
OPENOUT &amp;quot;filename&amp;quot; : FOR n=0 TO 65535 : PRINT#9,CHR$(PEEK(n)); : NEXT : CLOSEOUT&lt;br /&gt;
&lt;br /&gt;
Needless to say, the Multiface did just that (except written in machine code). If I could get £40 for that one line of program, I’d be smiling.&lt;br /&gt;
&lt;br /&gt;
But that only records what’s in memory. The CPC also has a barrage of dedicated chips to control the display (the [[CRTC]]), colours and memory configuration (the [[Gate Array]]), sound and the keyboard (the [[PSG]]), and so on. There is no equivalent of the PEEK command for these chips. So how do you find out what the settings are – what colours are in use, what size and mode the screen is in, and so on?&lt;br /&gt;
&lt;br /&gt;
It works like this. The CPC sends instructions to these chips using the OUT command. Each chip has a different address. So you can send the value 1 to the CRTC with the command OUT &amp;amp;BC00,1; you can send the same value to the VGA with the command OUT &amp;amp;7F00,1; and so on.&lt;br /&gt;
&lt;br /&gt;
The CPC uses the same command to send instructions to anything bolted onto the expansion port. So if you have a 464 with a DDI-1 disc drive connected, typing OUT &amp;amp;FA7E,1 will turn the disc motor on. (It works on a 664 and a 6128, too, proving that the CPC sees no difference between internal and external chips.)&lt;br /&gt;
&lt;br /&gt;
But the instruction doesn’t magically go to the right chip: it goes to all of them. When we sent our instruction OUT &amp;amp;BC00,1 to the CRTC, the VGA will have seen it, as will your disc drive, your Multiface, and anything else you’ve got connected. They just think “oh, this is going to &amp;amp;BC00 – so it’s meant for the CRTC”, and ignore it.&lt;br /&gt;
&lt;br /&gt;
At least, the disc drive and VGA ignore it. The Multiface memorises it, thereby building up a record of what you’ve told each chip to do. To change the screen mode to MODE 2, for example, you send a particular byte to the VGA. The VGA gets the byte, and changes to MODE 2: the Multiface gets it, and makes a little note “we’re in MODE 2”.&lt;br /&gt;
&lt;br /&gt;
All of these settings are saved on disc as part of your backup. So when you load the Multiface-saved copy, it knows exactly how to set up each chip.&lt;br /&gt;
&lt;br /&gt;
== Technical ==&lt;br /&gt;
&lt;br /&gt;
As said above, the multiface watches the bus for writes to I/O ports, and memorizes the written values (required since most of the Gate Array and CRTC ports are write-only). Reading the memorized values is probably done via these I/O ports:&lt;br /&gt;
  #FEE8 Multiface II - Enable Multiface II ROM/RAM (W)&lt;br /&gt;
  #FEEA Multiface II - Disable Multiface II ROM/RAM (W)&lt;br /&gt;
Writing any value to these I/O ports enables/disables the 8K ROM and 8K RAM in the Multiface. When enabled, the ROM/RAM are mapped to following addresses,&lt;br /&gt;
  0000h-1FFFh Multiface ROM (including [[NMI]] vector at 0066h)&lt;br /&gt;
  2000h-3FFFh Multiface RAM&lt;br /&gt;
with the internal ROM/RAM at 0000h-3FFFh in the CPC being disabled.&lt;br /&gt;
&lt;br /&gt;
== Toolkit ==&lt;br /&gt;
&lt;br /&gt;
When I said that the Multiface only did one thing, I was lying. It does two. Just about. &lt;br /&gt;
&lt;br /&gt;
There’s a very basic memory editor built into the Multiface, which enables you to view and edit the current contents of your CPC’s memory. Er, that’s about it. Something I always found useful is that it would work in both hexadecimal and plain vanilla decimal numbers – so if I’d lost my scientific calculator (again), I still had a hex-to-decimal converter at my fingertips. &lt;br /&gt;
&lt;br /&gt;
But this ability to edit the memory could be used in a very clever way to enter an assembler program and change the PC&amp;amp;nbsp;(actual executing address) to run it. The most famous use is, arguably, a BANK&amp;amp;nbsp;DUMPING&amp;amp;nbsp;PROGRAM , that dumped the first 64Kb of memory to the second bank on a CPC6128, then reset the machine. That took advantage of the fact that the second 64kb survived a RESET, so all the program was there ready to save from BASIC. The procedure was simple, just entering those bytes in any memory location (not in the 4000-7FFF range):&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
01 C4 7F ED 49 21 00 00 11 00 40 01 00 40 ED&amp;amp;nbsp;B0 =&amp;amp;gt; dump 0000-3FFF into first 16kb of second bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
01 C6 7F ED 49 21 00 80 11 00 40 01 00 40 ED&amp;amp;nbsp;B0 =&amp;amp;gt; dump 8000-BFFF into third 16kb of second bank &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
01 C7 7F ED 49 21 00 C0 11 00 40 01 00 40 ED B0 =&amp;amp;gt; dump C000-FFFF into fourth 16kb of second bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
01 C0 7F ED 49 21 00 40 11 00 C0 01 00 40 ED B0 =&amp;amp;gt; dump 4000-7FFF to screen (already saved)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
01 C5 7F ED 49 21 00 C0 11 00 40 01 00 40 ED B0 =&amp;amp;gt; dump screen to second 16kb of second bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
01 C0 7F ED 49 C3 00 00 =&amp;amp;gt; reset bank status and reset the machine&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the machine was reset, you could save all the program to basic doing:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
OUT&amp;amp;nbsp;&amp;amp;amp;7fc4,&amp;amp;amp;c4: save &amp;quot;game-1&amp;quot;,b,&amp;amp;amp;4000,&amp;amp;amp;3fff&lt;br /&gt;
&lt;br /&gt;
OUT &amp;amp;amp;7fc5,&amp;amp;amp;c5: save &amp;quot;game-2&amp;quot;,b,&amp;amp;amp;4000,&amp;amp;amp;3fff&amp;lt;br&amp;gt;OUT &amp;amp;amp;7fc6,&amp;amp;amp;c6: save &amp;quot;game-3&amp;quot;,b,&amp;amp;amp;4000,&amp;amp;amp;3fff&amp;lt;br&amp;gt;OUT &amp;amp;amp;7fc7,&amp;amp;amp;c7: save &amp;quot;game-4&amp;quot;,b,&amp;amp;amp;4000,&amp;amp;amp;3fff&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This trick was used to save heavily protected games to disk.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Something more people found useful was that you could change crucial parts of a game – notably the memory location that holds your current number of lives. Change it from 3 to 250, and you’re laughing. AA would print lists of such ‘Multiface pokes’ every issue. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Eat my Multiface==&lt;br /&gt;
&lt;br /&gt;
Many games, and even the odd demo, picked up on the presence of a Multiface. In order to stop illegal copying (or in the case of the demos, just to look smart), they would then refuse to work.&lt;br /&gt;
&lt;br /&gt;
Most notorious of all was [[Elmsoft]]’s [[Zap't'Balls]]. Run it with the Multiface plugged in, press the red button, and you’d get a rather rude message. Ironically, one of the much-vaunted cracks of Zap’t’Balls was accomplished largely with the Multiface’s latterday rival – [[Siren Software]]’s [[Hackit]]. See BTL 2 for more.&lt;br /&gt;
&lt;br /&gt;
To get around this, Romantic Robot put an on/off switch on the Multiface. When it was turned on, you could make copies, reload games saved with the Multiface, and use the toolkit. When it was turned off, you couldn’t. Seems fine.&lt;br /&gt;
&lt;br /&gt;
But some games constantly checked for the presence of a Multiface. If you turned your Multiface on even one fiftieth of a second before pressing the red button, the game would crash. Since not even [[Wild Thang|Richard Wildey]] has reactions that sharp, you were still lumbered.&lt;br /&gt;
&lt;br /&gt;
Romantic Robot came up with a typically elegant solution. The Multiface was always off, until you pressed the red button. Then it turned itself on just in time to bring up the menu allowing you to save your game. This done, you pressed ‘R’ to return to the game, at which the Multiface turned itself off again.&lt;br /&gt;
&lt;br /&gt;
There is a small flaw in this solution, of course – namely that if the Multiface is always turned off, you can’t load your saved games, which require the Multiface to be turned on before they’ll run. So Romantic Robot added a blue button. This reset your CPC and turned the Multiface on at the same time. If you wanted to run a game that objected to the presence of a Multiface, you just pressed the red button followed by ‘R’ for return.&lt;br /&gt;
&lt;br /&gt;
It may all sound complicated, but it worked in almost 100% of cases.&lt;br /&gt;
&lt;br /&gt;
==Multiface Software==&lt;br /&gt;
&lt;br /&gt;
Some programs were written to co-operate with the Multiface, rather than fight against it. &lt;br /&gt;
&lt;br /&gt;
* [[Comparator]]&lt;br /&gt;
* [[Gripper]]&lt;br /&gt;
* [[Soundhakker]]&lt;br /&gt;
* [[Tearaway]]&lt;br /&gt;
* [[The Insider]] (a Multiface II tool from Romantic Robot themselves)&lt;br /&gt;
* [[TUSS (The Ultimate Sprite Searcher)]]&lt;br /&gt;
&lt;br /&gt;
Were all hacking programs designed to expand the capabilities of the Multiface.&lt;br /&gt;
&lt;br /&gt;
[[The Insider]] was written by Romantic Robot, while the others were all third party products.&lt;br /&gt;
[[The Insider]] was also unique in that you could still press ‘R’ to return to the program currently running.&lt;br /&gt;
&lt;br /&gt;
TUSS and Soundhakker, by [[Wild Thang|Richard Wildey]] and [[Hangman|Rob Scott]] respectively, were particularly specialised tools. TUSS helped you to nick graphics out of other people’s games: Soundhakker helped you to nick Soundtrakker tunes from demos and fanzines. Amstrad Action (them again) once tested Tearaway against TUSS, found in favour of Tearaway, and then completely disproved their findings by using TUSS, not Tearaway, to remove the nipples from the covertape version of [[Stormlord]].&lt;br /&gt;
&lt;br /&gt;
Both [[Doctor Fegg]] and Richard ‘[[User:Executioner]]’ Wilson started work on powerful hacking programs which would work with the Multiface, titled [[Dr Fegg’s Hack Pack]] and [[Amigo]] respectively. Neither was ever finished.&lt;br /&gt;
&lt;br /&gt;
==Fifteen years later==&lt;br /&gt;
&lt;br /&gt;
The Multiface originally sold for £40 or so. These days, £15 is a fair second-hand price: any less and you’ve got a good deal.&lt;br /&gt;
&lt;br /&gt;
Most CPC emulators provide equivalents of the Multiface’s two main features. Instant copies can be made with the ‘snapshots’ feature, creating files with an .SNA extension that can be easily reloaded. The toolkit, meanwhile, has been replicated with whizzy new disassemblers/monitors/what-have-you. Of course, since emulators can’t load files from tape, it’s not really the same any more.&lt;br /&gt;
&lt;br /&gt;
==Epilogue: AA again==&lt;br /&gt;
&lt;br /&gt;
The various complexities of the Multiface meant that Amstrad Action readers were always writing in with questions. It’s actually quite hard to come up with attractive illustrations in a computer magazine. So AA always used to print a picture of a Multiface.&lt;br /&gt;
&lt;br /&gt;
Until one fateful day, when the usual spot was blank. The caption said it all: “We used our picture of the Multiface so much that it wore out. So this is blank until we get round to taking a new one.”&lt;br /&gt;
&lt;br /&gt;
'''This article originally appeared in [[WACCI]] issue 136.''' Reproduced with permission of the author ([[ChaRleyTroniC|Richard Fairhurst]]).&lt;br /&gt;
&lt;br /&gt;
== Manual ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/Multiface%202%20Manual.en.rar Multiface II Manual] - RARed PDF version&lt;br /&gt;
* [[Media:Multiface Two User Manual.zip]] - zipped HTML version&lt;br /&gt;
* [[Media:Multiface Two User Manual.txt]] - clean TXT version&lt;br /&gt;
* [[Multiface III]] - manual scanned&lt;br /&gt;
&lt;br /&gt;
== Pictures ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Multiface&amp;quot;&amp;gt;&lt;br /&gt;
Image:multiface.jpg|Multiface closeup&lt;br /&gt;
Image:Multiface II advertisment.jpg|Advertisment&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]] [[Category:Peripherals]] [[Category:Manual]]&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Multiface_III&amp;diff=47095</id>
		<title>Multiface III</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Multiface_III&amp;diff=47095"/>
				<updated>2010-06-19T17:51:58Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III (3) Manual&lt;br /&gt;
&lt;br /&gt;
Multiface III is a true Multipurpose interface for Amstrad +3 and +2A&lt;br /&gt;
&lt;br /&gt;
[[File:MF3_1.JPG]]&lt;br /&gt;
[[File:MF3_2.JPG]]&lt;br /&gt;
[[File:MF3_3.JPG]]&lt;br /&gt;
[[File:MF3_4.JPG]]&lt;br /&gt;
[[File:MF3_5.JPG]]&lt;br /&gt;
[[File:MF3_6.JPG]]&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_6.JPG&amp;diff=47094</id>
		<title>File:MF3 6.JPG</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_6.JPG&amp;diff=47094"/>
				<updated>2010-06-19T17:48:02Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Multiface III Manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III Manual&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_5.JPG&amp;diff=47093</id>
		<title>File:MF3 5.JPG</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_5.JPG&amp;diff=47093"/>
				<updated>2010-06-19T17:47:41Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Multiface III Manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III Manual&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_4.JPG&amp;diff=47092</id>
		<title>File:MF3 4.JPG</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_4.JPG&amp;diff=47092"/>
				<updated>2010-06-19T17:47:19Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Multiface III Manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III Manual&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_3.JPG&amp;diff=47091</id>
		<title>File:MF3 3.JPG</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_3.JPG&amp;diff=47091"/>
				<updated>2010-06-19T17:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Multiface III Manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III Manual&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_2.JPG&amp;diff=47090</id>
		<title>File:MF3 2.JPG</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_2.JPG&amp;diff=47090"/>
				<updated>2010-06-19T17:46:21Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Multiface III Manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III Manual&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_1.JPG&amp;diff=47089</id>
		<title>File:MF3 1.JPG</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:MF3_1.JPG&amp;diff=47089"/>
				<updated>2010-06-19T17:45:38Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Multiface III Manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III Manual&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Multiface_III&amp;diff=47088</id>
		<title>Multiface III</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Multiface_III&amp;diff=47088"/>
				<updated>2010-06-19T17:43:26Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Created page with 'Multiface III (3) Manual  Multiface III is a true Multipurpose interface for Amstrad +3 and +2A  File:Eksempel.jpg File:Eksempel.jpg File:Eksempel.jpg'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Multiface III (3) Manual&lt;br /&gt;
&lt;br /&gt;
Multiface III is a true Multipurpose interface for Amstrad +3 and +2A&lt;br /&gt;
&lt;br /&gt;
[[File:Eksempel.jpg]]&lt;br /&gt;
[[File:Eksempel.jpg]]&lt;br /&gt;
[[File:Eksempel.jpg]]&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47087</id>
		<title>Typeins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47087"/>
				<updated>2010-06-19T16:20:19Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Typeins programs, or just type-in, are normally an Amstrad Basic program listing printed in a computer magazine or book, meant to be typed in by the reader in order to run the program. Very common in the early years of the Amstrad era. The list is compiled from the user uploads on www.amstrad.dk (N/A any more) but please add any typeins you have.&lt;br /&gt;
&amp;lt;Center&amp;gt;&lt;br /&gt;
{| class=&amp;quot;FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Name&lt;br /&gt;
|Programmer&lt;br /&gt;
|Magazine&lt;br /&gt;
|Month / Year&lt;br /&gt;
|-&lt;br /&gt;
|[[Amsfrog]]&lt;br /&gt;
|C.Chin&lt;br /&gt;
|ACU&lt;br /&gt;
|July 1985&lt;br /&gt;
|-&lt;br /&gt;
|[[Backgammon]]&lt;br /&gt;
|Ian Barnes&lt;br /&gt;
|?&lt;br /&gt;
|1985&lt;br /&gt;
|-&lt;br /&gt;
|[[Balloon]]&lt;br /&gt;
|Ben Lewis&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|[[Beyond Logic]]&lt;br /&gt;
|A. Pile &amp;amp; Ian Lacey&lt;br /&gt;
|TAU&lt;br /&gt;
|May 1989&lt;br /&gt;
|-&lt;br /&gt;
|[[Cargo King]]&lt;br /&gt;
|A.B.Gardner&lt;br /&gt;
|Amstrad CPC 464 User magazine&lt;br /&gt;
|May 1985&lt;br /&gt;
|-&lt;br /&gt;
|Castle Adventure&lt;br /&gt;
|BM &amp;amp; MC Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|March 1989&lt;br /&gt;
|-&lt;br /&gt;
|Countdown&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Crazy Legs&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Cube Wars&lt;br /&gt;
|Johnathan Pugh&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|apr-88&lt;br /&gt;
|-&lt;br /&gt;
|Da Bells&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Deadly Mission, The&lt;br /&gt;
|S .Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-86&lt;br /&gt;
|-&lt;br /&gt;
|Diamond Digger&lt;br /&gt;
|Aramello Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Duck Dodgers&lt;br /&gt;
|N. Speakman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Dynamite Dungeons&lt;br /&gt;
|Phil Lawson&lt;br /&gt;
|CPC Computing&lt;br /&gt;
|dec-88&lt;br /&gt;
|-&lt;br /&gt;
|Fantastic Adventure&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|sep-89&lt;br /&gt;
|-&lt;br /&gt;
|Fantasy DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published fantasy txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Flashman&lt;br /&gt;
|P.J.Eva&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Galactic Invaders&lt;br /&gt;
|Robin Nixon&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Galaxian Revenge&lt;br /&gt;
|K N Khalique&lt;br /&gt;
|ACU&lt;br /&gt;
|February 1986&lt;br /&gt;
|-&lt;br /&gt;
|Golden Ikon of Rameses, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-84&lt;br /&gt;
|-&lt;br /&gt;
|Helicopter Rescue&lt;br /&gt;
|David Muir	&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Ice Front&lt;br /&gt;
|A Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Interceptor&lt;br /&gt;
|K. Freeman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Intergalatic Stunt Parrot&lt;br /&gt;
|Robert Buckley&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Jack and the Beanstalk&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Lighthouse, The&lt;br /&gt;
|Philip Riley&lt;br /&gt;
|TAU&lt;br /&gt;
|January 1987&lt;br /&gt;
|-&lt;br /&gt;
|Missile Attack&lt;br /&gt;
|D &amp;amp; B Lewis&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Monsters Final Hour, The&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Moon base III disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1991&lt;br /&gt;
|1991&lt;br /&gt;
|-&lt;br /&gt;
|Mystery- Manor disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1992&lt;br /&gt;
|1992&lt;br /&gt;
|-&lt;br /&gt;
|N-Sub&lt;br /&gt;
|S.Gray&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|October 1985&lt;br /&gt;
|-&lt;br /&gt;
|Pak Caverns&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|January 1986&lt;br /&gt;
|-&lt;br /&gt;
|Peril on the Sea-Bed&lt;br /&gt;
|A. Watson&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|1988&lt;br /&gt;
|-&lt;br /&gt;
|Pipeline Plumber&lt;br /&gt;
|K Freeman&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Polar&lt;br /&gt;
|Brian Round&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1988&lt;br /&gt;
|-&lt;br /&gt;
|Pontoon&lt;br /&gt;
|Tim Baldock&lt;br /&gt;
|TAU&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Puss in Boots&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Return to Zarkon&lt;br /&gt;
|D.J.Pope&lt;br /&gt;
|Home Computing Weekly&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Rings of Artek, The&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|aug-90&lt;br /&gt;
|-&lt;br /&gt;
|Rock Hopper&lt;br /&gt;
|Nick Stevens&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|June 1985&lt;br /&gt;
|-&lt;br /&gt;
|Santa's Grotty&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|dec-86&lt;br /&gt;
|-&lt;br /&gt;
|Save Santa&lt;br /&gt;
|Tiffany Wood&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|January 1988&lt;br /&gt;
|-&lt;br /&gt;
|Sci-Fi DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published Sci-Fi txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Space Base&lt;br /&gt;
|Christian Fiott&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Space Mania&lt;br /&gt;
|Neil Kolban&lt;br /&gt;
|ACU&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Splatch&lt;br /&gt;
|Mark Roberts&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Spring on a Thing&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Spy from the North, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|nov-84&lt;br /&gt;
|-&lt;br /&gt;
|Sultans Curse, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Trench Attack&lt;br /&gt;
|Suzzy Billingham&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Unknown Planet&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|January 1990&lt;br /&gt;
|-&lt;br /&gt;
|Visitor from Space&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|nov-84&lt;br /&gt;
&amp;lt;\Center&amp;gt;&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47086</id>
		<title>Typeins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47086"/>
				<updated>2010-06-19T16:04:45Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Typeins programs, or just type-in, are normally an Amstrad Basic program listing printed in a computer magazine or book, meant to be typed in by the reader in order to run the program. Very common in the early years of the Amstrad era. The list is compiled from the user uploads on www.amstrad.dk (N/A any more) but please add any typeins you have.&lt;br /&gt;
{| class=&amp;quot;FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Name&lt;br /&gt;
|Programmer&lt;br /&gt;
|Magazine&lt;br /&gt;
|Month / Year&lt;br /&gt;
|-&lt;br /&gt;
|[file:Amsfrog.cdt Amsfrog]&lt;br /&gt;
|C.Chin&lt;br /&gt;
|ACU&lt;br /&gt;
|July 1985&lt;br /&gt;
|-&lt;br /&gt;
|Backgammon&lt;br /&gt;
|Ian Barnes&lt;br /&gt;
|?&lt;br /&gt;
|1985&lt;br /&gt;
|-&lt;br /&gt;
|Balloon&lt;br /&gt;
|Ben Lewis&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Beyond Logic&lt;br /&gt;
|A. Pile &amp;amp; Ian Lacey&lt;br /&gt;
|TAU&lt;br /&gt;
|May 1989&lt;br /&gt;
|-&lt;br /&gt;
|Cargo King&lt;br /&gt;
|A.B.Gardner&lt;br /&gt;
|Amstrad CPC 464 User magazine&lt;br /&gt;
|May 1985&lt;br /&gt;
|-&lt;br /&gt;
|Castle Adventure&lt;br /&gt;
|BM &amp;amp; MC Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|March 1989&lt;br /&gt;
|-&lt;br /&gt;
|Countdown&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Crazy Legs&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Cube Wars&lt;br /&gt;
|Johnathan Pugh&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|apr-88&lt;br /&gt;
|-&lt;br /&gt;
|Da Bells&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Deadly Mission, The&lt;br /&gt;
|S .Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-86&lt;br /&gt;
|-&lt;br /&gt;
|Diamond Digger&lt;br /&gt;
|Aramello Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Duck Dodgers&lt;br /&gt;
|N. Speakman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Dynamite Dungeons&lt;br /&gt;
|Phil Lawson&lt;br /&gt;
|CPC Computing&lt;br /&gt;
|dec-88&lt;br /&gt;
|-&lt;br /&gt;
|Fantastic Adventure&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|sep-89&lt;br /&gt;
|-&lt;br /&gt;
|Fantasy DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published fantasy txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Flashman&lt;br /&gt;
|P.J.Eva&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Galactic Invaders&lt;br /&gt;
|Robin Nixon&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Galaxian Revenge&lt;br /&gt;
|K N Khalique&lt;br /&gt;
|ACU&lt;br /&gt;
|February 1986&lt;br /&gt;
|-&lt;br /&gt;
|Golden Ikon of Rameses, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-84&lt;br /&gt;
|-&lt;br /&gt;
|Helicopter Rescue&lt;br /&gt;
|David Muir	&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Ice Front&lt;br /&gt;
|A Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Interceptor&lt;br /&gt;
|K. Freeman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Intergalatic Stunt Parrot&lt;br /&gt;
|Robert Buckley&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Jack and the Beanstalk&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Lighthouse, The&lt;br /&gt;
|Philip Riley&lt;br /&gt;
|TAU&lt;br /&gt;
|January 1987&lt;br /&gt;
|-&lt;br /&gt;
|Missile Attack&lt;br /&gt;
|D &amp;amp; B Lewis&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Monsters Final Hour, The&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Moon base III disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1991&lt;br /&gt;
|1991&lt;br /&gt;
|-&lt;br /&gt;
|Mystery- Manor disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1992&lt;br /&gt;
|1992&lt;br /&gt;
|-&lt;br /&gt;
|N-Sub&lt;br /&gt;
|S.Gray&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|October 1985&lt;br /&gt;
|-&lt;br /&gt;
|Pak Caverns&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|January 1986&lt;br /&gt;
|-&lt;br /&gt;
|Peril on the Sea-Bed&lt;br /&gt;
|A. Watson&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|1988&lt;br /&gt;
|-&lt;br /&gt;
|Pipeline Plumber&lt;br /&gt;
|K Freeman&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Polar&lt;br /&gt;
|Brian Round&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1988&lt;br /&gt;
|-&lt;br /&gt;
|Pontoon&lt;br /&gt;
|Tim Baldock&lt;br /&gt;
|TAU&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Puss in Boots&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Return to Zarkon&lt;br /&gt;
|D.J.Pope&lt;br /&gt;
|Home Computing Weekly&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Rings of Artek, The&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|aug-90&lt;br /&gt;
|-&lt;br /&gt;
|Rock Hopper&lt;br /&gt;
|Nick Stevens&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|June 1985&lt;br /&gt;
|-&lt;br /&gt;
|Santa's Grotty&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|dec-86&lt;br /&gt;
|-&lt;br /&gt;
|Save Santa&lt;br /&gt;
|Tiffany Wood&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|January 1988&lt;br /&gt;
|-&lt;br /&gt;
|Sci-Fi DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published Sci-Fi txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Space Base&lt;br /&gt;
|Christian Fiott&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Space Mania&lt;br /&gt;
|Neil Kolban&lt;br /&gt;
|ACU&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Splatch&lt;br /&gt;
|Mark Roberts&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Spring on a Thing&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Spy from the North, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|nov-84&lt;br /&gt;
|-&lt;br /&gt;
|Sultans Curse, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Trench Attack&lt;br /&gt;
|Suzzy Billingham&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Unknown Planet&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|January 1990&lt;br /&gt;
|-&lt;br /&gt;
|Visitor from Space&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|nov-84&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Type_lfs.jpg&amp;diff=47085</id>
		<title>File:Type lfs.jpg</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Type_lfs.jpg&amp;diff=47085"/>
				<updated>2010-06-19T13:27:16Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Typeins&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Typeins&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47084</id>
		<title>Typeins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47084"/>
				<updated>2010-06-19T13:26:54Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Typeins programs, or just type-in, are normally an Amstrad Basic program listing printed in a computer magazine or book, meant to be typed in by the reader in order to run the program. Very common in the early years of the Amstrad era. The list is compiled from the user uploads on www.amstrad.dk (N/A any more) but please add any typeins you have.[[File:Eksempel.jpg]]&lt;br /&gt;
{| class=&amp;quot;FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Name&lt;br /&gt;
|Programmer&lt;br /&gt;
|Magazine&lt;br /&gt;
|Month / Year&lt;br /&gt;
|-&lt;br /&gt;
|Amsfrog&lt;br /&gt;
|C.Chin&lt;br /&gt;
|ACU&lt;br /&gt;
|July 1985&lt;br /&gt;
|-&lt;br /&gt;
|Backgammon&lt;br /&gt;
|Ian Barnes&lt;br /&gt;
|?&lt;br /&gt;
|1985&lt;br /&gt;
|-&lt;br /&gt;
|Balloon&lt;br /&gt;
|Ben Lewis&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Beyond Logic&lt;br /&gt;
|A. Pile &amp;amp; Ian Lacey&lt;br /&gt;
|TAU&lt;br /&gt;
|May 1989&lt;br /&gt;
|-&lt;br /&gt;
|Cargo King&lt;br /&gt;
|A.B.Gardner&lt;br /&gt;
|Amstrad CPC 464 User magazine&lt;br /&gt;
|May 1985&lt;br /&gt;
|-&lt;br /&gt;
|Castle Adventure&lt;br /&gt;
|BM &amp;amp; MC Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|March 1989&lt;br /&gt;
|-&lt;br /&gt;
|Countdown&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Crazy Legs&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Cube Wars&lt;br /&gt;
|Johnathan Pugh&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|apr-88&lt;br /&gt;
|-&lt;br /&gt;
|Da Bells&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Deadly Mission, The&lt;br /&gt;
|S .Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-86&lt;br /&gt;
|-&lt;br /&gt;
|Diamond Digger&lt;br /&gt;
|Aramello Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Duck Dodgers&lt;br /&gt;
|N. Speakman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Dynamite Dungeons&lt;br /&gt;
|Phil Lawson&lt;br /&gt;
|CPC Computing&lt;br /&gt;
|dec-88&lt;br /&gt;
|-&lt;br /&gt;
|Fantastic Adventure&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|sep-89&lt;br /&gt;
|-&lt;br /&gt;
|Fantasy DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published fantasy txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Flashman&lt;br /&gt;
|P.J.Eva&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Galactic Invaders&lt;br /&gt;
|Robin Nixon&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Galaxian Revenge&lt;br /&gt;
|K N Khalique&lt;br /&gt;
|ACU&lt;br /&gt;
|February 1986&lt;br /&gt;
|-&lt;br /&gt;
|Golden Ikon of Rameses, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-84&lt;br /&gt;
|-&lt;br /&gt;
|Helicopter Rescue&lt;br /&gt;
|David Muir	&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Ice Front&lt;br /&gt;
|A Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Interceptor&lt;br /&gt;
|K. Freeman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Intergalatic Stunt Parrot&lt;br /&gt;
|Robert Buckley&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Jack and the Beanstalk&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Lighthouse, The&lt;br /&gt;
|Philip Riley&lt;br /&gt;
|TAU&lt;br /&gt;
|January 1987&lt;br /&gt;
|-&lt;br /&gt;
|Missile Attack&lt;br /&gt;
|D &amp;amp; B Lewis&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Monsters Final Hour, The&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Moon base III disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1991&lt;br /&gt;
|1991&lt;br /&gt;
|-&lt;br /&gt;
|Mystery- Manor disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1992&lt;br /&gt;
|1992&lt;br /&gt;
|-&lt;br /&gt;
|N-Sub&lt;br /&gt;
|S.Gray&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|October 1985&lt;br /&gt;
|-&lt;br /&gt;
|Pak Caverns&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|January 1986&lt;br /&gt;
|-&lt;br /&gt;
|Peril on the Sea-Bed&lt;br /&gt;
|A. Watson&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|1988&lt;br /&gt;
|-&lt;br /&gt;
|Pipeline Plumber&lt;br /&gt;
|K Freeman&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Polar&lt;br /&gt;
|Brian Round&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1988&lt;br /&gt;
|-&lt;br /&gt;
|Pontoon&lt;br /&gt;
|Tim Baldock&lt;br /&gt;
|TAU&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Puss in Boots&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Return to Zarkon&lt;br /&gt;
|D.J.Pope&lt;br /&gt;
|Home Computing Weekly&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Rings of Artek, The&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|aug-90&lt;br /&gt;
|-&lt;br /&gt;
|Rock Hopper&lt;br /&gt;
|Nick Stevens&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|June 1985&lt;br /&gt;
|-&lt;br /&gt;
|Santa's Grotty&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|dec-86&lt;br /&gt;
|-&lt;br /&gt;
|Save Santa&lt;br /&gt;
|Tiffany Wood&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|January 1988&lt;br /&gt;
|-&lt;br /&gt;
|Sci-Fi DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published Sci-Fi txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Space Base&lt;br /&gt;
|Christian Fiott&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Space Mania&lt;br /&gt;
|Neil Kolban&lt;br /&gt;
|ACU&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Splatch&lt;br /&gt;
|Mark Roberts&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Spring on a Thing&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Spy from the North, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|nov-84&lt;br /&gt;
|-&lt;br /&gt;
|Sultans Curse, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Trench Attack&lt;br /&gt;
|Suzzy Billingham&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Unknown Planet&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|January 1990&lt;br /&gt;
|-&lt;br /&gt;
|Visitor from Space&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|nov-84&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47083</id>
		<title>Typeins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47083"/>
				<updated>2010-06-19T13:22:48Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Typeins programs, or just type-in, is normaly a Amstrad Basic program listing printed in a computer magazine or book, meant to be typed in by the reader in order to run the program. Very common in the early years of the Amstrad era. The list is compiled from the user uploads on www.amstrad.dk (N/A any more) but please add any typeins you have.&lt;br /&gt;
{| class=&amp;quot;FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Name&lt;br /&gt;
|Programmer&lt;br /&gt;
|Magazine&lt;br /&gt;
|Month / Year&lt;br /&gt;
|-&lt;br /&gt;
|Amsfrog&lt;br /&gt;
|C.Chin&lt;br /&gt;
|ACU&lt;br /&gt;
|July 1985&lt;br /&gt;
|-&lt;br /&gt;
|Backgammon&lt;br /&gt;
|Ian Barnes&lt;br /&gt;
|?&lt;br /&gt;
|1985&lt;br /&gt;
|-&lt;br /&gt;
|Balloon&lt;br /&gt;
|Ben Lewis&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Beyond Logic&lt;br /&gt;
|A. Pile &amp;amp; Ian Lacey&lt;br /&gt;
|TAU&lt;br /&gt;
|May 1989&lt;br /&gt;
|-&lt;br /&gt;
|Cargo King&lt;br /&gt;
|A.B.Gardner&lt;br /&gt;
|Amstrad CPC 464 User magazine&lt;br /&gt;
|May 1985&lt;br /&gt;
|-&lt;br /&gt;
|Castle Adventure&lt;br /&gt;
|BM &amp;amp; MC Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|March 1989&lt;br /&gt;
|-&lt;br /&gt;
|Countdown&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Crazy Legs&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Cube Wars&lt;br /&gt;
|Johnathan Pugh&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|apr-88&lt;br /&gt;
|-&lt;br /&gt;
|Da Bells&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Deadly Mission, The&lt;br /&gt;
|S .Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-86&lt;br /&gt;
|-&lt;br /&gt;
|Diamond Digger&lt;br /&gt;
|Aramello Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Duck Dodgers&lt;br /&gt;
|N. Speakman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Dynamite Dungeons&lt;br /&gt;
|Phil Lawson&lt;br /&gt;
|CPC Computing&lt;br /&gt;
|dec-88&lt;br /&gt;
|-&lt;br /&gt;
|Fantastic Adventure&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|sep-89&lt;br /&gt;
|-&lt;br /&gt;
|Fantasy DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published fantasy txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Flashman&lt;br /&gt;
|P.J.Eva&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Galactic Invaders&lt;br /&gt;
|Robin Nixon&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Galaxian Revenge&lt;br /&gt;
|K N Khalique&lt;br /&gt;
|ACU&lt;br /&gt;
|February 1986&lt;br /&gt;
|-&lt;br /&gt;
|Golden Ikon of Rameses, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-84&lt;br /&gt;
|-&lt;br /&gt;
|Helicopter Rescue&lt;br /&gt;
|David Muir	&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Ice Front&lt;br /&gt;
|A Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Interceptor&lt;br /&gt;
|K. Freeman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Intergalatic Stunt Parrot&lt;br /&gt;
|Robert Buckley&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Jack and the Beanstalk&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Lighthouse, The&lt;br /&gt;
|Philip Riley&lt;br /&gt;
|TAU&lt;br /&gt;
|January 1987&lt;br /&gt;
|-&lt;br /&gt;
|Missile Attack&lt;br /&gt;
|D &amp;amp; B Lewis&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Monsters Final Hour, The&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Moon base III disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1991&lt;br /&gt;
|1991&lt;br /&gt;
|-&lt;br /&gt;
|Mystery- Manor disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1992&lt;br /&gt;
|1992&lt;br /&gt;
|-&lt;br /&gt;
|N-Sub&lt;br /&gt;
|S.Gray&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|October 1985&lt;br /&gt;
|-&lt;br /&gt;
|Pak Caverns&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|January 1986&lt;br /&gt;
|-&lt;br /&gt;
|Peril on the Sea-Bed&lt;br /&gt;
|A. Watson&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|1988&lt;br /&gt;
|-&lt;br /&gt;
|Pipeline Plumber&lt;br /&gt;
|K Freeman&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Polar&lt;br /&gt;
|Brian Round&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1988&lt;br /&gt;
|-&lt;br /&gt;
|Pontoon&lt;br /&gt;
|Tim Baldock&lt;br /&gt;
|TAU&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Puss in Boots&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Return to Zarkon&lt;br /&gt;
|D.J.Pope&lt;br /&gt;
|Home Computing Weekly&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Rings of Artek, The&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|aug-90&lt;br /&gt;
|-&lt;br /&gt;
|Rock Hopper&lt;br /&gt;
|Nick Stevens&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|June 1985&lt;br /&gt;
|-&lt;br /&gt;
|Santa's Grotty&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|dec-86&lt;br /&gt;
|-&lt;br /&gt;
|Save Santa&lt;br /&gt;
|Tiffany Wood&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|January 1988&lt;br /&gt;
|-&lt;br /&gt;
|Sci-Fi DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published Sci-Fi txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Space Base&lt;br /&gt;
|Christian Fiott&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Space Mania&lt;br /&gt;
|Neil Kolban&lt;br /&gt;
|ACU&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Splatch&lt;br /&gt;
|Mark Roberts&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Spring on a Thing&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Spy from the North, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|nov-84&lt;br /&gt;
|-&lt;br /&gt;
|Sultans Curse, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Trench Attack&lt;br /&gt;
|Suzzy Billingham&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Unknown Planet&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|January 1990&lt;br /&gt;
|-&lt;br /&gt;
|Visitor from Space&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|nov-84&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47082</id>
		<title>Typeins</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Typeins&amp;diff=47082"/>
				<updated>2010-06-19T13:15:52Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Created page with '{| class=&amp;quot;FCK__ShowTableBorders&amp;quot; |- |Name |Programmer |Magazine |Month / Year |- |Amsfrog |C.Chin |ACU |July 1985 |- |Backgammon |Ian Barnes |? |1985 |- |Balloon |Ben Lewis |ACU …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Name&lt;br /&gt;
|Programmer&lt;br /&gt;
|Magazine&lt;br /&gt;
|Month / Year&lt;br /&gt;
|-&lt;br /&gt;
|Amsfrog&lt;br /&gt;
|C.Chin&lt;br /&gt;
|ACU&lt;br /&gt;
|July 1985&lt;br /&gt;
|-&lt;br /&gt;
|Backgammon&lt;br /&gt;
|Ian Barnes&lt;br /&gt;
|?&lt;br /&gt;
|1985&lt;br /&gt;
|-&lt;br /&gt;
|Balloon&lt;br /&gt;
|Ben Lewis&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Beyond Logic&lt;br /&gt;
|A. Pile &amp;amp; Ian Lacey&lt;br /&gt;
|TAU&lt;br /&gt;
|May 1989&lt;br /&gt;
|-&lt;br /&gt;
|Cargo King&lt;br /&gt;
|A.B.Gardner&lt;br /&gt;
|Amstrad CPC 464 User magazine&lt;br /&gt;
|May 1985&lt;br /&gt;
|-&lt;br /&gt;
|Castle Adventure&lt;br /&gt;
|BM &amp;amp; MC Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|March 1989&lt;br /&gt;
|-&lt;br /&gt;
|Countdown&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Crazy Legs&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Cube Wars&lt;br /&gt;
|Johnathan Pugh&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|apr-88&lt;br /&gt;
|-&lt;br /&gt;
|Da Bells&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Deadly Mission, The&lt;br /&gt;
|S .Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-86&lt;br /&gt;
|-&lt;br /&gt;
|Diamond Digger&lt;br /&gt;
|Aramello Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Duck Dodgers&lt;br /&gt;
|N. Speakman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Dynamite Dungeons&lt;br /&gt;
|Phil Lawson&lt;br /&gt;
|CPC Computing&lt;br /&gt;
|dec-88&lt;br /&gt;
|-&lt;br /&gt;
|Fantastic Adventure&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|TAU&lt;br /&gt;
|sep-89&lt;br /&gt;
|-&lt;br /&gt;
|Fantasy DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published fantasy txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Flashman&lt;br /&gt;
|P.J.Eva&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Galactic Invaders&lt;br /&gt;
|Robin Nixon&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Galaxian Revenge&lt;br /&gt;
|K N Khalique&lt;br /&gt;
|ACU&lt;br /&gt;
|February 1986&lt;br /&gt;
|-&lt;br /&gt;
|Golden Ikon of Rameses, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-84&lt;br /&gt;
|-&lt;br /&gt;
|Helicopter Rescue&lt;br /&gt;
|David Muir	&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Ice Front&lt;br /&gt;
|A Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|1986&lt;br /&gt;
|-&lt;br /&gt;
|Interceptor&lt;br /&gt;
|K. Freeman&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Intergalatic Stunt Parrot&lt;br /&gt;
|Robert Buckley&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|aug-85&lt;br /&gt;
|-&lt;br /&gt;
|Jack and the Beanstalk&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Lighthouse, The&lt;br /&gt;
|Philip Riley&lt;br /&gt;
|TAU&lt;br /&gt;
|January 1987&lt;br /&gt;
|-&lt;br /&gt;
|Missile Attack&lt;br /&gt;
|D &amp;amp; B Lewis&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Monsters Final Hour, The&lt;br /&gt;
|S. Lucas&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Moon base III disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1991&lt;br /&gt;
|1991&lt;br /&gt;
|-&lt;br /&gt;
|Mystery- Manor disc 1, disc 2&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|No, sold on the shelfs in England from 1992&lt;br /&gt;
|1992&lt;br /&gt;
|-&lt;br /&gt;
|N-Sub&lt;br /&gt;
|S.Gray&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|October 1985&lt;br /&gt;
|-&lt;br /&gt;
|Pak Caverns&lt;br /&gt;
|C.Mitchell&lt;br /&gt;
|ACU&lt;br /&gt;
|January 1986&lt;br /&gt;
|-&lt;br /&gt;
|Peril on the Sea-Bed&lt;br /&gt;
|A. Watson&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|1988&lt;br /&gt;
|-&lt;br /&gt;
|Pipeline Plumber&lt;br /&gt;
|K Freeman&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1987&lt;br /&gt;
|-&lt;br /&gt;
|Polar&lt;br /&gt;
|Brian Round&lt;br /&gt;
|ACU&lt;br /&gt;
|May 1988&lt;br /&gt;
|-&lt;br /&gt;
|Pontoon&lt;br /&gt;
|Tim Baldock&lt;br /&gt;
|TAU&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Puss in Boots&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|January 1985&lt;br /&gt;
|-&lt;br /&gt;
|Return to Zarkon&lt;br /&gt;
|D.J.Pope&lt;br /&gt;
|Home Computing Weekly&lt;br /&gt;
|apr-85&lt;br /&gt;
|-&lt;br /&gt;
|Rings of Artek, The&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|aug-90&lt;br /&gt;
|-&lt;br /&gt;
|Rock Hopper&lt;br /&gt;
|Nick Stevens&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|June 1985&lt;br /&gt;
|-&lt;br /&gt;
|Santa's Grotty&lt;br /&gt;
|A. Chapman&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|dec-86&lt;br /&gt;
|-&lt;br /&gt;
|Save Santa&lt;br /&gt;
|Tiffany Wood&lt;br /&gt;
|Computing with the Amstrad&lt;br /&gt;
|January 1988&lt;br /&gt;
|-&lt;br /&gt;
|Sci-Fi DSK&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|Never published Sci-Fi txt adventures&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Space Base&lt;br /&gt;
|Christian Fiott&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|October 1986&lt;br /&gt;
|-&lt;br /&gt;
|Space Mania&lt;br /&gt;
|Neil Kolban&lt;br /&gt;
|ACU&lt;br /&gt;
|aug-86&lt;br /&gt;
|-&lt;br /&gt;
|Splatch&lt;br /&gt;
|Mark Roberts&lt;br /&gt;
|ACU&lt;br /&gt;
|dec-85&lt;br /&gt;
|-&lt;br /&gt;
|Spring on a Thing&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|-&lt;br /&gt;
|Spy from the North, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|nov-84&lt;br /&gt;
|-&lt;br /&gt;
|Sultans Curse, The&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Computer Gamer&lt;br /&gt;
|sep-85&lt;br /&gt;
|-&lt;br /&gt;
|Trench Attack&lt;br /&gt;
|Suzzy Billingham&lt;br /&gt;
|Amstrad CPC464 User&lt;br /&gt;
|March 1985&lt;br /&gt;
|-&lt;br /&gt;
|Unknown Planet&lt;br /&gt;
|Barrie Eaton&lt;br /&gt;
|The Amstrad User&lt;br /&gt;
|January 1990&lt;br /&gt;
|-&lt;br /&gt;
|Visitor from Space&lt;br /&gt;
|Steve Lucas&lt;br /&gt;
|Games Computing&lt;br /&gt;
|nov-84&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=DIY&amp;diff=47071</id>
		<title>DIY</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=DIY&amp;diff=47071"/>
				<updated>2010-06-18T15:54:56Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== DIY Hardware Projects ==&lt;br /&gt;
&lt;br /&gt;
Do-it-yourself (DIY) projects...&lt;br /&gt;
&lt;br /&gt;
=== Communication - RS232 / PC Connection ===&lt;br /&gt;
* [[AMSSIO|AMSSIO RS232 interface]]&lt;br /&gt;
* [[CPCI RS232 Interface|CPCI RS232 Interface]]&lt;br /&gt;
* [[Tim Riemann's RS232 interface]]&lt;br /&gt;
* [[Z80-SIO dual ports RS232 interface for CPC (French)]]&lt;br /&gt;
&lt;br /&gt;
=== Floppy Drives ===&lt;br /&gt;
* [[ABBA switch]] (swap drive A: and B:)&lt;br /&gt;
* [[Guide on how to connect a 3.5|Connecting a 3.5&amp;quot; drive to a CPC6128/664]] &lt;br /&gt;
* [[Guide on how to connect a 3.5&amp;quot; drive to a CPC6128/664|Connecting a 3.5&amp;quot; drive to a CPC6128/664 (with photos)]] &lt;br /&gt;
* [[Connecting a Disc Interface to CPC464+]]&lt;br /&gt;
* [[Modify PC floppy drives|Modify PC floppy drives to work on a CPC]]&lt;br /&gt;
* [[Side Select Switch]] (force AMSDOS to use Side B)&lt;br /&gt;
&lt;br /&gt;
=== HID ===&lt;br /&gt;
* [[PS2Mouse|AMX Compatible PS/2 and USB Mouse Adapter]]&lt;br /&gt;
* [[Atari-ST mouse adapter]]&lt;br /&gt;
* [[CPCKey|Attaching an AT keyboard to the CPC]]&lt;br /&gt;
&lt;br /&gt;
=== Joysticks ===&lt;br /&gt;
* [[Joystick_Autofire|Joystick Autofire Circuit]]&lt;br /&gt;
* [[Joystick Y-cables|Joystick Y-cables]]&lt;br /&gt;
* [[Joystick_Splitter|Joystick Splitter Circuit]]&lt;br /&gt;
&lt;br /&gt;
=== Mass Storage ===&lt;br /&gt;
* [[HxC_Floppy_Emulator|HxC Disc Emulator using PC as Storage Medium]]&lt;br /&gt;
* [[SDiskEmul|SD Card Disc Drive Emulator]]&lt;br /&gt;
* [[DIY_Plus_Tape_Socket|DIY Tape Socket for CPC6128+]]&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
* [[Powering a CPC 6128 from a Sinclar Spectrum +3 PSU|Powering a CPC 6128 from a Sinclar Spectrum +3 PSU]]&lt;br /&gt;
&lt;br /&gt;
=== Printer ===&lt;br /&gt;
* [[8bit Printer Ports]]&lt;br /&gt;
* [[Simple RS232 for Printer usage|Simple RS232 for Printer usage]]&lt;br /&gt;
&lt;br /&gt;
=== Real Time Clocks ===&lt;br /&gt;
* [[ACU_Real_Time_Clock_(DIY)|ACU Realtime Clock]] (without year counter)&lt;br /&gt;
* [[Real Time Clock|CPCI Real Time Clock]] (note: incomplete instructions / schematics due to low-resolution scans)&lt;br /&gt;
&lt;br /&gt;
=== ROM / RAM Expansions ===&lt;br /&gt;
* [[ACU_Romboard_(DIY)|ACU Romboard]]&lt;br /&gt;
* [[Amstrad ROM Expander|Practical Electronics ROMBoard Project]]&lt;br /&gt;
* [[CPC4MB|CPC4MB - 4 MB memory expansion]]&lt;br /&gt;
* [[Inicron RAM-Box|Inicron RAM-Box]]&lt;br /&gt;
* [[Inicron ROM-RAM-Box|Inicron ROM-RAM-Box]]&lt;br /&gt;
* [[Ramcard 128]]&lt;br /&gt;
* [http://www.cpcwiki.eu/imgs/f/ff/AMSTRAD_ROM_EXPANDER.PDF Amstrad Rom Expander, from magazine Practical Electronics June 1998]&lt;br /&gt;
&lt;br /&gt;
=== Sound ===&lt;br /&gt;
* [[Digiblaster|Digiblaster Sound Card]] (8bit DAC on printer port)&lt;br /&gt;
* [[SP0256_on_Printer_Port_(DIY)|SP0256 Speech Synthesizer for Printer Port]]&lt;br /&gt;
&lt;br /&gt;
=== TV / Monitors ===&lt;br /&gt;
* [[Convert an MP1 into an MP2|Converting an MP1 into an MP2]]&lt;br /&gt;
* [[LCD And Plasma TV Solution|Getting a CPC to work with an LCD or plasma TV]]&lt;br /&gt;
* [[PCAI_Video_Texting_(DIY)|PCAI Video Modulator]]&lt;br /&gt;
* [[TV SCART cable|TV SCART cables]]&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
* [[Ambug|Ambug Robot]]&lt;br /&gt;
* [[PCAI_A/D_Converter_(DIY)| PCAI Analogue to Digital Converter]]&lt;br /&gt;
* [[Reset_Button|Reset Button]]&lt;br /&gt;
* [[Expansion Converter|UK/DE Expansion Converter]]&lt;br /&gt;
&lt;br /&gt;
== Hardware Repair ==&lt;br /&gt;
&lt;br /&gt;
* [[Changing the drive belt|Changing the drive belt]] &lt;br /&gt;
* [[Keyboard Membrane Repair/Replacement Guide]]&lt;br /&gt;
&lt;br /&gt;
== How to's / Tutorials ==&lt;br /&gt;
&lt;br /&gt;
* [[A guide to running software on a real Amstrad CPC/CPC Plus computer|A Guide to running software on a real CPC!]] &lt;br /&gt;
* [[Transfering Alkatraz protected tapes and most games!|Transfering Alkatraz protected tapes and most games!]] &lt;br /&gt;
* [[Willem Programmer|Willem Programmer]] - how to program eproms using the Willem eprom programmer.&lt;br /&gt;
&lt;br /&gt;
[[Category:DIY| ]] [[Category:Hardware| ]]&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:AMSTRAD_ROM_EXPANDER.PDF&amp;diff=47070</id>
		<title>File:AMSTRAD ROM EXPANDER.PDF</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:AMSTRAD_ROM_EXPANDER.PDF&amp;diff=47070"/>
				<updated>2010-06-18T15:52:34Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Amstrad Rom Expander, from magazine Practical Electronics June 1998&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amstrad Rom Expander, from magazine Practical Electronics June 1998&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=User_Manual&amp;diff=47069</id>
		<title>User Manual</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=User_Manual&amp;diff=47069"/>
				<updated>2010-06-18T15:47:59Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are the User Manuals that came with the computer together with [[Demostration tape or disc]] and the [[System Disk]]s. &lt;br /&gt;
&lt;br /&gt;
== English  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Covers&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:CPC 464 User Manual.jpg|CPC 464 User Instructions&lt;br /&gt;
Image:CPC 6128 User Manual.jpg|CPC 6128 User Instructions&lt;br /&gt;
Image:Amstrad DDI-1 Manual En.jpg|Amstrad DDI-1 User Instructions&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== User Manuals ===&lt;br /&gt;
&lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/cpc464.en.rar CPC 464 User Manual]&lt;br /&gt;
*[http://www.cpcwiki.eu/imgs/0/0c/CPC664.PDF CPC 664 User Manual]&lt;br /&gt;
*[[Media:Amstradcpc6128manual.pdf|CPC 6128 User Manual]]&lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/plususer.en.rar CPC Plus User Manual (for 464+ and 6128+)]&lt;br /&gt;
*[[Media:GX4000 User Instructions.pdf|GX4000 User Instructions]] (multi-language)&lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/ddi-1.zip DDI-1 User Manual] (zipped BMP's)&lt;br /&gt;
*[[Media:DDI-1 User Manual.pdf|DDI-1 User Manual]] (pdf)&lt;br /&gt;
&lt;br /&gt;
== French  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Covers&amp;quot;&amp;gt;&lt;br /&gt;
Image:CPC 6128 User Manual (French) Cover.jpg|Amstrad CPC 6128 Manual&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[Media:GX4000 User Instructions.pdf|GX4000 User Instructions]] (multi-language)&lt;br /&gt;
&lt;br /&gt;
== German  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Covers&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Schneider CPC 464 User Manual Cover.jpg|Schneider CPC 464 Manual&lt;br /&gt;
Image:Schneider 6128 Manual.jpg|Schneider CPC 6128 Manual&lt;br /&gt;
Image:DDI-1 User (German) Manual.jpg|Schneider DDI-1 Manual&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Italian ==&lt;br /&gt;
&lt;br /&gt;
*[[Media:GX4000 User Instructions.pdf|GX4000 User Instructions]] (multi-language)&lt;br /&gt;
&lt;br /&gt;
== Norwegian  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Covers&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Amstrad CPC464 Manual No.jpg|Amstrad CPC 464 Bruker-veiledning&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Spanish  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Covers&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Manual de Referencia BASIC.jpg|Manual de Referencia BASIC&lt;br /&gt;
Image:Amstrad CPC 464 Guia del Usuario.jpg|Amstrad CPC 464 Guia del Usuario&lt;br /&gt;
Image:Manual del CPC 464.jpg|Manual del CPC 464&lt;br /&gt;
Image:Manual del CPC 472.jpg|Manual del CPC 472&lt;br /&gt;
Image:Manual del CPC 664.jpg|Manual del CPC 664&lt;br /&gt;
Image:Manual del CPC 6128.jpg|Manual del CPC 6128&lt;br /&gt;
Image:Manual del CPC 464+ y 6128+.jpg|Manual del CPC 464+ y 6128+&lt;br /&gt;
Image:Manual de Usuario del DDI-1.jpg|Manual de Usuario del DDI-1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== User Manuals ===&lt;br /&gt;
&lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/Manual%20de%20Referencia%20BASIC.es.rar Manual de Referencia BASIC] &lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/Amstrad%20CPC%20464%20manual.es.rar Amstrad CPC 464 Guia del Usuario] &lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/Amstrad%20CPC%20464%20manual%20(1987).es.rar Amstrad CPC 464 Manual] &lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/Amstrad%20CPC%20472%20manual.es.rar Amstrad CPC 472 Manual] &lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/Amstrad%20CPC%20664%20manual.es.rar Amstrad CPC 664 Manual] &lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/Amstrad%20CPC%206128%20manual.es.rar Amstrad CPC 6128 Manual] &lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/Amstrad%20CPC%20464+%20and%20%206128+.es.rar Amstrad CPC 464+ &amp;amp;amp; 6128+ Manual]&lt;br /&gt;
*[http://www.cpcwiki.eu/manuals/DDI-1.es.rar Amstrad DDI-1 Manual]&lt;br /&gt;
*[[Media:GX4000 User Instructions.pdf|GX4000 User Instructions]] (multi-language)&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Service Manuals]] - Technical info (Schematics etc.)&lt;br /&gt;
&lt;br /&gt;
== Links  ==&lt;br /&gt;
&lt;br /&gt;
=== English  ===&lt;br /&gt;
&lt;br /&gt;
=== French  ===&lt;br /&gt;
&lt;br /&gt;
*http://www.amstradeus.com/ ( on section Scans&amp;amp;nbsp;: Les manuels utilisateurs )&lt;br /&gt;
&lt;br /&gt;
=== German  ===&lt;br /&gt;
&lt;br /&gt;
=== Spanish  ===&lt;br /&gt;
&lt;br /&gt;
*http://www.amstrad-esp.com/publicaciones/manuales/index.php&lt;br /&gt;
&lt;br /&gt;
*http://www.cpcmania.com/ ( on section Docs, Manuals: - CPC Manuals )&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:CPC664.PDF&amp;diff=47068</id>
		<title>File:CPC664.PDF</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:CPC664.PDF&amp;diff=47068"/>
				<updated>2010-06-18T15:46:28Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: CPC 6128 User Manual&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CPC 6128 User Manual&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Service_Manuals&amp;diff=47067</id>
		<title>Service Manuals</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Service_Manuals&amp;diff=47067"/>
				<updated>2010-06-18T15:41:05Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For '''User Manuals''' see [[User Manual|User Manuals]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
A collection of good service manuals for all the Amstrad CPC models.&lt;br /&gt;
&lt;br /&gt;
On CPC 464 and CPC 6128 you have the first (old) PCB models.&lt;br /&gt;
&lt;br /&gt;
And on Amendment you have the last revision (new) PCB models of CPC 464 and CPC 6128.&lt;br /&gt;
&lt;br /&gt;
== Covers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Service Manuals&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:CPC 464 Service Manual.jpg|CPC 464&lt;br /&gt;
Image:CPC 664 Service Manual.jpg|CPC 664&lt;br /&gt;
Image:CPC 6128 Service Manual.jpg|CPC 6128&lt;br /&gt;
Image:Amstrad Plus Service Manual.jpg|CPC plus&lt;br /&gt;
Image:Amendment Service Manual.jpg|Amendment&lt;br /&gt;
Image:DDI1-FD1 Service Manual.jpg|DDI1-FD1&lt;br /&gt;
Image:PCW 8256 Service Manual.jpg|PCW 8256&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/Amstrad%20CPC%20464%20Service%20Manual.en.rar Amstrad CPC 464 Service Manual] - CPC464 (Rev0), CTM640, GT64&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/Amstrad%20CPC%20664%20Service%20Manual.en.rar Amstrad CPC 664 Service Manual] - CPC664, CTM644, GT65&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/Amstrad%20CPC%206128%20Service%20Manual.en.rar Amstrad CPC 6128 Service Manual] - CPC6128 (Rev0), CTM644, GT65&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/DDI-1%20FD-1%20Service%20Manual.en.rar Amstrad DDI-1 FD-1 Service Manual]&lt;br /&gt;
* [http://www.cpcwiki.eu/imgs/6/6f/DMP2160_SERVICE_MANUAL.PDF Amstrad DMP 2160 Service Manual]&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/Amstrad%20PCW%208256-8512%20Service%20Manual.en.rar Amstrad PCW 8256-8512 Service Manual]&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/Amendment%20Service%20Manual.rar Amstrad CPC464-6128-GT65-CTM644-MP3-CT1 Amendment Service Manual] - CPC464 (Rev1 or Rev2?), CPC6128 (Rev0/incomplete, and Rev1/costdown), GT65, CTM644, MP-3, CT-1) - This file contains schematics for newer mainboards, but lacks service tips found in older manuals&lt;br /&gt;
* [http://www.cpcwiki.eu/manuals/Service%20Manual%20Amstrad%20Plus.zip Amstrad 464PLUS-6128PLUS-GX4000-MM12-CM14 Service Manual]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[User Manual|User Manuals]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Manual]]&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:DMP2160_SERVICE_MANUAL.PDF&amp;diff=47066</id>
		<title>File:DMP2160 SERVICE MANUAL.PDF</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:DMP2160_SERVICE_MANUAL.PDF&amp;diff=47066"/>
				<updated>2010-06-18T15:36:08Z</updated>
		
		<summary type="html">&lt;p&gt;LFS: Dot Matrix Printer DMP2160 Service Manual (DE)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dot Matrix Printer DMP2160 Service Manual (DE)&lt;/div&gt;</summary>
		<author><name>LFS</name></author>	</entry>

	</feed>