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

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Snapshot&amp;diff=30646</id>
		<title>Snapshot</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Snapshot&amp;diff=30646"/>
				<updated>2009-05-02T21:19:08Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Snapshot (.SNA) file format  =&lt;br /&gt;
&lt;br /&gt;
The format was first defined for the [[CPCEMU|CPCEMU]] emulator but is now widely supported. The format was originally defined by [[Marco Vieth|Marco Vieth]]. Version 3 was defined by [[Ulrich Doewich|Ulrich Doewich]], [[Martin Korth|Martin Korth]], [[Richard Wilson|Richard Wilson]] and [[Kevin Thacker|Kevin Thacker]]. &lt;br /&gt;
&lt;br /&gt;
There are 3 versions defined in this document. Version 3 is the most recent and is currently supported by a few of the most recent emulators. &lt;br /&gt;
&lt;br /&gt;
Snapshots produced with [[CPCE|CPCE]] appears to be the most compatible and will run correctly using any emulator.&lt;br /&gt;
&lt;br /&gt;
Abbreviations: &lt;br /&gt;
&lt;br /&gt;
*[[Gate Array|GA = &amp;quot;Gate Array&amp;quot;]] &lt;br /&gt;
*[[CRTC|CRTC = &amp;quot;6845 Cathode Ray Tube Controller&amp;quot;]] &lt;br /&gt;
*[[8255|PPI = &amp;quot;Intel 8255 Programmable Peripheral Interface&amp;quot;]] &lt;br /&gt;
*[[PSG|PSG = &amp;quot;AY-3-8912 Programmable Sound Generator&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
= Version 1  =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Count''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 00-07&lt;br /&gt;
| 8&lt;br /&gt;
| The identification string &amp;quot;MV - SNA&amp;quot;. This must exist for the snapshot to be valid.&lt;br /&gt;
|-&lt;br /&gt;
| 08-0f&lt;br /&gt;
| 8&lt;br /&gt;
| (not used; set to 0)&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| 1&lt;br /&gt;
| snapshot version (1)&lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register F&lt;br /&gt;
|-&lt;br /&gt;
| 12&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register A&lt;br /&gt;
|-&lt;br /&gt;
| 13&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register C&lt;br /&gt;
|-&lt;br /&gt;
| 14&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register B&lt;br /&gt;
|-&lt;br /&gt;
| 15&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register E&lt;br /&gt;
|-&lt;br /&gt;
| 16&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register D&lt;br /&gt;
|-&lt;br /&gt;
| 17&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register L&lt;br /&gt;
|-&lt;br /&gt;
| 18&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register H&lt;br /&gt;
|-&lt;br /&gt;
| 19&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register R&lt;br /&gt;
|-&lt;br /&gt;
| 1a&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register I&lt;br /&gt;
|-&lt;br /&gt;
| 1b&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 interrupt flip-flop IFF0 (note 2)&lt;br /&gt;
|-&lt;br /&gt;
| 1c&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 interrupt flip-flop IFF1 (note 2)&lt;br /&gt;
|-&lt;br /&gt;
| 1d&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register IX (low) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 1e&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register IX (high) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 1f&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register IY (low) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 20&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register IY (high) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register SP (low) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register SP (high) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 23&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register PC (low) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 24&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register PC (high) (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 25&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 interrupt mode (0,1,2) (note 3)&lt;br /&gt;
|-&lt;br /&gt;
| 26&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register F' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 27&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register A' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 28&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register C' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 29&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register B' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 2a&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register E' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 2b&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register D' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 2c&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register L' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 2d&lt;br /&gt;
| 1&lt;br /&gt;
| Z80 register H' (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 2e&lt;br /&gt;
| 1&lt;br /&gt;
| GA: index of selected pen (note 10)&lt;br /&gt;
|-&lt;br /&gt;
| 2f-3f&lt;br /&gt;
| 1&lt;br /&gt;
| GA: current palette (note 11)&lt;br /&gt;
|-&lt;br /&gt;
| 40&lt;br /&gt;
| 1&lt;br /&gt;
| GA: multi configuration (note 12)&lt;br /&gt;
|-&lt;br /&gt;
| 41&lt;br /&gt;
| 1&lt;br /&gt;
| current RAM configuration (note 13)&lt;br /&gt;
|-&lt;br /&gt;
| 42&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC: index of selected register (note 14)&lt;br /&gt;
|-&lt;br /&gt;
| 43-54&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC: register data (0..17) (note 15)&lt;br /&gt;
|-&lt;br /&gt;
| 55&lt;br /&gt;
| 1&lt;br /&gt;
| current ROM selection (note 16)&lt;br /&gt;
|-&lt;br /&gt;
| 56&lt;br /&gt;
| 1&lt;br /&gt;
| PPI: port A (note 6)&lt;br /&gt;
|-&lt;br /&gt;
| 57&lt;br /&gt;
| 1&lt;br /&gt;
| PPI: port B (note 7)&lt;br /&gt;
|-&lt;br /&gt;
| 58&lt;br /&gt;
| 1&lt;br /&gt;
| PPI: port C (note 8)&lt;br /&gt;
|-&lt;br /&gt;
| 59&lt;br /&gt;
| 1&lt;br /&gt;
| PPI: control port (note 9)&lt;br /&gt;
|-&lt;br /&gt;
| 5a&lt;br /&gt;
| 1&lt;br /&gt;
| PSG: index of selected register (note 17)&lt;br /&gt;
|-&lt;br /&gt;
| 5b-6a&lt;br /&gt;
| 1&lt;br /&gt;
| PSG: register data (0,1,....15)&lt;br /&gt;
|-&lt;br /&gt;
| 6b&lt;br /&gt;
| 6c&lt;br /&gt;
| memory dump size in Kilobytes (e.g. 64 for 64K, 128 for 128k) (note 18)&lt;br /&gt;
|-&lt;br /&gt;
| 6d-ff&lt;br /&gt;
| 1&lt;br /&gt;
| not used set to 0&lt;br /&gt;
|-&lt;br /&gt;
| 100-...&lt;br /&gt;
| 1&lt;br /&gt;
| memory dump&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes  ==&lt;br /&gt;
&lt;br /&gt;
1. All multi-byte values are stored in little-endian format (low byte followed by higher bytes). &lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;IFF0&amp;quot; reflects the state of the maskable interrupt (INT). &amp;quot;IFF1&amp;quot; is used to store the state of IFF0 when a non-maskable interrupt (NMI) is executed. Bit 0 of these bytes is significant. For CPCEMU compatibility, these bytes should be set to &amp;quot;1&amp;quot; when the IFF flip-flop is &amp;quot;1&amp;quot; and &amp;quot;0&amp;quot; when the flip-flop is &amp;quot;0&amp;quot;. For compatibility with other emulators, bits 7-1 should be set to &amp;quot;0&amp;quot;. When bit 0 of &amp;quot;IFF0&amp;quot; is &amp;quot;0&amp;quot; maskable interrupts will be ignored. When bit 0 of &amp;quot;IFF1&amp;quot; is &amp;quot;1&amp;quot; maskable interrupts will be acknowledged and executed. See the document about the Z80 for more information. &lt;br /&gt;
&lt;br /&gt;
3. This byte will be 0, 1 or 2 for the interrupt modes 0, 1 or 2. The interrupt mode is set using the &amp;quot;IM x&amp;quot; instructions. See the document about the Z80 for more information. &lt;br /&gt;
&lt;br /&gt;
4. These registers are from the alternate register set of the Z80. &lt;br /&gt;
&lt;br /&gt;
5. These registers are 16-bit. &amp;quot;low&amp;quot; indicates bits 7..0, &amp;quot;high&amp;quot;indicates bits 15..8. &lt;br /&gt;
&lt;br /&gt;
6. This byte represents the inputs to PPI port A regardless of the input/output setting of this port. &lt;br /&gt;
&lt;br /&gt;
7. This byte represents the inputs to PPI port B regardless of the input/output setting of this port. &lt;br /&gt;
&lt;br /&gt;
8. This byte represents the outputs from port C regardless of the input/output setting of this port. &lt;br /&gt;
&lt;br /&gt;
9. This byte represents the PPI control byte which defines the input/output and mode of each port and not the last value written to this port. For CPCEMU compatibility bit 7 of this byte must be set to &amp;quot;1&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
10. This byte in the snapshot represents the selected pen register of the Gate-Array. This byte is the last value written to this port. Bit 7,6,5 should be set to &amp;quot;0&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
11. This byte in the snapshot represents the multi-configuration register of the Gate-Array. This byte is the last byte written to this register. For CPCEMU compatibility, bit 7 should be set to &amp;quot;1&amp;quot; and bit 6 and bit 5 set to &amp;quot;0&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
12. These bytes are the current palette. For CPCEMU compatibility, these bytes should have bit 7=bit 6=bit 5=&amp;quot;0&amp;quot;. Bits 4..0 define the colour using the hardware colour code. The colours are stored in the order pen 0, pen1, pen 2,...,pen 15 followed by border colour. &lt;br /&gt;
&lt;br /&gt;
13. This byte represents a ram configuration for a Dk'Tronics/Dobbertin/Amstrad compatible RAM expansion, or the built in RAM expansion of the CPC6128 and CPC6128+. Bits 5..0 define the ram expansion code. For CPCEMU compatibility, bit 7 and bit 6 of this byte should be set to &amp;quot;0&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
14. This byte in the snapshot represents the index of the currently selected CRTC register. For compatibility with CPCEMU this value should be in the range 0-31. &lt;br /&gt;
&lt;br /&gt;
15. These bytes represent the data of the CRTC's registers. &lt;br /&gt;
&lt;br /&gt;
16. This byte in the snapshot represents the last byte written to the &amp;quot;ROM select&amp;quot; I/O port. &lt;br /&gt;
&lt;br /&gt;
17. This byte in the snapshot represents the index of the currently selected PSG register. For CPCEMU compatibility, this byte should be in the range 0-15. &lt;br /&gt;
&lt;br /&gt;
18. the first 64k is always the base 64k of ram. The second 64k (if present) is the additional ram in a Dk'Tronics/Dobbertin/Amstrad compatible RAM expansion or the internal ram of the CPC6128/CPC6128+. The memory dump is not dependant on the current RAM configuration. Note that CPCEMU can only write a 64K or 128K snapshot. &lt;br /&gt;
&lt;br /&gt;
= Changes and additions in Version 2 from Version 1  =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Count''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| 1&lt;br /&gt;
| snapshot version (2)&lt;br /&gt;
|-&lt;br /&gt;
| 6d&lt;br /&gt;
| 1&lt;br /&gt;
| CPC Type: &lt;br /&gt;
*0 = CPC464 &lt;br /&gt;
*1 = CPC664 &lt;br /&gt;
*2 = CPC6128 &lt;br /&gt;
*3 = unknown&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 6e&lt;br /&gt;
| 1&lt;br /&gt;
| interrupt number (0..5) (note 1a)&lt;br /&gt;
|-&lt;br /&gt;
| 6f-74&lt;br /&gt;
| 6&lt;br /&gt;
| 6 multimode bytes (note 1b)&lt;br /&gt;
|-&lt;br /&gt;
| 75-ff&lt;br /&gt;
| x&lt;br /&gt;
| (not used)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes  ==&lt;br /&gt;
&lt;br /&gt;
1. If standard CPC raster interrupts are used, interrupts are acknowledged and &amp;quot;executed&amp;quot; at the time they are requested, then there will be 6 interrupts executed per screen update cycle. &lt;br /&gt;
&lt;br /&gt;
*CPCEMU uses a simple system to emulate the interrupts. It is assumed there are exactly 6 interrupts per screen update cycle (the interrupts are assumed to occur at a frequency of 300Hz). This byte records the interrupt number in the current screen update cycle. More accurate emulators use the correct interrupt generation method and may ignore this byte. For CPCEMU compatibility, these emulators should set this byte to &amp;quot;0&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*CPCEMU uses a simple system to emulate the screen display. It allows the mode to be changed in each of the 6 interrupts that occur during a single 50Hz/60Hz period. These bytes represent the mode in each of these sections, i.e. the screen modes (0,1 or 2) for the interrupts 0..5. More accurate emulators support changing of the screen mode at any point supported by the Amstrad hardware, these emulators should write &amp;quot;0&amp;quot; for all these bytes.&lt;br /&gt;
&lt;br /&gt;
= Changes and additions in Version 3 from Version 2  =&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Count''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| 1&lt;br /&gt;
| snapshot version (3)&lt;br /&gt;
|-&lt;br /&gt;
| 6d&lt;br /&gt;
| 1&lt;br /&gt;
| CPC Type: &lt;br /&gt;
*0 = CPC464 &lt;br /&gt;
*1 = CPC664 &lt;br /&gt;
*2 = CPC6128 &lt;br /&gt;
*3 = unknown &lt;br /&gt;
*4 = 6128 Plus &lt;br /&gt;
*5 = 464 Plus &lt;br /&gt;
*6 = GX4000&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 9c&lt;br /&gt;
| 1&lt;br /&gt;
| FDD motor drive state (0=off, 1=on)&lt;br /&gt;
|-&lt;br /&gt;
| 9d-a0&lt;br /&gt;
| 1&lt;br /&gt;
| FDD current physical track (note 15)&lt;br /&gt;
|-&lt;br /&gt;
| a1&lt;br /&gt;
| 1&lt;br /&gt;
| Printer Data/Strobe Register (note 1)&lt;br /&gt;
|-&lt;br /&gt;
| a4&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC type: &lt;br /&gt;
*0 = HD6845S/UM6845 &lt;br /&gt;
*1 = UM6845R &lt;br /&gt;
*2 = MC6845 &lt;br /&gt;
*3 = 6845 in CPC+ ASIC &lt;br /&gt;
*4 = 6845 in Pre-ASIC&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| a9&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC horizontal character counter register (note 11)&lt;br /&gt;
|-&lt;br /&gt;
| aa&lt;br /&gt;
| 1&lt;br /&gt;
| unused (0)&lt;br /&gt;
|-&lt;br /&gt;
| ab&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC character-line counter register (note 2)&lt;br /&gt;
|-&lt;br /&gt;
| ac&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC raster-line counter register (note 3)&lt;br /&gt;
|-&lt;br /&gt;
| ad&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC vertical total adjust counter register (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| ae&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC horizontal sync width counter (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| af&lt;br /&gt;
| 1&lt;br /&gt;
| CRTC vertical sync width counter (note 6)&lt;br /&gt;
|-&lt;br /&gt;
| b0-b1&lt;br /&gt;
| 1&lt;br /&gt;
| &lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Bit''&lt;br /&gt;
| ''Function''&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| if &amp;quot;1&amp;quot; VSYNC is active, if &amp;quot;0&amp;quot; VSYNC is inactive (note 8)&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| if &amp;quot;1&amp;quot; HSYNC is active, if &amp;quot;0&amp;quot; HSYNC is inactive (note 9)&lt;br /&gt;
|-&lt;br /&gt;
| 2-7&lt;br /&gt;
| reserved&lt;br /&gt;
|-&lt;br /&gt;
| 7&lt;br /&gt;
| if &amp;quot;1&amp;quot; Vertical Total Adjust is active, if &amp;quot;0&amp;quot; Vertical Total Adjust is inactive (note 10)&lt;br /&gt;
|-&lt;br /&gt;
| 8-15&lt;br /&gt;
| Reserved (0)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| b2&lt;br /&gt;
| 1&lt;br /&gt;
| GA vsync delay counter (note 14)&lt;br /&gt;
|-&lt;br /&gt;
| b3&lt;br /&gt;
| 1&lt;br /&gt;
| GA interrupt scanline counter (note 12)&lt;br /&gt;
|-&lt;br /&gt;
| b4&lt;br /&gt;
| 1&lt;br /&gt;
| interrupt request flag (0=no interrupt requested, 1=interrupt requested) (note 13)&lt;br /&gt;
|-&lt;br /&gt;
| b5-ff&lt;br /&gt;
| 75&lt;br /&gt;
| unused (0)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes  ==&lt;br /&gt;
&lt;br /&gt;
Notes: &lt;br /&gt;
&lt;br /&gt;
1. This byte in the snapshot represents the last byte written to the printer I/O port (this byte does not include the automatic inversion of the strobe caused by the Amstrad hardware). &lt;br /&gt;
&lt;br /&gt;
2. This register is internal to the CRTC and counts the number of character-lines. The counter counts up. This value is in the range 0-127. (This counter is compared against CRTC register 4). &lt;br /&gt;
&lt;br /&gt;
3. This register is internal to the CRTC and counts the number of raster-lines. The counter counts up. This value is in the range 0-31. (This counter is compared against CRTC register 9). &lt;br /&gt;
&lt;br /&gt;
4. This register is internal to the CRTC and counts the number of raster-lines during vertical adjust. The counter counts up. This value is in the range 0-31. This should be ignored if the CRTC is not &amp;quot;executing&amp;quot; vertical. adjust.(This counter is compared against CRTC register 5). &lt;br /&gt;
&lt;br /&gt;
5. This register is internal to the CRTC and counts the number of characters during horizontal sync. This counter counts up. This value is in the range 0-16. This should be ignored if the CRTC is not &amp;quot;executing&amp;quot; horizontal sync. (This counter is compared against CRTC register 3). &lt;br /&gt;
&lt;br /&gt;
6. This register is internal to the CRTC and counts the number of scan-lines during vertical sync. This counter counts up. This value is in the range 0-16. This should be ignored if the CRTC is not &amp;quot;executing&amp;quot; vertical sync. (This counter is compared against CRTC register 3). &lt;br /&gt;
&lt;br /&gt;
7. These bytes define the internal state of the CRTC. Each bit in these bytes represents a state. &lt;br /&gt;
&lt;br /&gt;
8. When VSYNC is active, the CRTC is &amp;quot;executing&amp;quot; vertical sync, and the vertical sync width counter in the snapshot is used. &lt;br /&gt;
&lt;br /&gt;
9. When HSYNC is active, the CRTC is &amp;quot;executing&amp;quot; horizontal sync width counter in the snapshot is used. &lt;br /&gt;
&lt;br /&gt;
10. When Vertical total adjust is active, the CRTC is &amp;quot;executing&amp;quot; vertical total adjust and the vertical total adjust counter in the snapshot is used. &lt;br /&gt;
&lt;br /&gt;
11. This register is internal to the CRTC and counts the number of characters. This counter counts up. This value is in the range 0-255. (This counter is compared against CRTC register 0). &lt;br /&gt;
&lt;br /&gt;
12. This counter is internal to the GA and counts the number of HSYNCs. This counter is used to generate CPC raster interrupts. This counter counts up. This value is in the range 0-51. &lt;br /&gt;
&lt;br /&gt;
13. This flag is &amp;quot;1&amp;quot; if a interrupt request has been sent to the Z80 and it has not yet been acknowledged by the Z80. (A interrupt request is sent by the GA for standard CPC raster interrupts or by the ASIC for raster or dma interrupts). &lt;br /&gt;
&lt;br /&gt;
14. This is a counter internal to the GA and counts the number of HSYNCs since the start of the VSYNC and it is used to reset the interrupt counter to synchronise interrupts with the VSYNC. This counter counts up. This value is between 0 and 2. If this value is 0, the counter is inactive. If this counter is 1 or 2 the counter is active. &lt;br /&gt;
&lt;br /&gt;
Immediatly following the memory dump there is optional data which is seperated into chunks. &lt;br /&gt;
&lt;br /&gt;
Each chunk of data has a header and this is followed by the data in the chunk. The header has the following format: &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Count''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 4&lt;br /&gt;
| Chunk name (note 1)&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 4&lt;br /&gt;
| Chunk data length (note 2)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes: &lt;br /&gt;
&lt;br /&gt;
1. The chunks are defined with 4-byte character codes. (e.g. &amp;quot;CPC+&amp;quot;). In this example, the 4-byte character code would be stored in the file as 'C' then 'P' then 'C' then '+'. &lt;br /&gt;
&lt;br /&gt;
2. The &amp;quot;Chunk data length&amp;quot; defines the length of data following the header and does not include the size of the header. This number is stored in little endian format. &lt;br /&gt;
&lt;br /&gt;
3. If a emulator finds a chunk which it does not support then it should skip the chunk and continue with the next chunk in the file. Therefore an emulator author may add emulator specific chunks to the file and it will not prevent the snapshot from being used with other emulators that do not recognise the added chunks. &lt;br /&gt;
&lt;br /&gt;
4. There is not a terminator chunk. The snapshot reader should determine if there are more chunks based on the size of data remaining to be read from the file. &lt;br /&gt;
&lt;br /&gt;
The following chunks are currently defined: &lt;br /&gt;
&lt;br /&gt;
=== CPC+ Chunk  ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Length''&lt;br /&gt;
| ''Addr in ASIC register-ram''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 000-7FF&lt;br /&gt;
| 800&lt;br /&gt;
| 4000-4FFF&lt;br /&gt;
| Sprite Bitmaps (note 1)&lt;br /&gt;
|-&lt;br /&gt;
| 800-87F&lt;br /&gt;
| 8*16&lt;br /&gt;
| 6000-607F&lt;br /&gt;
| Sprite Attributes (see below) (note 2)&lt;br /&gt;
|-&lt;br /&gt;
| 880-8BF&lt;br /&gt;
| 32*2&lt;br /&gt;
| 6400-643F&lt;br /&gt;
| Palettes (note 3)&lt;br /&gt;
|-&lt;br /&gt;
| 8C0&lt;br /&gt;
| 1&lt;br /&gt;
| 6800&lt;br /&gt;
| Programmable Raster Interrupt (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 8C1&lt;br /&gt;
| 1&lt;br /&gt;
| 6801&lt;br /&gt;
| Screen split scan-line (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 8C2&lt;br /&gt;
| 2&lt;br /&gt;
| 6802-6803&lt;br /&gt;
| Screen split secondary screen-address (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 8C4&lt;br /&gt;
| 1&lt;br /&gt;
| 6804&lt;br /&gt;
| Soft scroll control register (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 8C5&lt;br /&gt;
| 1&lt;br /&gt;
| 6805&lt;br /&gt;
| Interrupt vector (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 8C6-8C7&lt;br /&gt;
| 2&lt;br /&gt;
| -&lt;br /&gt;
| unused (0)&lt;br /&gt;
|-&lt;br /&gt;
| 8C8-8CF&lt;br /&gt;
| 8&lt;br /&gt;
| 6808-680f&lt;br /&gt;
| Analogue input channels 0-7 (note 5)&lt;br /&gt;
|-&lt;br /&gt;
| 8D0-8DB&lt;br /&gt;
| 3*4&lt;br /&gt;
| 6C00-6C0B&lt;br /&gt;
| Sound DMA channel attributes 0-2 (see below) (note 6)&lt;br /&gt;
|-&lt;br /&gt;
| 8DC-8DE&lt;br /&gt;
| 3&lt;br /&gt;
| -&lt;br /&gt;
| unused (0)&lt;br /&gt;
|-&lt;br /&gt;
| 8DF&lt;br /&gt;
| 1&lt;br /&gt;
| 6C0F&lt;br /&gt;
| DMA Control/Status (note 4)&lt;br /&gt;
|-&lt;br /&gt;
| 8E0-8F4&lt;br /&gt;
| 3*7&lt;br /&gt;
| Internal&lt;br /&gt;
| DMA channel 0-2 internal registers (see below) (note 7)&lt;br /&gt;
|-&lt;br /&gt;
| 8F5&lt;br /&gt;
| 1&lt;br /&gt;
| Internal&lt;br /&gt;
| gate array A0 register value (note 8)&lt;br /&gt;
|-&lt;br /&gt;
| 8F6&lt;br /&gt;
| 1&lt;br /&gt;
| Internal&lt;br /&gt;
| gate array A0 lock: 0=locked, 1=unlocked (note 9)&lt;br /&gt;
|-&lt;br /&gt;
| 8F7&lt;br /&gt;
| 1&lt;br /&gt;
| Internal&lt;br /&gt;
| ASIC unlock sequence state (note 10)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Notes  ===&lt;br /&gt;
&lt;br /&gt;
1. The sprite data is packed, with two sprite pixels per byte. Bits 7..4 define the first pixel and bits 3..0 define the second pixel. &lt;br /&gt;
&lt;br /&gt;
2. The attributes for each sprite take 8 bytes. Each attribute block has the following format: &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Length''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 2&lt;br /&gt;
| Sprite X (see note)&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| 2&lt;br /&gt;
| Sprite Y (see note)&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 1&lt;br /&gt;
| Sprite Magnification (see note)&lt;br /&gt;
|-&lt;br /&gt;
| 5-7&lt;br /&gt;
| 3&lt;br /&gt;
| unused (0)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the Sprite X, Y and magnification are in the same order as the ASIC registers &lt;br /&gt;
&lt;br /&gt;
3. This is a direct copy of the palette in CPC+ ASIC Ram. There are 32 colours each with 2-bytes per colour. &lt;br /&gt;
&lt;br /&gt;
4. These bytes in the snapshot represent the last value written to these ASIC registers. &lt;br /&gt;
&lt;br /&gt;
5. These bytes represent the inputs to the analogue channels. &lt;br /&gt;
&lt;br /&gt;
6. The attributes for each DMA channel take 4 bytes. Each attribute block has the following format: &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Length''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 2&lt;br /&gt;
| DMA Channel address (see note)&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| 1&lt;br /&gt;
| DMA Channel prescalar (see note)&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| 1&lt;br /&gt;
| unused (0)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the DMA address and prescalar are in the same order as the ASIC registers. &lt;br /&gt;
&lt;br /&gt;
7 These registers are internal to the CPC+ and define the current DMA operation: &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''Offset (Hex)''&lt;br /&gt;
| ''Length''&lt;br /&gt;
| ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| 2&lt;br /&gt;
| loop counter (note a)&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| 2&lt;br /&gt;
| loop address (note b)&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| 2&lt;br /&gt;
| pause count (note c)&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| 1&lt;br /&gt;
| pause prescalar count (note d)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
a. This value represents the number of loops remaining. 0 = none. This count is between 0..0FFF. This counter counts down. &lt;br /&gt;
&lt;br /&gt;
b. This is the Amstrad memory address to loop back to. It is a pointer to the DMA instruction after the last REPEAT instruction. &lt;br /&gt;
&lt;br /&gt;
c. This value represents the pause count and the count is between 0...0FFF. (TO BE CHECKED: down counter? what exactly does it represent) &lt;br /&gt;
&lt;br /&gt;
d. This value represents the pause prescalar count and the count is between 0..FF. (TO BE CHECKED: down counter? what exactly does it represent) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; 8. This value represents the last value written to this I/O port. &lt;br /&gt;
&lt;br /&gt;
9. This value represents the lock status of the ASIC. If the ASIC is un-locked then the advanced features and ASIC registers are accessible. &lt;br /&gt;
&lt;br /&gt;
10. This value represents the current unlock sequence state. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| ''State ID''&lt;br /&gt;
| ''Synchronised State''&lt;br /&gt;
| ''Note''&lt;br /&gt;
|-&lt;br /&gt;
| 0&lt;br /&gt;
| Not synchronised&lt;br /&gt;
| ASIC is waiting for first non-zero byte to be written, this is the first synchronisation byte required&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Not synchronised&lt;br /&gt;
| ASIC is waiting for zero byte to be written, this is the second synchronisation byte required&lt;br /&gt;
|-&lt;br /&gt;
| 2..10&lt;br /&gt;
| synchronised&lt;br /&gt;
| ASIC is waiting for byte from unlock sequence. e.g. if &amp;quot;2&amp;quot;, ASIC is waiting for &amp;amp;amp;FF, the first byte of the unlock sequence. if &amp;quot;3&amp;quot; ASIC is waiting for &amp;amp;amp;77, the second byte of the unlock sequence.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=30421</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=30421"/>
				<updated>2009-04-22T13:34:30Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
 [[Image:Cpcserieb.jpg|thumb|right|150px|Amstrad CPC Range]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
== Welcome to the Amstrad CPC Wiki!  ==&lt;br /&gt;
&lt;br /&gt;
This site hopes to evolve into an encyclopaedia on all things [[Amstrad|Amstrad]] [[CPC|CPC]] related. There are now '''[[Special:Allpages|{{NUMBEROFARTICLES}} articles]]''' around the CPC available. Feel free to [[Help:Editing|contribute]] or post your suggestions in the [http://www.cpcwiki.eu/forum Forum]! &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 5px solid rgb(0, 0, 0); padding: 15px; margin-top: 32px; background-color: rgb(255, 128, 0); text-align: center;&amp;quot;&amp;gt;'''NOTE!!!!&amp;lt;br&amp;gt; Since the sad demise of the CPCZone boards, we have expanded our [http://www.cpcwiki.eu/forum Forum] to cover all Amstrad-related topics. We hope we can keep the discussion and the english-speaking scene going...'''&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(223, 223, 223); padding: 5px 0px 4px; margin-top: 32px; background-color: rgb(238, 238, 238); text-align: center;&amp;quot;&amp;gt;'''[[CPC|Amstrad CPC]] · [[Peripherals|Hardware extensions]] · [[Games|Games]] · [[Applications|Applications]] · [[Programming|Programming]]&amp;lt;br&amp;gt;[[News and Projects|News and Projects]] · [[Emulators|Emulators]] · [[Demogroups|Scene groups]] · [[CPC scene members|People]] · [[Magazines|Magazines]] · [[Links|Web links]]'''&amp;lt;br&amp;gt;[[CPCWiki:Portal|CPCWiki Portal]] · [http://www.cpcwiki.eu/forum Forum] · [http://www.cpcwiki.eu/gallery Photo Gallery] · [[About|About - Contribute]] · [[Special:Statistics|Statistics]] · [[CPCWiki:General disclaimer|Disclaimer]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; [[Image:Typeins.jpg|thumb|center|700px]] &lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; | &amp;lt;div style=&amp;quot;border: 1px solid rgb(255, 201, 201); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(255, 243, 243);&amp;quot;&amp;gt;&lt;br /&gt;
=== CPC related news  ===&lt;br /&gt;
&lt;br /&gt;
*21/04/2009: New [http://cpcgamescd.amstrad.es CPCGamesCD] release&amp;lt;br&amp;gt; &lt;br /&gt;
*27/03/2009: The Mojontwins are back have released another game:[http://www.mojontwins.com/?page_id=248 Nanako Descends to Hell] [[Image:Ndth screenshot.jpg|thumb|right|150px|Nanako Descends to Hell]] &lt;br /&gt;
*20/03/2009: [[WYZTracker|WYZTracker]] released! &lt;br /&gt;
*11/03/2009: Yet another new game released: [http://www.mojontwins.com/?page_id=171 Phantomas Tales #1: Marsport] [[Image:Marsport.PNG|thumb|right|150px|Marsport]] &lt;br /&gt;
*10/03/2009: [http://www.cpcwiki.eu/forum/index.php/topic,107.msg826 Eternal Light] released! [[Image:Eternal.PNG|thumb|right|150px|Eternal Light]] &lt;br /&gt;
*07/03/2009: [http://starsabre.bigblog.com.au/index.do Star Sabre 128k]&amp;amp;nbsp;enhanced version now available! &lt;br /&gt;
*27/02/2009: '''[http://www.cpczone.net CPCZone] is down due to extreme spamming. Read about it [http://www.cpcwiki.eu/forum/index.php?topic=53.msg709#msg709 here]!''' &lt;br /&gt;
*24/02/2009: [http://cpcrulez.fr/GamesDL_free/index.php?list=B Bubble Bobble 4] non-playable demo released, a must-see... &lt;br /&gt;
*19/02/2009: [http://computeremuzone.com/ficha.php?id=19&amp;amp;l=en Betiled] released for the CPC and looking great! &lt;br /&gt;
*12/02/2009: [http://cpcoxygen.fxwebdevelopment.com/magazine/14/issue14.htm CPCOxygen] is alive! Getting there... &lt;br /&gt;
*22/01/2009: [[CPCDiskXP|CPCDiskXP]] updated to v.2.0 with an impressive change log &lt;br /&gt;
*13/01/2009: New game released: [http://www.lublu.dk/filer/sortem.dsk Sort'em]! &lt;br /&gt;
*12/01/2009: [http://gelide.sourceforge.net/index.php?sect=screenshots&amp;amp;lang=en Gelide], the Linux emu front-end now supports the GX4000&amp;amp;nbsp;:) &lt;br /&gt;
*23/12/2008: The CPC-Klassentreffen 2009 ([[CPC Reunion 2009|CPC_Reunion_2009]]) will take place from 29.05.2009 to 31.05.2009 in Erlangen, Germany! Join us! &lt;br /&gt;
*09/12/2008: New [http://arnold.berlios.de/ Arnold/Linux] version released. &lt;br /&gt;
*28/11/2008: new [http://www.cpcalive.com/cpcalive_en.html CPCAlive] version out, 1.09c &lt;br /&gt;
*05/11/2008: New [http://pspupdates.qj.net/PSPCAP32-v1-4-4-cheat-support-5-0-M33-compatible/pg/49/aid/125757 PSPCap32] version, with '''cheat support''' and memory monitor! &lt;br /&gt;
*23/09/2008: New [http://pspupdates.qj.net/tags/pspcap32/1049 PSPCap32] version! &lt;br /&gt;
*17/09/2008: New [http://cpcgamescd.amstrad.es CPCGamesCD] release &lt;br /&gt;
*07/09/2008: Woo-hoo! CPC Sudoku [http://www.kjthacker.f2s.com/games/index.html released]!!! &lt;br /&gt;
*01/09/2008: [http://www.winape.net/ Winape 2.0b17] released!&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;small&amp;gt;'''All [[News and Projects|CPC news]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== CPCWiki updates  ===&lt;br /&gt;
&lt;br /&gt;
*01/03/09: [http://www.cpcwiki.eu/forum Forum] completely overhauled. &lt;br /&gt;
*26/07/08: Edit new pages: FIXED; big file upload:&amp;amp;nbsp;FIXED; multiple file upload:&amp;amp;nbsp;REENABLED; rich text editor:&amp;amp;nbsp;REENABLED; video embedding: REENABLED! All problems fixed?&amp;amp;nbsp;:) &lt;br /&gt;
*Add the CPCWiki to '''your Homepage'''. Check out [[About#Wiki-Napping|About#Wiki-Napping]] and start napping this Wiki.&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(255, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== Become an Author!  ===&lt;br /&gt;
&lt;br /&gt;
We are searching for authors of the following articles: &lt;br /&gt;
&lt;br /&gt;
*[[Grim|Grim]], [[PDW|PDW]], [[Kevin Thacker|Kevin Thacker]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
#Top 5 Contributors from the last 60 days:&lt;br /&gt;
&lt;br /&gt;
{{Special:ContributionScores/5/60/notools}} &lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&amp;lt;small&amp;gt;'''All [[Special:Wantedpages|wanted articles]]''' &amp;amp;#124; [[:Category:Stub|Extendable Stubs]]&amp;lt;br&amp;gt;'''[[Special:ContributionScores|List of most active contributors]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align: top;&amp;quot; | &amp;lt;div style=&amp;quot;border: 1px solid rgb(228, 222, 222); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(249, 249, 249);&amp;quot;&amp;gt;&lt;br /&gt;
=== [[Image:DDAE.png|right|150x154px]] Did you know?  ===&lt;br /&gt;
&lt;br /&gt;
*When the 664 was being developed, Sugar was already looking (and hinting publicly!) at the 6128 &lt;br /&gt;
*The CPC 472 was a model released in Spain with an extra unsoldered 8K of RAM to circumvent the law that stipulated a spanish keyboard for all machines with up to 64 KB memory &lt;br /&gt;
*With a possible total amount of '''768 x 270 pixel''' (540 interlaced) the [[CPC|CPC]] was the 8 bit homecomputer with the highest screen resolution ever. &lt;br /&gt;
*'''OpenOffice''' for Windows/Linux is a direct descendant of [[Star-Division|StarWriter]] for the CPC. &lt;br /&gt;
*The transfer speed of the [[CPC Booster|CPC Booster +]] serial interface is faster than a standard '''DSL connection'''. &lt;br /&gt;
*[[SymbOS|SymbOS]] can handle more than '''50 times''' bigger hard discs than MS Windows 95A. &lt;br /&gt;
*[[FutureOS|FutureOS]] can load 178 KB in '''9 seconds''' from floppy disc.&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0pt 0pt 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== Donors  ===&lt;br /&gt;
&lt;br /&gt;
These people were kind enough to [http://www.cpcwiki.eu/donations.html donate]. Please consider helping with hosting costs - all contributions go '''directly''' to our kind host, not our own pockets! &lt;br /&gt;
&lt;br /&gt;
'''2009:''' &amp;lt;br&amp;gt;Kangaroo MusiQue (250,00 Euro)&amp;lt;br&amp;gt;Serge Querné (30,00 Euro)&amp;lt;br&amp;gt;Roald Strauss (50,00 Euro)&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Donators from earlier years'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Bert Post Uiterweer, [[Rex|Rex]] of [[BENG!|BENG!]], [[Robcfg|Robcfg]], [[Prodatron|Prodatron]], [[User:Gryzor|Gryzor]], [[User:Ervin|Ervin]]&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(255, 204, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== Where are CPC users from?  ===&lt;br /&gt;
&lt;br /&gt;
http://www4.clustrmaps.com/stats/maps-no_clusters/www.cpcwiki.eu-thumb.jpg&amp;lt;br&amp;gt;(or click [http://www4.clustrmaps.com/user/7804b163 here] for the big map!) &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== What is the Amstrad CPC about?  ===&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{{#ev:youtube|2zn3UavCpiQ|300}} &lt;br /&gt;
&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=30420</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=30420"/>
				<updated>2009-04-22T13:33:35Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: New CPCGamesCD release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
&lt;br /&gt;
 [[Image:Cpcserieb.jpg|thumb|right|150px|Amstrad CPC Range]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
== Welcome to the Amstrad CPC Wiki!  ==&lt;br /&gt;
&lt;br /&gt;
This site hopes to evolve into an encyclopaedia on all things [[Amstrad|Amstrad]] [[CPC|CPC]] related. There are now '''[[Special:Allpages|{{NUMBEROFARTICLES}} articles]]''' around the CPC available. Feel free to [[Help:Editing|contribute]] or post your suggestions in the [http://www.cpcwiki.eu/forum Forum]! &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 5px solid rgb(0, 0, 0); padding: 15px; margin-top: 32px; background-color: rgb(255, 128, 0); text-align: center;&amp;quot;&amp;gt;'''NOTE!!!!&amp;lt;br&amp;gt; Since the sad demise of the CPCZone boards, we have expanded our [http://www.cpcwiki.eu/forum Forum] to cover all Amstrad-related topics. We hope we can keep the discussion and the english-speaking scene going...'''&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(223, 223, 223); padding: 5px 0px 4px; margin-top: 32px; background-color: rgb(238, 238, 238); text-align: center;&amp;quot;&amp;gt;'''[[CPC|Amstrad CPC]] · [[Peripherals|Hardware extensions]] · [[Games|Games]] · [[Applications|Applications]] · [[Programming|Programming]]&amp;lt;br&amp;gt;[[News and Projects|News and Projects]] · [[Emulators|Emulators]] · [[Demogroups|Scene groups]] · [[CPC scene members|People]] · [[Magazines|Magazines]] · [[Links|Web links]]'''&amp;lt;br&amp;gt;[[CPCWiki:Portal|CPCWiki Portal]] · [http://www.cpcwiki.eu/forum Forum] · [http://www.cpcwiki.eu/gallery Photo Gallery] · [[About|About - Contribute]] · [[Special:Statistics|Statistics]] · [[CPCWiki:General disclaimer|Disclaimer]]&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; [[Image:Typeins.jpg|thumb|center|700px]] &lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align: top;&amp;quot; | &amp;lt;div style=&amp;quot;border: 1px solid rgb(255, 201, 201); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(255, 243, 243);&amp;quot;&amp;gt;&lt;br /&gt;
=== CPC related news  ===&lt;br /&gt;
&lt;br /&gt;
*21/04/2009: New [[cpcgamescd.amstrad.es|CPCGamesCD]] release&amp;lt;br&amp;gt;&lt;br /&gt;
*27/03/2009: The Mojontwins are back have released another game:[http://www.mojontwins.com/?page_id=248 Nanako Descends to Hell] [[Image:Ndth screenshot.jpg|thumb|right|150px|Nanako Descends to Hell]] &lt;br /&gt;
*20/03/2009: [[WYZTracker|WYZTracker]] released! &lt;br /&gt;
*11/03/2009: Yet another new game released: [http://www.mojontwins.com/?page_id=171 Phantomas Tales #1: Marsport] [[Image:Marsport.PNG|thumb|right|150px|Marsport]] &lt;br /&gt;
*10/03/2009: [http://www.cpcwiki.eu/forum/index.php/topic,107.msg826 Eternal Light] released! [[Image:Eternal.PNG|thumb|right|150px|Eternal Light]] &lt;br /&gt;
*07/03/2009: [http://starsabre.bigblog.com.au/index.do Star Sabre 128k]&amp;amp;nbsp;enhanced version now available! &lt;br /&gt;
*27/02/2009: '''[http://www.cpczone.net CPCZone] is down due to extreme spamming. Read about it [http://www.cpcwiki.eu/forum/index.php?topic=53.msg709#msg709 here]!''' &lt;br /&gt;
*24/02/2009: [http://cpcrulez.fr/GamesDL_free/index.php?list=B Bubble Bobble 4] non-playable demo released, a must-see... &lt;br /&gt;
*19/02/2009: [http://computeremuzone.com/ficha.php?id=19&amp;amp;l=en Betiled] released for the CPC and looking great! &lt;br /&gt;
*12/02/2009: [http://cpcoxygen.fxwebdevelopment.com/magazine/14/issue14.htm CPCOxygen] is alive! Getting there... &lt;br /&gt;
*22/01/2009: [[CPCDiskXP|CPCDiskXP]] updated to v.2.0 with an impressive change log &lt;br /&gt;
*13/01/2009: New game released: [http://www.lublu.dk/filer/sortem.dsk Sort'em]! &lt;br /&gt;
*12/01/2009: [http://gelide.sourceforge.net/index.php?sect=screenshots&amp;amp;lang=en Gelide], the Linux emu front-end now supports the GX4000&amp;amp;nbsp;:) &lt;br /&gt;
*23/12/2008: The CPC-Klassentreffen 2009 ([[CPC Reunion 2009|CPC_Reunion_2009]]) will take place from 29.05.2009 to 31.05.2009 in Erlangen, Germany! Join us! &lt;br /&gt;
*09/12/2008: New [http://arnold.berlios.de/ Arnold/Linux] version released. &lt;br /&gt;
*28/11/2008: new [http://www.cpcalive.com/cpcalive_en.html CPCAlive] version out, 1.09c &lt;br /&gt;
*05/11/2008: New [http://pspupdates.qj.net/PSPCAP32-v1-4-4-cheat-support-5-0-M33-compatible/pg/49/aid/125757 PSPCap32] version, with '''cheat support''' and memory monitor! &lt;br /&gt;
*23/09/2008: New [http://pspupdates.qj.net/tags/pspcap32/1049 PSPCap32] version! &lt;br /&gt;
*17/09/2008: New [http://cpcgamescd.amstrad.es CPCGamesCD] release &lt;br /&gt;
*07/09/2008: Woo-hoo! CPC Sudoku [http://www.kjthacker.f2s.com/games/index.html released]!!! &lt;br /&gt;
*01/09/2008: [http://www.winape.net/ Winape 2.0b17] released!&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;small&amp;gt;'''All [[News and Projects|CPC news]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== CPCWiki updates  ===&lt;br /&gt;
&lt;br /&gt;
*01/03/09: [http://www.cpcwiki.eu/forum Forum] completely overhauled. &lt;br /&gt;
*26/07/08: Edit new pages: FIXED; big file upload:&amp;amp;nbsp;FIXED; multiple file upload:&amp;amp;nbsp;REENABLED; rich text editor:&amp;amp;nbsp;REENABLED; video embedding: REENABLED! All problems fixed?&amp;amp;nbsp;:) &lt;br /&gt;
*Add the CPCWiki to '''your Homepage'''. Check out [[About#Wiki-Napping|About#Wiki-Napping]] and start napping this Wiki.&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(255, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== Become an Author!  ===&lt;br /&gt;
&lt;br /&gt;
We are searching for authors of the following articles: &lt;br /&gt;
&lt;br /&gt;
*[[Grim|Grim]], [[PDW|PDW]], [[Kevin Thacker|Kevin Thacker]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
#Top 5 Contributors from the last 60 days:&lt;br /&gt;
&lt;br /&gt;
{{Special:ContributionScores/5/60/notools}} &lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&amp;lt;small&amp;gt;'''All [[Special:Wantedpages|wanted articles]]''' &amp;amp;#124; [[:Category:Stub|Extendable Stubs]]&amp;lt;br&amp;gt;'''[[Special:ContributionScores|List of most active contributors]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align: top;&amp;quot; | &amp;lt;div style=&amp;quot;border: 1px solid rgb(228, 222, 222); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(249, 249, 249);&amp;quot;&amp;gt;&lt;br /&gt;
=== [[Image:DDAE.png|right|150x154px]] Did you know?  ===&lt;br /&gt;
&lt;br /&gt;
*When the 664 was being developed, Sugar was already looking (and hinting publicly!) at the 6128 &lt;br /&gt;
*The CPC 472 was a model released in Spain with an extra unsoldered 8K of RAM to circumvent the law that stipulated a spanish keyboard for all machines with up to 64 KB memory &lt;br /&gt;
*With a possible total amount of '''768 x 270 pixel''' (540 interlaced) the [[CPC|CPC]] was the 8 bit homecomputer with the highest screen resolution ever. &lt;br /&gt;
*'''OpenOffice''' for Windows/Linux is a direct descendant of [[Star-Division|StarWriter]] for the CPC. &lt;br /&gt;
*The transfer speed of the [[CPC Booster|CPC Booster +]] serial interface is faster than a standard '''DSL connection'''. &lt;br /&gt;
*[[SymbOS|SymbOS]] can handle more than '''50 times''' bigger hard discs than MS Windows 95A. &lt;br /&gt;
*[[FutureOS|FutureOS]] can load 178 KB in '''9 seconds''' from floppy disc.&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0pt 0pt 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== Donors  ===&lt;br /&gt;
&lt;br /&gt;
These people were kind enough to [http://www.cpcwiki.eu/donations.html donate]. Please consider helping with hosting costs - all contributions go '''directly''' to our kind host, not our own pockets! &lt;br /&gt;
&lt;br /&gt;
'''2009:''' &amp;lt;br&amp;gt;Kangaroo MusiQue (250,00 Euro)&amp;lt;br&amp;gt;Serge Querné (30,00 Euro)&amp;lt;br&amp;gt;Roald Strauss (50,00 Euro)&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
'''Donators from earlier years'''&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*Bert Post Uiterweer, [[Rex|Rex]] of [[BENG!|BENG!]], [[Robcfg|Robcfg]], [[Prodatron|Prodatron]], [[User:Gryzor|Gryzor]], [[User:Ervin|Ervin]]&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(255, 204, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== Where are CPC users from?  ===&lt;br /&gt;
&lt;br /&gt;
http://www4.clustrmaps.com/stats/maps-no_clusters/www.cpcwiki.eu-thumb.jpg&amp;lt;br&amp;gt;(or click [http://www4.clustrmaps.com/user/7804b163 here] for the big map!) &lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0px 0px 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
=== What is the Amstrad CPC about?  ===&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{{#ev:youtube|2zn3UavCpiQ|300}} &lt;br /&gt;
&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=28693</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=28693"/>
				<updated>2009-01-05T12:19:28Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDROM containing a navigable database with all the games of the Amstrad/Schneider CPC, similar to MameUI, including screenshots of the games and information about publisher, year and type of game (sports, action).&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extracting and creating dsk images and creating new games collections. WinApe and the internal emulators (Caprice32 and Arnold) support the autotype feature: if you want to play a game just select it in the Explore window and it will run automatically. This removes the need to type ''run&amp;quot;gamename.dsk&amp;quot;'' etc.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by Troels K and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 16/09/2008:&amp;lt;br&amp;gt;Includes frontend, new CPC Loader 2.1 by Troels K&amp;amp;nbsp;!!&amp;lt;br&amp;gt;NVG games update 05.09.2008&amp;amp;nbsp;!!&amp;lt;br&amp;gt;Includes Snap-Pack by MiguelSky (3534 images)&amp;amp;nbsp;!!&amp;lt;br&amp;gt;Added new versions of JavaCPC (5.0.6.0) and WinAPE&amp;amp;nbsp;(2.0a17) emulators&amp;amp;nbsp;!!&amp;lt;br&amp;gt;Includes Linux version of CPCLoader, Caprice 4.2, Arnold, XCPC, CPCEmu and JavaCPC&amp;amp;nbsp;!!&amp;lt;br&amp;gt;Includes Links to T.A.C.G.R. pages of each game&amp;amp;nbsp;!! &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links  ==&lt;br /&gt;
&lt;br /&gt;
*[http://cpcgamescd.amstrad.es CPCGamesCD homepage] &lt;br /&gt;
*CPCGamesCD mirror at CPCWiki: [http://www.cpcwiki.eu/CPCGamesCD_20080612.iso.zip download]&lt;br /&gt;
&lt;br /&gt;
*[http://cpcloader.trak.dk CPC Loader homepage] &lt;br /&gt;
*[http://cpcloader.trak.dk/changelog.txt CPC Loader change log]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=27471</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=27471"/>
				<updated>2008-09-17T21:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
 [[Image:Cpcserieb.jpg|thumb|right|150px|Amstrad CPC Range]]&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
== Welcome to the Amstrad CPC Wiki! ==&lt;br /&gt;
This site hopes to evolve into an encyclopaedia on all things [[Amstrad]] [[CPC]] related. There are now '''[[Special:Allpages|{{NUMBEROFARTICLES}} articles]]''' around the CPC available. Feel free to [[Help:Editing|contribute]] or post your suggestions in the [http://www.cpcwiki.eu/forum Forum]!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:32px;text-align:center;padding:5px 0px 4px 0px;background-color:#eee;border:1px solid #dfdfdf;&amp;quot;&amp;gt;'''[[CPC|Amstrad CPC]] · [[Peripherals|Hardware extensions]] · [[Games]] · [[Applications]] · [[Programming]]&amp;lt;br&amp;gt;[[News and Projects]] · [[Emulators]] · [[Demogroups|Scene groups]] · [[CPC scene members|People]] · [[Magazines]] · [[Links|Web links]]'''&amp;lt;br&amp;gt;[[CPCWiki:Portal|CPCWiki Portal]] · [http://www.cpcwiki.eu/forum Forum] · [http://www.cpcwiki.eu/gallery Photo Gallery] · [[About|About - Contribute]] · [[Special:Statistics|Statistics]] · [[CPCWiki:General disclaimer|Disclaimer]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[Image:Typeins.jpg|thumb|center|700px]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #ffc9c9; background-color: #fff3f3&amp;quot;&amp;gt;&lt;br /&gt;
=== CPC related news  ===&lt;br /&gt;
&lt;br /&gt;
*17/09/2008: New [http://cpcgamescd.amstrad.es CPCGamesCD] release. &lt;br /&gt;
*07/09/2008: Woo-hoo! CPC Sudoku [http://www.kjthacker.f2s.com/games/index.html released]!!! &lt;br /&gt;
*01/09/2008: [http://www.winape.net/ Winape 2.0b17] released! &lt;br /&gt;
*24/08/2008: The [http://cezgs.computeremuzone.com/?id=shop&amp;amp;l=en CEZ GS Virtual shop] is open, featuring several Amstrad CPC titles for sale, including [http://cezgs.computeremuzone.com/ficha.php?id=17&amp;amp;l=en El Paciente 106] and the CEZ Collection vol. 1 pack in physical 3&amp;quot; disk format. &lt;br /&gt;
*24/08/2008: StarSabre and Balloonacy released on tape from [http://www.cronos.toucansurf.com/ Cronosoft] @ £2.99 each (£1 goes to the author)! &lt;br /&gt;
*22/07/2008: [http://www.cpcscene.com/?search=PHAT%20(Condense).zip New demo] release!&amp;amp;nbsp;:) &lt;br /&gt;
*21/07/2008: Devilmarkus released an AMAZING [http://cpc-live.com/download.php?view.2 3D model] of a 464+monitor &lt;br /&gt;
*12/07/2008: [http://news.scotsman.com/latestnews/Sir-Alan-quits-as-chairman.4244035.jp Alan Sugar resigns as AMSTRAD chairman ] &lt;br /&gt;
*02/07/2008: [[Dsktools|dsktools]] 0.2.2 is out. Support writing to side B and retry when there is a read/write fail. [http://dsktools.berlios.de] &lt;br /&gt;
*12/06/2008: New [http://cpcgamescd.amstrad.es CPCGamesCD] out. Now for Linux too! &lt;br /&gt;
*11/06/2008: The [[Amstrad Action|Amstrad Action]] tribute issue 118 has been released. Download here: [http://www.lulu.com/content/2685625 AA118] &lt;br /&gt;
*25/05/2008: [[SymStudio|SymStudio]] [http://www.dread-donkey.com/symstudio/ site] updated, [[Trebmint|author]] seeking testers for version .99. &lt;br /&gt;
*15/05/2008: A new game release, [http://cezgs.computeremuzone.com/ficha.php?id=711&amp;amp;l=en# Capers in Cityland!] &lt;br /&gt;
*21/04/2008: [http://www.cpc-emu.org/news.html CPCEmu] 1.6b released! &lt;br /&gt;
*12/04/2008: Got a Nintendo DS? Make it play some real games with [http://www.portabledev.com/pages/ds/jeuxdev.-perso/ameds.php AmeDS 2.1]!!! &lt;br /&gt;
*31/03/2008: [http://cpce.emuunlim.com CPCE] 1.90 re-released, with even more bugfixes in the FDC emulation and LPTCPC's new ability to send extended disc images from a real CPC through the parallel cable. &lt;br /&gt;
*27/03/2008: [http://sourceforge.net/project/showfiles.php?group_id=222642 JavaCPC] updated to 3.9 and gone open source! &lt;br /&gt;
*23/02/2008: [[http://CPCrulez.free.fr/ hERMOL]] has released a CPC conversion of [[http://cpcrulez.free.fr/GamesDL_hack/index.php?list=S Street Fighter II]]&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;small&amp;gt;'''All [[News and Projects|CPC news]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0pt 0pt 5px; padding: 0.5em 1em; background-color: rgb(255, 255, 204);&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Become an Author! ===&lt;br /&gt;
&lt;br /&gt;
We are searching for authors of the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[Pride Utilities]]&lt;br /&gt;
* [[Grim]]&lt;br /&gt;
* [[PDW]]&lt;br /&gt;
* [[Kevin Thacker]]&lt;br /&gt;
* [[Hisoft]]&lt;br /&gt;
* [[Catloc]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&amp;lt;small&amp;gt;'''All [[Special:Wantedpages|wanted articles]]''' &amp;amp;#124; [[:Category:Stub|Extendable Stubs]]&amp;lt;br&amp;gt;'''[[List of most active contributors]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #eadcc5; background-color: #CCFFCC;&amp;quot;&amp;gt;&lt;br /&gt;
=== What is the Amstrad CPC about? ===&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{{#ev:youtube|2zn3UavCpiQ|300}}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #e4dede; background-color: #f9f9f9;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Did you know? ===&lt;br /&gt;
&lt;br /&gt;
* When the 664 was being developed, Sugar was already looking (and hinting publicly!) at the 6128&lt;br /&gt;
* The CPC 472 was a model released in Spain with an extra unsoldered 8K of RAM to circumvent the law that stipulated a spanish keyboard for all machines with up to 64KB memory&lt;br /&gt;
* With a possible total amount of '''768 x 270 pixel''' (540 interlaced) the [[CPC]] was the 8 bit homecomputer with the highest screen resolution ever.&lt;br /&gt;
* '''OpenOffice''' for Windows/Linux is a direct descendant of [[Star-Division|StarWriter]] for the CPC.&lt;br /&gt;
* The transfer speed of the [[CPC Booster|CPC Booster +]] serial interface is faster than a standard '''DSL connection'''.&lt;br /&gt;
* [[SymbOS]] can handle more than '''50 times''' bigger hard discs than MS Windows 95A.&lt;br /&gt;
* [[FutureOS]] can load 178 KB in 9 seconds from floppy disc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #eadcc5; background-color: #CCFFCC;&amp;quot;&amp;gt;&lt;br /&gt;
=== CPCWiki updates ===&lt;br /&gt;
* 26/07/08: Edit new pages: FIXED; big file upload:&amp;amp;nbsp;FIXED; multiple file upload:&amp;amp;nbsp;REENABLED; rich text editor:&amp;amp;nbsp;REENABLED; video embedding: REENABLED! All problems fixed? :)&lt;br /&gt;
* 15/07/08: Upgrade to Mediawiki 1.13.0. Apologies for the short downtime. FCKeditor is incompatible, for now.&lt;br /&gt;
* 23/07/08: Cpanel and OS of the server upgraded, hopefully things will be stable now!&lt;br /&gt;
* There have been SSH attacks on the server, rendering it unapproachable. Proxy has been reconfigured and, hopefully, uptime will be better now...&lt;br /&gt;
* '''FCKEditor''' installed! Now you can easily edit pages. Please report any functionality issues. You can also&amp;amp;nbsp;''deactivate it in your user preferences.''&lt;br /&gt;
* '''[[VideoUpload|VIDEO EMBEDDING]] enabled for the wiki! Woo-hoo!!!'''&lt;br /&gt;
* '''[[Special:MultipleUpload|MULTIPLE FILE UPLOAD FORM]] installed. For the time being it doesn't work alright when put in the sidebar...'''&lt;br /&gt;
* All the issues of ''Amtix!'', ''Amstrad Action'' and ''Amstrad Computer User'' have been uploaded and you can find them [[Mags|here]]!&lt;br /&gt;
* Add the CPCWiki to '''your Homepage'''. Check out [[About#Wiki-Napping]] and start napping this Wiki.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0pt 0pt 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Donors ===&lt;br /&gt;
&lt;br /&gt;
These people were kind enough to [http://www.cpcwiki.eu/donations.html donate]. Please consider helping with hosting costs - all contributions go '''directly''' to our kind host, not our own pockets!&lt;br /&gt;
&lt;br /&gt;
* [[Rex]] of [[BENG!]]&lt;br /&gt;
* [[Robcfg]]&lt;br /&gt;
* [[Prodatron]]&lt;br /&gt;
* [[User:Gryzor|Gryzor]]&lt;br /&gt;
* [[User:Ervin|Ervin]]&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #eadcc5; background-color: #FFCCCC;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Where are CPC users from? ===&lt;br /&gt;
http://www4.clustrmaps.com/stats/maps-no_clusters/www.cpcwiki.eu-thumb.jpg&amp;lt;br&amp;gt;&lt;br /&gt;
(or click [http://www4.clustrmaps.com/user/7804b163 here] for the big map!)&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Kuma_Computers&amp;diff=25305</id>
		<title>Kuma Computers</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Kuma_Computers&amp;diff=25305"/>
				<updated>2008-08-11T13:07:26Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Releases for CPC ==&lt;br /&gt;
&lt;br /&gt;
=== Games ===&lt;br /&gt;
&lt;br /&gt;
* [[Block Buster]]&lt;br /&gt;
* [[Fruity Frank]]&lt;br /&gt;
* [[Galaxia]]&lt;br /&gt;
* [[Rock Raid]]&lt;br /&gt;
* [[Star Avenger]]&lt;br /&gt;
&lt;br /&gt;
=== Software ===&lt;br /&gt;
&lt;br /&gt;
* [[Artwork]]&lt;br /&gt;
* [[Logo]]&lt;br /&gt;
* [[Music Composer]]&lt;br /&gt;
* [[Zen]]&lt;br /&gt;
&lt;br /&gt;
== Web links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.socialiststeve.me.uk/games.htm Steve Wallis' website] (the Kuma programmer)&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC_related_companies]] [[Category:Computer_and_video_game_companies]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=23903</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=23903"/>
				<updated>2008-06-12T19:39:14Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDRom containing a navigable database with all the games of the Amstrad/Schneider CPC, similar to MameUI, including screenshots of the games and information about publisher, year and type of game (sports, action).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extracting and creating dsk images and creating new games collections. WinApe and the internal emulators (Caprice32 and Arnold) support the autotype feature: if you want to play a game just select it in the Explore window and it will run automatically. This removes the need to type ''Run &amp;quot;gamename.dsk'' etc.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 12/06/2008:&amp;lt;br&amp;gt;Includes frontend, new CPC Loader 2.0 by Troels K!!&amp;lt;br&amp;gt; NVG games update 13.04.2008 !!&amp;lt;br&amp;gt; Includes Snap-Pack by MiguelSky (3523 images)!!&amp;lt;br&amp;gt; Added JavaCPC (5.0.4.0) and new versions of CPCE (1.90) and CPCEmu (1.6 beta) emulators !!&amp;lt;br&amp;gt; Includes Linux version of CPCLoader, Caprice 4.2, Arnold, XCPC, CPCEmu and JavaCPC !!&amp;lt;br&amp;gt; Includes Maps folder of NVG and support for that !!&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.amstrad.es CPCGamesCD homepage]&lt;br /&gt;
* CPCGamesCD mirror at CPCWiki: [http://www.cpcwiki.eu/CPCGamesCD_20071214.iso.zip download]&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPC Loader homepage]&lt;br /&gt;
* [http://cpcloader.trak.dk/changelog.txt CPC Loader change log]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=23902</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=23902"/>
				<updated>2008-06-12T19:35:58Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
 [[Image:Cpcserieb.jpg|thumb|right|150px|Amstrad CPC Range]]&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
== Welcome to the Amstrad CPC Wiki! ==&lt;br /&gt;
This site hopes to evolve into an encyclopaedia on all things [[Amstrad]] [[CPC]] related. There are now '''[[Special:Allpages|{{NUMBEROFARTICLES}} articles]]''' around the CPC available. Feel free to [[Help:Editing|contribute]] or post your suggestions in the [http://www.cpcwiki.eu/forum Forum]!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:32px;text-align:center;padding:5px 0px 4px 0px;background-color:#eee;border:1px solid #dfdfdf;&amp;quot;&amp;gt;'''[[CPC|Amstrad CPC]] · [[Peripherals|Hardware extensions]] · [[Games]] · [[Applications]] · [[Programming]]&amp;lt;br&amp;gt;[[News and Projects]] · [[Emulators]] · [[Demogroups|Scene groups]] · [[CPC scene members|People]] · [[Magazines]] · [[Links|Web links]]'''&amp;lt;br&amp;gt;[[CPCWiki:Portal|CPCWiki Portal]] · [http://www.cpcwiki.eu/forum Forum] · [http://www.cpcwiki.eu/gallery Photo Gallery] · [[About|About - Contribute]] · [[Special:Statistics|Statistics]] · [[CPCWiki:General disclaimer|Disclaimer]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[Image:CPConROM.jpg|thumb|center|500px|CPC on a ROM]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #ffc9c9; background-color: #fff3f3&amp;quot;&amp;gt;&lt;br /&gt;
=== CPC related news ===&lt;br /&gt;
&lt;br /&gt;
* 12/06/2008: New [http://cpcgamescd.amstrad.es CPCGamesCD] out. Now for Linux too!&lt;br /&gt;
* 11/06/2008: The [[Amstrad Action]] tribute issue 118 has been released. Download here: [http://www.lulu.com/content/2685625 AA118]&lt;br /&gt;
* 25/05/2008: [[SymStudio]] [http://www.dread-donkey.com/symstudio/ site] updated, [[Trebmint|author]] seeking testers for version .99.&lt;br /&gt;
* 15/05/2008: A new game release, [http://cezgs.computeremuzone.com/ficha.php?id=711&amp;amp;l=en# Capers in Cityland!]&lt;br /&gt;
* 21/04/2008: [http://www.cpc-emu.org/news.html CPCEmu] 1.6b released!&lt;br /&gt;
* 12/04/2008: Got a Nintendo DS? Make it play some real games with [http://www.portabledev.com/pages/ds/jeuxdev.-perso/ameds.php AmeDS 2.1]!!!&lt;br /&gt;
* 31/03/2008: [http://cpce.emuunlim.com CPCE] 1.90 re-released, with even more bugfixes in the FDC emulation and LPTCPC's new ability to send extended disc images from a real CPC through the parallel cable.&lt;br /&gt;
* 27/03/2008: [http://sourceforge.net/project/showfiles.php?group_id=222642 JavaCPC] updated to 3.9 and gone open source!&lt;br /&gt;
* 17/03/2008: [[Bergtreffen 2008|Bergtreffen_2008]] at Erlangen in Germany has taken place from 16. - 18. of May in 2008. A Traditional CPC-Meeting with a visit of a great Beerfest.&lt;br /&gt;
* 23/02/2008: [[http://CPCrulez.free.fr/ hERMOL]] has released a CPC conversion of [[http://cpcrulez.free.fr/GamesDL_hack/index.php?list=S Street Fighter II]]&lt;br /&gt;
* 15/01/2008: Dedicated book about the CPC in progress [[http://retrorevival.co.uk/ Follow it here!]]&lt;br /&gt;
* 14/12/2007: New [http://cpcgamescd.amstrad.es CPCGamesCD] out&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;small&amp;gt;'''All [[News and Projects|CPC news]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0pt 0pt 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Donors ===&lt;br /&gt;
&lt;br /&gt;
These people were kind enough to [http://www.cpcwiki.eu/donations.html donate]. Please consider helping with hosting costs - all contributions go '''directly''' to our kind host, not our own pockets!&lt;br /&gt;
&lt;br /&gt;
* [[Rex]] of [[BENG!]]&lt;br /&gt;
* [[Robcfg]]&lt;br /&gt;
* [[Prodatron]]&lt;br /&gt;
* [[User:Gryzor|Gryzor]]&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #eadcc5; background-color: #FFFFCC;&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
=== Become an Author! ===&lt;br /&gt;
&lt;br /&gt;
We are searching for authors of the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[Pride Utilities]]&lt;br /&gt;
* [[Grim]]&lt;br /&gt;
* [[PDW]]&lt;br /&gt;
* [[Kevin Thacker]]&lt;br /&gt;
* [[Hisoft]]&lt;br /&gt;
* [[Catloc]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&amp;lt;small&amp;gt;'''All [[Special:Wantedpages|wanted articles]]''' &amp;amp;#124; [[:Category:Stub|Extendable Stubs]]&amp;lt;br&amp;gt;'''[[List of most active contributors]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #e4dede; background-color: #f9f9f9;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Did you know? ===&lt;br /&gt;
&lt;br /&gt;
* With a possible total amount of '''768 x 270 pixel''' (540 interlaced) the [[CPC]] was the 8 bit homecomputer with the highest screen resolution ever.&lt;br /&gt;
* '''OpenOffice''' for Windows/Linux is a direct descendant of [[Star-Division|StarWriter]] for the CPC.&lt;br /&gt;
* The transfer speed of the [[CPC Booster|CPC Booster +]] serial interface is faster than a standard '''DSL connection'''.&lt;br /&gt;
* [[SymbOS]] can handle more than '''50 times''' bigger hard discs than MS Windows 95A.&lt;br /&gt;
* [[FutureOS]] can load 178 KB in 9 seconds from floppy disc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #eadcc5; background-color: #CCFFCC;&amp;quot;&amp;gt;&lt;br /&gt;
=== CPCWiki updates ===&lt;br /&gt;
&lt;br /&gt;
* '''FCKEditor''' installed! Now you can easily edit pages. Please report any functionality issues. You can also&amp;amp;nbsp;''deactivate it in your user preferences.''&lt;br /&gt;
* '''[[VideoUpload|VIDEO EMBEDDING]] enabled for the wiki! Woo-hoo!!!'''&lt;br /&gt;
* '''[[Special:MultipleUpload|MULTIPLE FILE UPLOAD FORM]] installed. For the time being it doesn't work alright when put in the sidebar...'''&lt;br /&gt;
* All the issues of ''Amtix!'', ''Amstrad Action'' and ''Amstrad Computer User'' have been uploaded and you can find them [[Mags|here]]!&lt;br /&gt;
* Add the CPCWiki to '''your Homepage'''. Check out [[About#Wiki-Napping]] and start napping this Wiki.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #eadcc5; background-color: #FFCCCC;&amp;quot;&amp;gt;&lt;br /&gt;
=== Where are CPC users from? ===&lt;br /&gt;
http://www4.clustrmaps.com/stats/maps-no_clusters/www.cpcwiki.eu-thumb.jpg&amp;lt;br&amp;gt;&lt;br /&gt;
(or click [http://www4.clustrmaps.com/user/7804b163 here] for the big map!)&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=23016</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=23016"/>
				<updated>2008-04-13T09:40:26Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDRom containing a navigable database with all the games of the Amstrad/Schneider CPC, similar to MameUI, including screenshots of the games and information about publisher, year and type of game (sports, action).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extracting and creating dsk images and creating new games collections. WinApe and the internal emulators (Caprice32 and Arnold) support the autotype feature: if you want to play a game just select it in the Explore window and it will run automatically. This removes the need to type ''Run &amp;quot;gamename.dsk'' etc.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 14/12/2007:&amp;lt;br&amp;gt; Frontend&amp;amp;nbsp;CPC Loader 2 Beta by TroelsK&amp;lt;br&amp;gt; NVG games update 06/11/2007&amp;lt;br&amp;gt; Snap-Pack with ALL the captures (3.491)&amp;lt;br&amp;gt; New version of CPCE (1.85) and WinApe (2.0a15) emulators&amp;lt;br&amp;gt; Improved categorization&amp;lt;br&amp;gt; Included Apps (utils/cpc) and Cartridge folders of NVG&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.amstrad.es CPCGamesCD homepage] &lt;br /&gt;
* CPCGamesCD mirror at CPCWiki: [http://www.cpcwiki.eu/CPCGamesCD_20071214.iso.zip download]&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPC Loader homepage]&lt;br /&gt;
* [http://cpcloader.trak.dk/changelog.txt CPC Loader change log]&amp;lt;br&amp;gt;&lt;br /&gt;
* CPC Loader moving to GTK, early screenshots [http://cpcloader.trak.dk/screenshots/ubuntu.png here] and [http://wxforum.shadonet.com/viewtopic.php?t=17926 here]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=21355</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=21355"/>
				<updated>2008-02-09T09:28:16Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDRom containing a navigable database with all the games of Amstrad/Schneider CPC, similar to MameUI, including screenshots of the games and information about publisher, year, type of game...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extract/create dsk images and create new games collections. WinApe and the internal emulators (Caprice32 and Arnold) support the autotype feature: if you want to play a game only select it in the Explore window and it loads and run automatically&amp;amp;nbsp;!!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 14/12/2007:&amp;lt;br&amp;gt; Frontend&amp;amp;nbsp;CPC Loader 2 Beta by TroelsK&amp;lt;br&amp;gt; NVG games update 06/11/2007&amp;lt;br&amp;gt; Snap-Pack with ALL the captures (3.491)&amp;lt;br&amp;gt; New version of CPCE (1.85) and WinApe (2.0a15) emulators&amp;lt;br&amp;gt; Improved categorization&amp;lt;br&amp;gt; Included Apps (utils/cpc) and Cartridge folders of NVG&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.amstrad.es CPCGamesCD homepage] (download mirror at [http://www.cpcwiki.eu/CPCGamesCD_20071214.iso.zip cpcwiki])&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPC Loader homepage]&lt;br /&gt;
* [http://cpcloader.trak.dk/changelog.txt CPC Loader change log]&amp;lt;br&amp;gt;&lt;br /&gt;
* CPC Loader moving to GTK, early screenshots [http://cpcloader.trak.dk/screenshots/ubuntu.png here] and [http://wxforum.shadonet.com/viewtopic.php?t=17926 here]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20959</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20959"/>
				<updated>2008-01-08T09:29:47Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDRom containing a navigable database with all the games of Amstrad/Schneider CPC, similar to Mame32, including screenshots of the games and information about publisher, year, type of game...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extract/create dsk images and create new games collections. WinApe and the internal emulators (Caprice32 and Arnold) support the autotype feature: if you want to play a game only select it in the Explore window and it loads and run automatically&amp;amp;nbsp;!!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 14/12/2007:&amp;lt;br&amp;gt; Frontend&amp;amp;nbsp;CPC Loader 2 Beta by TroelsK&amp;lt;br&amp;gt; NVG games update 06/11/2007&amp;lt;br&amp;gt; Snap-Pack with ALL the captures (3.491)&amp;lt;br&amp;gt; New version of CPCE (1.85) and WinApe (2.0a15) emulators&amp;lt;br&amp;gt; Improved categorization&amp;lt;br&amp;gt; Included Apps (utils/cpc) and Cartridge folders of NVG&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.amstrad.es CPCGamesCD homepage] (download mirror at [http://www.cpcwiki.eu/CPCGamesCD_20071214.iso.zip cpcwiki])&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPC Loader homepage]&lt;br /&gt;
* [http://cpcloader.trak.dk/changelog.txt CPC Loader change log]&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=20958</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=20958"/>
				<updated>2008-01-08T09:28:14Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
 [[Image:Cpcserieb.jpg|thumb|right|150px|Amstrad CPC Range]]&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
== Welcome to the Amstrad CPC Wiki! ==&lt;br /&gt;
This site hopes to evolve into an encyclopaedia on all things [[Amstrad]] [[CPC]] related. There are now '''[[Special:Allpages|{{NUMBEROFARTICLES}} articles]]''' around the CPC available. Feel free to [[Help:Editing|contribute]] or post your suggestions in the [http://www.cpcwiki.eu/forum Forum]!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:32px;text-align:center;padding:5px 0px 4px 0px;background-color:#eee;border:1px solid #dfdfdf;&amp;quot;&amp;gt;'''[[CPC|Amstrad CPC]] · [[Peripherals|Hardware extensions]] · [[Games]] · [[Applications]] · [[Programming]]&amp;lt;br&amp;gt;[[News and Projects]] · [[Emulators]] · [[Demogroups|Scene groups]] · [[CPC scene members|People]] · [[Magazines]] · [[Links|Web links]]'''&amp;lt;br&amp;gt;[[CPCWiki:Portal|CPCWiki Portal]] · [http://www.cpcwiki.eu/forum Forum] · [http://www.cpcwiki.eu/gallery Photo Gallery] · [[About|About - Contribute]] · [[Special:Statistics|Statistics]] · [[CPCWiki:General disclaimer|Disclaimer]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[Image:CPConROM.jpg|thumb|center|600px|CPC on a ROM]]&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #ffc9c9; background-color: #fff3f3&amp;quot;&amp;gt;&lt;br /&gt;
=== CPC related news ===&lt;br /&gt;
&lt;br /&gt;
The last CPC related news.&lt;br /&gt;
&lt;br /&gt;
* 19/12/2007: [[X-Mas 2007]] Another X-mas demos released by [[Hermol]]!&lt;br /&gt;
* 14/12/2007: New [http://cpcgamescd.amstrad.es CPCGamesCD] out&lt;br /&gt;
* 27/11/2007: [http://cpcrulez.free.fr/coding_src_freeOCP.htm FreeOCP] v0.015b released on .CPR cartridge file!&lt;br /&gt;
* 04/11/2007: [http://cpce.emuunlim.com CPCE] 1.85 released. Symbiface 2 IDE bugfix, tape speedup can be manually disabled, smarter Win32 ZIP archive handling.&lt;br /&gt;
* 29/10/2007: [http://www.winape.net WinAPE] 2.0 Alpha 15 released. Configuration Profiles, Improved Sprite emulation, assembler and debugger improvements. Stacks of minor enhancements and bug fixes.&lt;br /&gt;
* 18/10/2007: [http://cpcrulez.free.fr/coding_src_freeOCP.htm FreeOCP] v0.015b released&lt;br /&gt;
* 18/10/2007: [http://cpcrulez.free.fr/Scene_Demos/index.php?list=H Hate Beats]&amp;amp;nbsp;: new Amstrad CPC Plus demo released by [http://ukonx.free.fr Ukonx]&lt;br /&gt;
* 06/10/2007: New game![http://cpcrulez.free.fr/GamesDL_free/index.php?list=D Delirium Tremens] by Antonio Elic , Bernardin Katic et Alen Blazevic.&lt;br /&gt;
* 04/10/2007: Invitro for [http://www.secretum-meeting.pixnet.fr/ Castellum Secretum 2] [http://www.amstradcpc.info released].&lt;br /&gt;
* 01/10/2007: [http://zx81.zx81.free.fr/ GP2XCap32 and PSPCap32] released, with major improvements (close to fullspeed, sound is now played in 16 bits and stereo, new speed limiter function and much more)&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;small&amp;gt;'''All [[News and Projects|CPC news]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px solid rgb(234, 220, 197); margin: 0pt 0pt 5px; padding: 0.5em 1em; background-color: rgb(204, 255, 204);&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Donors ===&lt;br /&gt;
&lt;br /&gt;
These people were kind enough to [http://www.cpcwiki.eu/donations.html donate]. Please consider helping with hosting costs - all contributions go '''directly''' to our kind host, not our own pockets!&lt;br /&gt;
&lt;br /&gt;
* [[Robcfg]]&lt;br /&gt;
* [[Prodatron]]&lt;br /&gt;
* [[User:Gryzor|Gryzor]]&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #eadcc5; background-color: #FFFFCC;&amp;quot;&amp;gt;&lt;br /&gt;
=== Become an Author! ===&lt;br /&gt;
&lt;br /&gt;
We are searching for authors of the following articles:&lt;br /&gt;
&lt;br /&gt;
* [[Xyphoes Fantasy]]&lt;br /&gt;
* [[Gate Array]]&lt;br /&gt;
* [[Genesis 8]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: right;&amp;quot;&amp;gt;&amp;lt;small&amp;gt;'''All [[Special:Wantedpages|wanted articles]]''' &amp;amp;#124; [[:Category:Stub|Extendable Stubs]]&amp;lt;br&amp;gt;'''[[List of most active contributors]]'''&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top&amp;quot; | &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #e4dede; background-color: #f9f9f9;&amp;quot;&amp;gt;&lt;br /&gt;
=== Did you know? ===&lt;br /&gt;
&lt;br /&gt;
* With a possible total amount of '''768 x 270 pixel''' (540 interlaced) the [[CPC]] was the 8bit homecomputer with the highest screen resolution ever.&lt;br /&gt;
* '''OpenOffice''' for Windows/Linux is a direct descendant of [[Star-Division|StarWriter]] for the CPC.&lt;br /&gt;
* The transfer speed of the [[CPC Booster|CPC Booster +]] serial interface is faster than a standard '''DSL connection'''.&lt;br /&gt;
* [[SymbOS]] can handle more than '''50 times''' bigger hard discs than MS Windows 95A.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff&amp;quot;&amp;gt;&lt;br /&gt;
=== CPCWiki updates ===&lt;br /&gt;
&lt;br /&gt;
* '''FCKEditor''' installed! Now you can easily edit pages. Please report any functionality issues. You can also&amp;amp;nbsp;''deactivate it in your user preferences.''&lt;br /&gt;
* '''[[VideoUpload|VIDEO EMBEDDING]] enabled for the wiki! Woo-hoo!!!'''&lt;br /&gt;
* '''[[Special:MultipleUpload|MULTIPLE FILE UPLOAD FORM]] installed. For the time being it doesn't work alright when put in the sidebar...'''&lt;br /&gt;
* All the issues of ''Amtix!'', ''Amstrad Action'' and ''Amstrad Computer User'' have been uploaded and you can find them [[Mags|here]]!&lt;br /&gt;
* Add the CPCWiki to '''your Homepage'''. Check out [[About#Wiki-Napping]] and start napping this Wiki.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #e4dede; background-color: #f9f9f9;&amp;quot;&amp;gt;[[Image:World-map.gif|right|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Where are you from? ===&lt;br /&gt;
&lt;br /&gt;
Help clarify the nationality of CPCWIKI users!&lt;br /&gt;
Participate in the pool on the cpcwiki forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 [[http://www.cpcwiki.eu/forum/index.php?topic=12.0 Pool thread]] (please register)&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-bottom: 5px; padding: .5em 1em .5em; border: 1px solid #e4dede; background-color: #FFCCFF;&amp;quot;&amp;gt;&lt;br /&gt;
== X-Mas demos for the CPC throughout time ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Xmas-downloads-b1.jpg|center|400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on link below!&lt;br /&gt;
&lt;br /&gt;
[[http://www.cpcwiki.eu/index.php/Category:Demos_XMAS Amstrad CPC X-Mas demos through time]]&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20957</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20957"/>
				<updated>2008-01-08T09:26:03Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDRom containing a navigable database with all the games of Amstrad/Schneider CPC, similar to Mame32, including screenshots of the games and information about publisher, year, type of game...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extract/create dsk images and create new games collections. WinApe and the internal emulators (Caprice32 and Arnold) support the autotype feature: if you want to play a game only select it in the Explore window and it loads and run automatically&amp;amp;nbsp;!!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 14/12/2007:&amp;lt;br&amp;gt; Frontend&amp;amp;nbsp;CPC Loader 2 Beta by TroelsK&amp;lt;br&amp;gt; NVG games update 06/11/2007&amp;lt;br&amp;gt; Snap-Pack with ALL the captures (3.491)&amp;lt;br&amp;gt; New version of CPCE (1.85) and WinApe (2.0a15) emulators&amp;lt;br&amp;gt; Improved categorization&amp;lt;br&amp;gt; Included Apps (utils/cpc) and Cartridge folders of NVG&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.amstrad.es CPCGamesCD homepage] (download mirror at [http://www.cpcwiki.eu/CPCGamesCD_20070624.iso.zip cpcwiki])&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPC Loader homepage]&lt;br /&gt;
* [http://cpcloader.trak.dk/changelog.txt CPC Loader change log]&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20956</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20956"/>
				<updated>2008-01-08T09:24:14Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDRom containing a navigable database with all the games of Amstrad/Schneider CPC, similar to Mame32, including screenshots of the games and information about publisher, year, type of game...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extract/create dsk images and create new games collections. The internal emulators (Caprice32 and Arnold at the moment) support autotype feature: if you want to play a game only select it in the Explore window and it loads automatically&amp;amp;nbsp;!!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 14/12/2007:&amp;lt;br&amp;gt; Frontend&amp;amp;nbsp;CPCLoader 2 Beta by TroelsK&amp;lt;br&amp;gt; NVG games update 06/11/2007&amp;lt;br&amp;gt; Snap-Pack with ALL the captures (3.491)&amp;lt;br&amp;gt; New version of CPCE (1.85) and WinApe (2.0a15) emulators&amp;lt;br&amp;gt; Improved categorization&amp;lt;br&amp;gt; Included Apps (utils/cpc) and Cartridge folders of NVG&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.amstrad.es CPCGamesCD homepage] (download mirror at [http://www.cpcwiki.eu/CPCGamesCD_20070624.iso.zip cpcwiki])&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPC Loader homepage]&lt;br /&gt;
* [http://cpcloader.trak.dk/changelog.txt CPC Loader change log]&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20955</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=20955"/>
				<updated>2008-01-08T09:22:32Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPC Loader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPC Loader: a CDRom containing a navigable database with all the games of Amstrad/Schneider CPC, similar to Mame32, including screenshots of the games and information about publisher, year, type of game...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;But '''CPC Loader''' is not only a frontend. It includes tools for extract/create dsk images and create new games collections. The internal emulators (Caprice32 and Arnold at the moment) support autotype feature: if you want to play a game only select it in the Explore window and it loads automatically&amp;amp;nbsp;!!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''CPC Loader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Last '''CPCGamesCD''' update: 14/12/2007:&amp;lt;br&amp;gt; Frontend&amp;amp;nbsp;CPCLoader 2 Beta by TroelsK&amp;lt;br&amp;gt; NVG games update 06/11/2007&amp;lt;br&amp;gt; Snap-Pack with ALL the captures (3.491)&amp;lt;br&amp;gt; New version of CPCE (1.85) and WinApe (2.0a15) emulators&amp;lt;br&amp;gt; Improved categorization&amp;lt;br&amp;gt; Included Apps (utils/cpc) and Cartridge folders of NVG&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.amstrad.es CPCGamesCD homepage] down for now, but you can download it [http://www.cpcwiki.eu/CPCGamesCD_20070624.iso.zip here]!!!&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPCLoader homepage]&lt;br /&gt;
* [http://cpcloader.trak.dk/changelog.txt CPC Loader changelog]&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulation_Tools]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=WinCPC&amp;diff=14016</id>
		<title>WinCPC</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=WinCPC&amp;diff=14016"/>
				<updated>2007-01-16T22:54:27Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:wincpc.gif|thumb|WinCPC screenshot]]&lt;br /&gt;
&lt;br /&gt;
'''WinCPC''' is an emulator for the range of old-generation Amstrad CPC computers. It has been developed by [[Flynn]] and runs under MS Windows. &lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Z80 emulation including all undocumented opcodes&lt;br /&gt;
* µPD765-A FDC support for two floppy drives&lt;br /&gt;
* RAM banking for up to 576kb RAM&lt;br /&gt;
* Expansion ROMs&lt;br /&gt;
* HD6845 CRT-Controller (type 0)&lt;br /&gt;
* AY-3-8912 PSG&lt;br /&gt;
* Supports DSK and EDSK disc images&lt;br /&gt;
* Supports CDT and TZX tape-images incl. WAV-converter&lt;br /&gt;
* Joystick support&lt;br /&gt;
* integrated powerful debugger and peripheral monitor&lt;br /&gt;
* integrated Z80 assembler&lt;br /&gt;
* integrated 8080 assembler&lt;br /&gt;
* Printer output&lt;br /&gt;
* Digiblaster&lt;br /&gt;
* Sound recorder&lt;br /&gt;
* Colour, green and greyscale monitor simulation with brightness and contrast control&lt;br /&gt;
* VDU emulation&lt;br /&gt;
* GUI in English, German and French language&lt;br /&gt;
* 2-layer keyboard mapping&lt;br /&gt;
* window or fullscreen mode&lt;br /&gt;
* Drag'n'drop for DSK, CDT and ZIP files&lt;br /&gt;
&lt;br /&gt;
== Web links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.wincpc.ch/ WinCPC homepage]&lt;br /&gt;
&lt;br /&gt;
[[Category:Emulator]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Wincpc.gif&amp;diff=14015</id>
		<title>File:Wincpc.gif</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Wincpc.gif&amp;diff=14015"/>
				<updated>2007-01-16T22:49:38Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CNGSoft&amp;diff=14014</id>
		<title>CNGSoft</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CNGSoft&amp;diff=14014"/>
				<updated>2007-01-16T22:18:47Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CNGSoft''' (César Nicolás González) is the Spanish programmer who has been writing and releasing versions of the emulator [[CPCE]] since August 1st 1997.&lt;br /&gt;
&lt;br /&gt;
His most quoted excusatio non petita is &amp;quot;English isn't my first language, I apologize for using it so poorly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
He have made a very interesting tool for the CPC, LZ2PACKER, a [http://en.wikipedia.org/wiki/Self-extracting_archive [self-extracting archive]], as seen in the binary [ftp://ftp.nvg.ntnu.no/pub/cpc/games/arcade/jetsetff.zip [JSW2]]. (Cleanup: What compression ratio? Where is the tool itself?)&lt;br /&gt;
&lt;br /&gt;
== Releases ==&lt;br /&gt;
&lt;br /&gt;
* [[CPCE]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC scene members]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CNGSoft&amp;diff=14013</id>
		<title>CNGSoft</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CNGSoft&amp;diff=14013"/>
				<updated>2007-01-16T22:16:29Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CNGSoft''' (César Nicolás González) is the Spanish programmer who has been writing and releasing versions of the emulator [[CPCE]] since August 1st 1997.&lt;br /&gt;
&lt;br /&gt;
His most quoted excusatio non petita is &amp;quot;English isn't my first language, I apologize for using it so poorly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
He have made a very interesting tool for the CPC, LZ2PACKER, a [http://en.wikipedia.org/wiki/Self-extracting_archive [self-extracting archive]], as seen in the binary [ftp://ftp.nvg.ntnu.no/pub/cpc/games/arcade/jetsetff.zip [JSW2]]. (Cleanup: Where is the tool itself?)&lt;br /&gt;
&lt;br /&gt;
== Releases ==&lt;br /&gt;
&lt;br /&gt;
* [[CPCE]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC scene members]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CNGSoft&amp;diff=14012</id>
		<title>CNGSoft</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CNGSoft&amp;diff=14012"/>
				<updated>2007-01-16T22:15:48Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CNGSoft''' (César Nicolás González) is the Spanish programmer who has been writing and releasing versions of the emulator [[CPCE]] since August 1st 1997.&lt;br /&gt;
&lt;br /&gt;
His most quoted excusatio non petita is &amp;quot;English isn't my first language, I apologize for using it so poorly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
He have made a very interesting tool for the CPC, LZ2PACKER, a [http://en.wikipedia.org/wiki/Self-extracting_archive [self-extracting archive]], as seen in this binary [ftp://ftp.nvg.ntnu.no/pub/cpc/games/arcade/jetsetff.zip [JSW2]]. (Cleanup: Where is the tool itself?)&lt;br /&gt;
&lt;br /&gt;
== Releases ==&lt;br /&gt;
&lt;br /&gt;
* [[CPCE]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC scene members]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=13928</id>
		<title>CPCGamesCD-CPCLoader</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCGamesCD-CPCLoader&amp;diff=13928"/>
				<updated>2007-01-14T23:13:37Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: /* Web Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Emulation Tools]]&lt;br /&gt;
'''CPCLoader''' is not an emulator exactly. '''CPCGamesCD''' is the main objective of CPCLoader: a CDRom containing a navigable database with all the games of Amstrad/Schneider CPC, similar to Mame32, including screenshots of the games and information about publisher, year, type of game... &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
But '''CPCLoader''' is not only a frontend. It includes tools for extract/create dsk images and create new games collections. The internal emulators (Caprice32 and Arnold at the moment) support autotype feature: if you want to play a game only select it in the Explore window and it loads automatically !!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''CPCLoader''' is developed by TroelsK and '''CPCGamesCD''' and its screenshots are compiled by MiguelSky.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Links ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcgamescd.cpcwiki.eu CPCGamesCD homepage]&lt;br /&gt;
&lt;br /&gt;
* [http://cpcloader.trak.dk CPCLoader homepage]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Links&amp;diff=13927</id>
		<title>Links</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Links&amp;diff=13927"/>
				<updated>2007-01-14T23:12:52Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: /* Software-related */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Software-related ====&lt;br /&gt;
*[http://www.cpczone.net CPC Zone] Home of the Gamebase, the ultimate collection of information (with screenshots, coverscans, reviews etc) on all games CPC. Also home of the Zone Forum.&lt;br /&gt;
*[http://tacgr.emuunlim.com/ The Amstrad Computer Game Resource]&lt;br /&gt;
*[http://www.amstrad.es/ Amstrad ESP (ES)] All about the Spanish software for CPC. RUA Magazine and ESP Soft links.&lt;br /&gt;
*[http://www.cpcgamereviews.com/ CPC Game Reviews] - CPC Game Reviews is a website which, as its name suggests, contains reviews of games for the Amstrad CPC computer - hundreds of them, in fact. It also contains a collection of advertisements which have been scanned from Amstrad CPC magazines.&lt;br /&gt;
*[http://computeremuzone.com/amstrad/ Amstrad Zone]&lt;br /&gt;
*[http://www.prodatron.net/ Prodatron's page] ([[Prodatron]]s homepage includes the infos and downloads of his productions as well as a lot of downloads for CPC Digitracker modules (MDL), OCP Art Studio pictures and Scene demos)&lt;br /&gt;
*[http://bestofcpc.webcindario.com/ Best of CPC] (ES)&lt;br /&gt;
*[http://arkos.cpcscene.com/ Arkos Demogroup] - The page of [[Arkos]], with some great demos, diskmags, games and tools.&lt;br /&gt;
*[http://www.cpc-hardware.com/ CPC Hardware] - (F) Forum, nice downloads, hardware projects; also an online store for hardware stuff like [[RS232]] interfaces etc.&lt;br /&gt;
*[http://www.FutureOS.de/ FutureOS homepage]&lt;br /&gt;
*[http://cpcgamescd.cpcwiki.eu/ CPCGamesCD homepage]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Hardware-related ====&lt;br /&gt;
*[http://www.symbos.de SymbOS] (includes the website of the two new hardware projects [[SYMBiFACE II]] and [[CPC TREX]])&lt;br /&gt;
*[http://www.pagina.de/amstrad Various Amstrad stuff] - Including instructions on how to fit or connect a 3.5&amp;quot; drive, hot to connect your CPC to your PC and how to transfer files, among others.&lt;br /&gt;
*[http://www.cpc-hardware.com/ CPC Hardware] - (F) Forum, nice downloads, hardware projects; also an online store for hardware stuff like [[RS232]] interfaces etc.&lt;br /&gt;
*[http://www.zock.com/8-Bit/D_CPCguide.HTML G.o.St.-SOFT's CPC-Hardwareführer at 8-Bit-Nirvana (German)]&lt;br /&gt;
*[http://8bit.yarek.pl/index.html 8bit Projects for Everyone] - Hardware updates for 8-bit computers, also for CPC.&lt;br /&gt;
*[http://www.amstradtoday.com/ Amstrad Today] - Many Tips for Amstrad Cpc&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Document resources ====&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== FTP sites ====&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*[ftp://ftp.nvg.unit.no/pub/cpc/ NVG]&lt;br /&gt;
*[ftp://ftp.cmo.de/pub/Computer/Amstrad_CPC CMO.de] - Games, Meeting pictures, manuals, etc.&lt;br /&gt;
*[ftp://ftp.demon.co.uk/pub/cpm/ CPM] - related Amstrad things&lt;br /&gt;
&lt;br /&gt;
==== Commercial sites ====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== User Groups ====&lt;br /&gt;
*[news://comp.sys.amstrad.8bit CSA8]&lt;br /&gt;
*[http://www.cpczone.net/boards CPC Zone Forum]: The most popular and active (? maybe some french forum is more active) forum on the net.&lt;br /&gt;
*[http://www.wacci.org.uk/ WACCI] (Worldwide Amstrad Computer Club Incorporated) - WACCI was a UK based user group that supported the Amstrad CPC computer. It was a subscription-only, printed English magazine published bi-monthly and available throughout the world. The current issues of the magazine are now reproduced on this website.&lt;br /&gt;
*[irc://irc.freenode.net/#cpc IRC-channel] #cpc on irc.freenode.net (a big IRC-network), one cpc-channel among many others out there on various networks.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Emulators ====&lt;br /&gt;
* [http://www.arnoldemu.freeserve.co.uk/ Arnold] (WIN | MAC | LINUX)&lt;br /&gt;
* [http://xport.xbox-scene.com/ ArnoldX] (XBOX)&lt;br /&gt;
* [http://www.classicgaming.com/caprice/ Caprice] (WIN)&lt;br /&gt;
* [http://copacabana.emuunlim.com/ CoPaCabana] (WIN | PALM)&lt;br /&gt;
* [http://www.trans-it.de/cordes/amstrad/cpcemu.html CPCEmu]&lt;br /&gt;
* [http://www.amstrad-cpc.de CPC4X]&lt;br /&gt;
* [http://cpce.emuunlim.com CPCE]&lt;br /&gt;
* [http://icerive.free.fr/cpc Ice Rive]&lt;br /&gt;
* [http://jemu.winape.net JEMU] (Multi-System Java)&lt;br /&gt;
* [http://amstrad.cpc.free.fr PC-CPC] by Ludovic Deplanque(Demoniak)&lt;br /&gt;
* [http://www.winape.net WinApe]&lt;br /&gt;
* [http://www.wincpc.ch WinCPC]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== Others ====&lt;br /&gt;
*[http://genesis8.free.fr/index.php Genesis 8] - Genesis 8 is a spartan, but often-updated Amstrad-related news site.&lt;br /&gt;
*[http://www.cpcscene.com/ CPC Scene] - Various stuff. Of much interest: The [http://radio.cpcscene.com/ CPC online radio station]!&lt;br /&gt;
*[http://cpcrulez.free.fr/ CPC Rulez] ([http://cpcrulez.2ya.com/ Alternative Link]) (FR) A great french site, updated frequently, with software reviews, utilities, games, demos, hardware info. A treasure and a must-visit if you speak french (though not necessarily so).&lt;br /&gt;
*[http://www.cpc-forever.com/ CPC forever] Community site in german with news, forum and so on.&lt;br /&gt;
*[http://www.frappr.com/cpcscene/ CPC scene map]&lt;br /&gt;
*[http://www.cepece.info/ CePeCe.info] (ES) - Spanish CPC portal and web-hosting facilities for your &lt;br /&gt;
CPC webpage.&lt;br /&gt;
*[http://cpccrackers.free.fr CPCCRACKERS] - French site about crackers for the CPC&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Kuma_Computers&amp;diff=13926</id>
		<title>Kuma Computers</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Kuma_Computers&amp;diff=13926"/>
				<updated>2007-01-14T23:12:05Z</updated>
		
		<summary type="html">&lt;p&gt;Troels: /* Releases for CPC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Releases for CPC ==&lt;br /&gt;
* [[Fruity Frank]]&lt;br /&gt;
&lt;br /&gt;
== Web links ==&lt;br /&gt;
* [http://www.socialiststeve.me.uk/games.htm Steve Wallace's website] (the Kuma programmer)&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC related companies]] [[Category: Computer and video game companies]]&lt;br /&gt;
[[Category:Stub]]&lt;/div&gt;</summary>
		<author><name>Troels</name></author>	</entry>

	</feed>