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

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=94246</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=94246"/>
				<updated>2015-09-23T16:45:22Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Sources of projects using z88dk and cpcrslib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at:&lt;br /&gt;
[http://sourceforge.net/projects/cpcrslib/ sourceforge/cpcrslib] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk/SDCC and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.blogspot.com.es/2015/08/small-games-for-smart-minds.html Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.blogspot.com.es/2015/08/mariano-dragon-capers-in-cityland.html Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*[[Sort'em]] by LuBlu Entertainment.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/sir-ababol-cpc/ Sir Ababol] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/uwol-2-cpc/ Uwol 2]  by The Mojon Twins.&lt;br /&gt;
*[http://espsoft.blogspot.com.es/2015/08/totems-columns-cpc-two.html TOTEMS: Columns CPC Two] by ESP Soft.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=94245</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=94245"/>
				<updated>2015-09-23T16:44:20Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Sources of projects using z88dk and cpcrslib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at:&lt;br /&gt;
[http://sourceforge.net/projects/cpcrslib/ sourceforge/cpcrslib] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.blogspot.com.es/2015/08/small-games-for-smart-minds.html Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.blogspot.com.es/2015/08/mariano-dragon-capers-in-cityland.html Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*[[Sort'em]] by LuBlu Entertainment.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/sir-ababol-cpc/ Sir Ababol] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/uwol-2-cpc/ Uwol 2]  by The Mojon Twins.&lt;br /&gt;
*[http://espsoft.blogspot.com.es/2015/08/totems-columns-cpc-two.html TOTEMS: Columns CPC Two] by ESP Soft.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=94187</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=94187"/>
				<updated>2015-09-15T08:46:52Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at:&lt;br /&gt;
[http://sourceforge.net/projects/cpcrslib/ sourceforge/cpcrslib] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=151 Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=180 Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*[[Sort'em]] by LuBlu Entertainment.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/sir-ababol-cpc/ Sir Ababol] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/uwol-2-cpc/ Uwol 2]  by The Mojon Twins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ESP_Soft&amp;diff=83241</id>
		<title>ESP Soft</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ESP_Soft&amp;diff=83241"/>
				<updated>2012-10-26T20:46:39Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''ESP Soft''' is a spanish company who releases Softwares (games) on Amstrad CPC.&lt;br /&gt;
&lt;br /&gt;
'''''&amp;quot;ESP Soft es un pequeño grupo de aficionados con algo en común: su afición por el Amstrad CPC. &amp;quot;'''''&lt;br /&gt;
&lt;br /&gt;
''ESP soft is a little group of passionates with all in common : their affection for the amstrad CPC.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Releases==&lt;br /&gt;
&lt;br /&gt;
''Most of those games are released on cassette/Tapes.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Columns&lt;br /&gt;
&lt;br /&gt;
*Gates to Hell&lt;br /&gt;
&lt;br /&gt;
*Phantomas Saga: Infinity&lt;br /&gt;
&lt;br /&gt;
*El Paciente 106&lt;br /&gt;
&lt;br /&gt;
*Small Games for Smart Minds&lt;br /&gt;
&lt;br /&gt;
*Mariano the dragon in Capers in Cityland&lt;br /&gt;
&lt;br /&gt;
*BCM, El Buscador de Código&lt;br /&gt;
&lt;br /&gt;
*Nheredia&lt;br /&gt;
&lt;br /&gt;
*ILogicAll&lt;br /&gt;
&lt;br /&gt;
*Hora Bruja&lt;br /&gt;
&lt;br /&gt;
*Arquimedes XXI&lt;br /&gt;
&lt;br /&gt;
*Imaginario Colectivo&lt;br /&gt;
&lt;br /&gt;
*TOTEMS: Columns CPC 2&lt;br /&gt;
&lt;br /&gt;
==Link==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Site :&lt;br /&gt;
&lt;br /&gt;
http://espsoft.amstrad.es/ (in spanish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC_related_companies]] [[Category:Computer_and_video_game_companies]][[Category:Modern Amstrad Software Publishers]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=83240</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=83240"/>
				<updated>2012-10-26T20:45:32Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Sources of projects using z88dk and cpcrslib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at: [http://code.google.com/p/cpcrslib/downloads/list code.google.com/p/cpcrslib/downloads/list] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=151 Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=180 Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*[[Sort'em]] by LuBlu Entertainment.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/sir-ababol-cpc/ Sir Ababol] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/uwol-2-cpc/ Uwol 2]  by The Mojon Twins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=83239</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=83239"/>
				<updated>2012-10-26T20:45:16Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Sources of projects using z88dk and cpcrslib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at: [http://code.google.com/p/cpcrslib/downloads/list code.google.com/p/cpcrslib/downloads/list] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=151 Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=180 Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*[[Sort'em]] by LuBlu Entertainment.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/sir-ababol-cpc/ Sir Ababol] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/uwol-2-cpc/ Uwol 2]  by The Mojon Twins.&lt;br /&gt;
*[http://www.amstrad.es/juegosamstrad/decargajuegos/totems.php TOTEMS: Columns CPC 2] by ESP Soft.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=83137</id>
		<title>Z88DK</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=83137"/>
				<updated>2012-10-25T19:16:21Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Released Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Text copied from the official Z88dk website.''&lt;br /&gt;
&lt;br /&gt;
== What is Z88dk? ==&lt;br /&gt;
&lt;br /&gt;
z88dk is a Z80 C cross compiler supplied with an assembler/linker and a set of libraries implementing the C standard library for a number of different Z80 based machines. The name z88dk originates from the time when the project was founded and targetted only the Cambridge z88 portable.&lt;br /&gt;
&lt;br /&gt;
The compiler featured in z88dk is much enhanced Small C compiler, the compiler accepts many features of ANSI C and is only deficient in a few areas where implementation on a Z80 processor might prove inefficient. The compiler performs simple optimizations, but the bulk of the optimization is done by a set of peep-hole rules, which will typically reduce the size of a large project by up to a third.&lt;br /&gt;
&lt;br /&gt;
The libraries supplied with z88dk are designed to be as generic as possible, indeed it is possible to port to a new machine simply by supplying two library routines and some startup code. It is hoped that one day z88dk will support as many z80 based machines as there is information available and sufficient interest in. &lt;br /&gt;
&lt;br /&gt;
Warning : you would really install a recent version like the nightly build to enjoy of the last improvement for CPC.&lt;br /&gt;
[[Image:Chessboard.png|300px|thumb|right|Chessboard using z88dk graphics library]]&lt;br /&gt;
&lt;br /&gt;
== Supported Targets ==&lt;br /&gt;
&lt;br /&gt;
z88dk produces code and programs that will run on the following machines: &lt;br /&gt;
&lt;br /&gt;
* Cambridge Computers z88&lt;br /&gt;
* Sinclair ZX Spectrum&lt;br /&gt;
* Sinclair ZX81&lt;br /&gt;
* CP/M based machines&lt;br /&gt;
* Amstrad NC100&lt;br /&gt;
* VZ200/300&lt;br /&gt;
* Sharp MZ series&lt;br /&gt;
* TI calculators (TI82, TI83, TI83+, TI85, TI86)&lt;br /&gt;
* ABC80, Jupiter Ace&lt;br /&gt;
* Xircom REX 6000&lt;br /&gt;
* Sam Coupe&lt;br /&gt;
* MSX1&lt;br /&gt;
* Spectravideo&lt;br /&gt;
* Mattel Aquarius&lt;br /&gt;
* Peters Sprinter&lt;br /&gt;
* C128 (in Z80 mode)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported Platforms ==&lt;br /&gt;
&lt;br /&gt;
z88dk is known to run on the following platforms:&lt;br /&gt;
&lt;br /&gt;
* Amiga&lt;br /&gt;
* BeOS&lt;br /&gt;
* HP-UX 9&lt;br /&gt;
* Linux&lt;br /&gt;
* MacOS X&lt;br /&gt;
* Solaris&lt;br /&gt;
* Win32&lt;br /&gt;
* Win16&lt;br /&gt;
* MSDOS&lt;br /&gt;
&lt;br /&gt;
Binary releases are available for Amiga, Solaris and Win32. Win16/MSDOS needs to be rolled by the user. On BSD machines, GNU make should be used instead of the native make program.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Here is world.c from the z88dk console examples:&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
 *	Hello World&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
main()&lt;br /&gt;
{&lt;br /&gt;
	printf(&amp;quot;Hello world!\n&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile this example with:&lt;br /&gt;
 zcc +cpc -create-app -make-app -O3 -unsigned -o out.bin world.c -lndos -zorg=16384&lt;br /&gt;
&lt;br /&gt;
If you get an error message during compilation (&amp;quot;File open/read error&amp;quot;), make sure the &amp;lt;tt&amp;gt;Z80_OZFILES&amp;lt;/tt&amp;gt; environment variable is set correctly, see [http://www.z88dk.org/wiki/doku.php?id=installation#z80_ozfiles].&lt;br /&gt;
&lt;br /&gt;
[[File:Z88dk hw.png|thumb|256px|''Hello world'' example]]&lt;br /&gt;
&lt;br /&gt;
The resulting binary can be run from BASIC with:&lt;br /&gt;
&lt;br /&gt;
 memory &amp;amp;3fff&lt;br /&gt;
 load &amp;quot;out.cpc&amp;quot;,&amp;amp;4000&lt;br /&gt;
 call &amp;amp;4000&lt;br /&gt;
&lt;br /&gt;
Another more specific example: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
#include &amp;lt;cpc.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	&lt;br /&gt;
	int model;&lt;br /&gt;
	char * model_name;&lt;br /&gt;
&lt;br /&gt;
	model = cpc_model() ;&lt;br /&gt;
	&lt;br /&gt;
	switch (model) {&lt;br /&gt;
	case 0:&lt;br /&gt;
		model_name = &amp;quot;464&amp;quot;;&lt;br /&gt;
		break;&lt;br /&gt;
&lt;br /&gt;
	case 1:&lt;br /&gt;
		model_name = &amp;quot;664&amp;quot;;&lt;br /&gt;
		break;&lt;br /&gt;
&lt;br /&gt;
	case 2:&lt;br /&gt;
		model_name = &amp;quot;6128&amp;quot;;&lt;br /&gt;
		break;&lt;br /&gt;
&lt;br /&gt;
	default: &lt;br /&gt;
		model_name = &amp;quot;unknown&amp;quot;;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	printf(&amp;quot;model=%s\n&amp;quot;,model_name);&lt;br /&gt;
	return 0 ;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
graphics library examples : [[Image:Moivre.png|300px|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;lt;graphics.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
main()&lt;br /&gt;
{	&lt;br /&gt;
	int i,x1,y1,x2,y2;&lt;br /&gt;
	clg();&lt;br /&gt;
&lt;br /&gt;
	for ( i=0;i&amp;lt;11;i++) &lt;br /&gt;
	{&lt;br /&gt;
		y1 = 200 - 20 * i ;&lt;br /&gt;
		x2 = 50 + 20 * i ;&lt;br /&gt;
		draw(50,y1,x2,0);&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
must-read topic on z88dk wiki :&lt;br /&gt;
* [http://www.z88dk.org/wiki/doku.php?id=platform:amstradcpc Amstrad CPC]&lt;br /&gt;
* [http://www.z88dk.org/wiki/doku.php?id=usage:stackframe stackframe]&lt;br /&gt;
&lt;br /&gt;
== Libraries for the CPC  ==&lt;br /&gt;
&lt;br /&gt;
*[[CPCRSlib]]&lt;br /&gt;
* Crocolib by Arnaudstorq (no link exists anymore)&lt;br /&gt;
&lt;br /&gt;
== Released Software ==&lt;br /&gt;
&lt;br /&gt;
CPC programs which are using Z88dk:&lt;br /&gt;
* [[Mariano the dragon]] (game)&lt;br /&gt;
* [[Magical drop]] (game)&lt;br /&gt;
* [[PHAT]] (demo)&lt;br /&gt;
* [[Nanako in Classic Japanese Monster Castle v.2]] (game)&lt;br /&gt;
* [[Phantomas Tales #1: Marsport]] (game)&lt;br /&gt;
* [[Nanako Descends To Hell]] (game)&lt;br /&gt;
* [[Platformer Medley Block #1]] (game)&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
&lt;br /&gt;
* [http://z88dk.sourceforge.net/ Official Z88dk homepage]&lt;br /&gt;
* [http://z88dk.sourceforge.net/platforms.html Machine support page]&lt;br /&gt;
* [http://z88dk.sourceforge.net/screenshots.html Screenshots on different machines]&lt;br /&gt;
* [http://www.octoate.de/wp/articles/german/entwickeln-mit-z88dk/ Tutorial on how to develop with Z88dk for the CPC] (in German)&lt;br /&gt;
* [http://espsoft.amstrad.es/?page_id=257 CPC Sprite library for z88dk]&lt;br /&gt;
&lt;br /&gt;
[[Category:C]][[Category:Programming_software]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Demogroups&amp;diff=82946</id>
		<title>Demogroups</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Demogroups&amp;diff=82946"/>
				<updated>2012-10-24T17:16:04Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Spain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''For an overview of the CPC scene members, you can have a look at the'' &lt;br /&gt;
&lt;br /&gt;
*[[CPC scene members|List of CPC scene members]] &lt;br /&gt;
*[http://www.cpcwiki.eu/index.php/Category:CPC_scene_members Category of CPC scene members]&lt;br /&gt;
&lt;br /&gt;
''You can also check the [http://www.cpcwiki.eu/index.php/Category:Demos Demos category] for productions/releases.'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;This is a list of the CPC scene '''demo groups''', which have been or are still active. &lt;br /&gt;
&lt;br /&gt;
== France  ==&lt;br /&gt;
&lt;br /&gt;
*[[5KB|5KB]] &lt;br /&gt;
*[[Arkos|Arkos]] ([http://www.arkos.cpcscene.com Arkos homepage]) &lt;br /&gt;
*[[AST System|AST System]] &lt;br /&gt;
*[[BCAV|BCAV]]&lt;br /&gt;
*[[Benediction]] ([http://benediction.pushnpop.net/ Benediction homepage])&lt;br /&gt;
*[[Contrast|Contrast]] &lt;br /&gt;
*[[Da Boxon Team|Da Boxon Team]] &lt;br /&gt;
*[[Fefesse|Fefesse]] &lt;br /&gt;
*[[Futur's|Futur's]] ([http://www.futurs.cpcscene.com Futur's homepage]) &lt;br /&gt;
*[[GPA|GPA]] ([http://tj.gpa.free.fr Tom et Jerry's homepage]) &lt;br /&gt;
*[[Impact CPC|Impact CPC]] ([http://impact.cpcscene.com Impact's forum]) &lt;br /&gt;
*[[Kill or die|Kill or die]] &lt;br /&gt;
*[[Krad'os Crack'ers|Krad'os Crack'ers]] &lt;br /&gt;
*[[Logon System|Logon System]] ([http://logon.system.free.fr Logon System's website]) &lt;br /&gt;
*[[Malibu Crackers|Malibu Crackers]] &lt;br /&gt;
*[[Mortel|Mortel]] &lt;br /&gt;
*[[NPS|NPS]] (for Nul Part System) ([http://nulpartsystem.free.fr NPS homepage]) &lt;br /&gt;
*[[Overlanders|Overlanders]] &lt;br /&gt;
*[[Paradox|Paradox]] &lt;br /&gt;
*[[Rebels|Rebels]] &lt;br /&gt;
*[[Revival|Revival]] &lt;br /&gt;
*[[Les Sucres en Morceaux|Les Sucres en Morceaux]] ([http://sylvestre.cpcscene.com Sucres en Morceaux homepage]) &lt;br /&gt;
*[[Static|Static]] &lt;br /&gt;
*[[The Addams Fanz|The Addams Fanz]] ([http://tafcpc.free.fr TAF homepage]) &lt;br /&gt;
*[[Ukonx|Ukonx]] ([http://ukonx.free.fr Ukonx homepage])&lt;br /&gt;
&lt;br /&gt;
== Germany  ==&lt;br /&gt;
&lt;br /&gt;
*[[ALC|ALC]]&lt;br /&gt;
*[[Armaxess|Armaxess]]&lt;br /&gt;
*[[BENG!|BENG!]] (also international)&lt;br /&gt;
*[[Benediction]] ([http://benediction.pushnpop.net/ Benediction homepage])&lt;br /&gt;
*[[Bollaware|Bollaware]]&lt;br /&gt;
*[[Cadjo Clan|Cadjo Clan]]&lt;br /&gt;
*[[CBS|CBS]]&lt;br /&gt;
*[[CGS|CGS]]&lt;br /&gt;
*[[Commotion|Commotion]]&lt;br /&gt;
*[[CRT|CRT]]&lt;br /&gt;
*[[Exodus|Exodus]]&lt;br /&gt;
*[[Frankenteam|Frankenteam]]&lt;br /&gt;
*[[FutureSoft|FutureSoft]]&lt;br /&gt;
*[[GCS|GCS]]&lt;br /&gt;
*[[GOS|GOS]]&lt;br /&gt;
*[[HJT|HJT]]&lt;br /&gt;
*[[Inicron|Inicron]]&lt;br /&gt;
*[[KKB|KKB]]&lt;br /&gt;
*[[Merlyn|Merlyn]]&lt;br /&gt;
*[[MOPS|MOPS]]&lt;br /&gt;
*[[Necron|Necron]]&lt;br /&gt;
*[[PDW|PDW]]&lt;br /&gt;
*[[POW|POW]]&lt;br /&gt;
*[[Power System|Power System]]&lt;br /&gt;
*[[The Rejects|The Rejects]]&lt;br /&gt;
*[[SCUG|SCUG]]&lt;br /&gt;
*[[SPRING|SPRING]]&lt;br /&gt;
*[[SymbiosiS|SymbiosiS]]&lt;br /&gt;
*[[TCT|TCT]]&lt;br /&gt;
*[[TGS|TGS]]&lt;br /&gt;
*[[Wizcat|Wizcat]]&lt;br /&gt;
&lt;br /&gt;
== Greece  ==&lt;br /&gt;
&lt;br /&gt;
*[[Benediction]] ([http://benediction.pushnpop.net/ Benediction homepage])&lt;br /&gt;
*[[Dirty Minds|Dirty Minds]] &lt;br /&gt;
*[[Chaos|Chaos]] ([http://chaoscpc.webs.com Chaos Homepage])&lt;br /&gt;
*[[KSL]]&lt;br /&gt;
&lt;br /&gt;
== Ireland  ==&lt;br /&gt;
&lt;br /&gt;
*[[The Firm|The Firm]]&lt;br /&gt;
&lt;br /&gt;
== Netherlands  ==&lt;br /&gt;
&lt;br /&gt;
*[[Dragonbreed Wetware|Dragonbreed Wetware]]&lt;br /&gt;
&lt;br /&gt;
== Spain  ==&lt;br /&gt;
&lt;br /&gt;
*[[Zona Neutra|Zona Neutra]] ([http://www.zonan.org Zona Neutra website]) &lt;br /&gt;
*[[ESPsoft|ESP Soft]] ([http://espsoft.amstrad.es Esp Soft website])&lt;br /&gt;
&lt;br /&gt;
== Switzerland  ==&lt;br /&gt;
&lt;br /&gt;
*[[UNiX|UNiX]]&lt;br /&gt;
&lt;br /&gt;
== United Kingdom  ==&lt;br /&gt;
&lt;br /&gt;
*[[Bitmap Vandals|Bitmap Vandals]] &lt;br /&gt;
*[[Conspiracy|Conspiracy]] &lt;br /&gt;
*[[Discovery|Discovery]] &lt;br /&gt;
*[[Donut System|Donut System]] &lt;br /&gt;
*[[Lords of Justice|Lords of Justice]] &lt;br /&gt;
*[[STS|STS]] &lt;br /&gt;
*[[Systeme D|Systeme D]] &lt;br /&gt;
*[[The Underground|The Underground]] &lt;br /&gt;
*[[Wendos PDS/Wendos Interactive|Wendos PDS/Wendos Interactive]]&lt;br /&gt;
&lt;br /&gt;
and many, many more... &lt;br /&gt;
&lt;br /&gt;
[[Category:Scene_group]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ESP_Soft&amp;diff=82945</id>
		<title>ESP Soft</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ESP_Soft&amp;diff=82945"/>
				<updated>2012-10-24T17:13:34Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''ESP Soft''' is a spanish company who releases Softwares (games) on Amstrad CPC.&lt;br /&gt;
&lt;br /&gt;
'''''&amp;quot;ESP Soft es un pequeño grupo de aficionados con algo en común: su afición por el Amstrad CPC. &amp;quot;'''''&lt;br /&gt;
&lt;br /&gt;
''ESP soft is a little group of passionates with all in common : their affection for the amstrad CPC.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Releases==&lt;br /&gt;
&lt;br /&gt;
''Most of those games are released on cassette/Tapes.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Columns&lt;br /&gt;
&lt;br /&gt;
*Gates to Hell&lt;br /&gt;
&lt;br /&gt;
*Phantomas Saga: Infinity&lt;br /&gt;
&lt;br /&gt;
*El Paciente 106&lt;br /&gt;
&lt;br /&gt;
*Small Games for Smart Minds&lt;br /&gt;
&lt;br /&gt;
*Mariano the dragon in Capers in Cityland&lt;br /&gt;
&lt;br /&gt;
*BCM, El Buscador de Código&lt;br /&gt;
&lt;br /&gt;
*Nheredia&lt;br /&gt;
&lt;br /&gt;
*ILogicAll&lt;br /&gt;
&lt;br /&gt;
*Hora Bruja&lt;br /&gt;
&lt;br /&gt;
*Arquimedes XXI&lt;br /&gt;
&lt;br /&gt;
*Imaginario Colectivo&lt;br /&gt;
&lt;br /&gt;
==Link==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Site :&lt;br /&gt;
&lt;br /&gt;
http://espsoft.amstrad.es/ (in spanish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC_related_companies]] [[Category:Computer_and_video_game_companies]][[Category:Modern Amstrad Software Publishers]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ESP_Soft&amp;diff=82944</id>
		<title>ESP Soft</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ESP_Soft&amp;diff=82944"/>
				<updated>2012-10-24T17:06:06Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Releases */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[ESPsoft]] is a spanish company who releases Softwares (games) on Amstrad CPC.&lt;br /&gt;
&lt;br /&gt;
'''''&amp;quot;ESP Soft es un pequeño grupo de aficionados con algo en común: su afición por el Amstrad CPC. &amp;quot;'''''&lt;br /&gt;
&lt;br /&gt;
''ESP soft is a little group of passionates with all in common : their affection for the amstrad CPC.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Releases==&lt;br /&gt;
&lt;br /&gt;
''Most of those games are released on cassette/Tapes.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Columns&lt;br /&gt;
&lt;br /&gt;
*Gates to Hell&lt;br /&gt;
&lt;br /&gt;
*Phantomas Saga: Infinity&lt;br /&gt;
&lt;br /&gt;
*El Paciente 106&lt;br /&gt;
&lt;br /&gt;
*Small Games for Smart Minds&lt;br /&gt;
&lt;br /&gt;
*Mariano the dragon in Capers in Cityland&lt;br /&gt;
&lt;br /&gt;
*BCM, El Buscador de Código&lt;br /&gt;
&lt;br /&gt;
*Nheredia&lt;br /&gt;
&lt;br /&gt;
*ILogicAll&lt;br /&gt;
&lt;br /&gt;
*Hora Bruja&lt;br /&gt;
&lt;br /&gt;
*Arquimedes XXI&lt;br /&gt;
&lt;br /&gt;
*Imaginario Colectivo&lt;br /&gt;
&lt;br /&gt;
==Link==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Site :&lt;br /&gt;
&lt;br /&gt;
http://www.amstrad.es/ (in spanish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can order/buy their productions there :&lt;br /&gt;
&lt;br /&gt;
http://www.amstrad.es/shop/ (in spanish)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''(This page is a stub and would need more accurate informations)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC_related_companies]] [[Category:Computer_and_video_game_companies]][[Category:Modern Amstrad Software Publishers]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82943</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82943"/>
				<updated>2012-10-24T16:44:02Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Sources of projects using z88dk and cpcrslib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at: [http://code.google.com/p/cpcrslib/downloads/list code.google.com/p/cpcrslib/downloads/list] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=151 Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=180 Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*[[Sort'em]] by LuBlu Entertainment.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/sir-ababol-cpc/ Sir Ababol] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/uwol-2-cpc/ Uwol 2]  by The Mojon Twins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82941</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82941"/>
				<updated>2012-10-24T12:37:09Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Sources of projects using z88dk and cpcrslib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at: [http://code.google.com/p/cpcrslib/downloads/list code.google.com/p/cpcrslib/downloads/list] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=151 Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=180 Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*Sort'em by LuBlu Entertainment.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82940</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82940"/>
				<updated>2012-10-24T12:36:27Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Sources of projects using z88dk and cpcrslib */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at: [http://code.google.com/p/cpcrslib/downloads/list code.google.com/p/cpcrslib/downloads/list] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=151 Small Games for Smart Minds] by ESP Soft.&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=180 Mariano The Dragon] by ESP Soft.&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle] by The Mojon Twins&lt;br /&gt;
*[http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1] by The Mojon Twins&lt;br /&gt;
*Sort'em by LuBlu Entertainment.&lt;br /&gt;
*[http://www.mojontwins.com/?page_id=171 Phantomas Thales #1: Marsport] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/cheril-of-the-bosque-cpc/ Cheril of the Bosque] by The Mojon Twins.&lt;br /&gt;
*[http://www.mojontwins.com/juegos_mojonos/lala-prologue-cpc/ Lala Prologue] by The Mojon Twins.&lt;br /&gt;
*[http://cpcfreak.cpc-live.com/ Blue Angel 69] by Kevin Thacker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82939</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=82939"/>
				<updated>2012-10-24T12:28:51Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''CPCRSlib''' is a [[:Category:C|C library]] containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. &lt;br /&gt;
&lt;br /&gt;
The library is written to be used with [[Z88DK|Z88DK]] compiler or with [[SDCC|SDCC]] complier. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib.html http://www.amstrad.es/programacion/cpcrslib.html] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at: [http://code.google.com/p/cpcrslib/downloads/list code.google.com/p/cpcrslib/downloads/list] &lt;br /&gt;
&lt;br /&gt;
[[CPCWYZlib|CPCWYZlib]] is included in the downloadable package of CPCRSlib. CPCWYZlib includes a music player and SFX player coded by WYZ, which can play music created with [[WYZTracker|WYZTracker]]. &lt;br /&gt;
&lt;br /&gt;
== installation == &lt;br /&gt;
&lt;br /&gt;
On Ubuntu Lucid Lynx :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd cpcrslib/&lt;br /&gt;
z80asm -v -xcpcrslib.lib @cpcrslib.lst&lt;br /&gt;
sudo cp cpcrslib.lib /usr/share/z88dk/lib/clibs/&lt;br /&gt;
sudo cp cpcrslib.h /usr/share/z88dk/include&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
now it should work.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
A classic &amp;quot;Hello world&amp;quot; from cpcrslib : &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;quot;cpcrslib.h&amp;quot;	// CPC Library&lt;br /&gt;
&lt;br /&gt;
int main(void) {&lt;br /&gt;
	cpc_PrintStr(&amp;quot;Hello World!&amp;quot;);&lt;br /&gt;
	while (!cpc_AnyKeyPressed()) {	}&lt;br /&gt;
	return 0;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should provide a zcc_opt.def in the source directory :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	DEFINE DEFINED_myzorg&lt;br /&gt;
	defc myzorg = 16384&lt;br /&gt;
&lt;br /&gt;
IF !NEED_appstartup&lt;br /&gt;
	DEFINE	NEED_appstartup&lt;br /&gt;
	defc reqpag = 32&lt;br /&gt;
	defc NEED_expanded = 1&lt;br /&gt;
ENDIF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Compile the contents by running the compiler, pre-processor and linker in one go by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zcc +cpc -create-app -make-app -O3 -unsigned -o hello.bin hello.c -lcpcrslib -lndos -zorg=16384&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you'll have a hello.cpc file ready to be run on your CPC.&lt;br /&gt;
&lt;br /&gt;
== Sources of projects using z88dk and cpcrslib ==&lt;br /&gt;
&lt;br /&gt;
* [http://cpcrulez.fr/zip/index.php?download=nanako-srcs Nanako Descends to Hell]&lt;br /&gt;
* [http://cpcrulez.fr/zip/index.php?download=nanako2-srcs Nanako in Classic Japanese Monster Castle]  &lt;br /&gt;
* [http://cpcrulez.fr/zip/index.php?download=coding_src-Platformer_Medley_block_1 Mari Stormbringer Plateform Medley #1 ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]] [[Category:C]][[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=User:Artaburu&amp;diff=82938</id>
		<title>User:Artaburu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=User:Artaburu&amp;diff=82938"/>
				<updated>2012-10-24T12:18:59Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Raúl Simarro -Artaburu - &lt;br /&gt;
&lt;br /&gt;
Member of  [http://espsoft.asmtrad.es ESP Soft]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Games''':&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=42 Columns CPC] (2004)&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=77 Gates to Hell] (2006)&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=122 Phantomas Saga: Infinity] (2006)&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=144 El Paciente 106] (2007)&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=151 Small Games for Smart Minds] (2008)&lt;br /&gt;
&lt;br /&gt;
*[http://espsoft.amstrad.es/?p=180 Mariano The Dragon] (2008)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''cpc libraries''' (cpcrslib and cpcwyzlib) for z88dk and SDCC [http://code.google.com/p/cpcrslib/]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Demogroups&amp;diff=82937</id>
		<title>Demogroups</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Demogroups&amp;diff=82937"/>
				<updated>2012-10-24T12:14:48Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Spain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''For an overview of the CPC scene members, you can have a look at the'' &lt;br /&gt;
&lt;br /&gt;
*[[CPC scene members|List of CPC scene members]] &lt;br /&gt;
*[http://www.cpcwiki.eu/index.php/Category:CPC_scene_members Category of CPC scene members]&lt;br /&gt;
&lt;br /&gt;
''You can also check the [http://www.cpcwiki.eu/index.php/Category:Demos Demos category] for productions/releases.'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;This is a list of the CPC scene '''demo groups''', which have been or are still active. &lt;br /&gt;
&lt;br /&gt;
== France  ==&lt;br /&gt;
&lt;br /&gt;
*[[5KB|5KB]] &lt;br /&gt;
*[[Arkos|Arkos]] ([http://www.arkos.cpcscene.com Arkos homepage]) &lt;br /&gt;
*[[AST System|AST System]] &lt;br /&gt;
*[[BCAV|BCAV]]&lt;br /&gt;
*[[Benediction]] ([http://benediction.pushnpop.net/ Benediction homepage])&lt;br /&gt;
*[[Contrast|Contrast]] &lt;br /&gt;
*[[Da Boxon Team|Da Boxon Team]] &lt;br /&gt;
*[[Fefesse|Fefesse]] &lt;br /&gt;
*[[Futur's|Futur's]] ([http://www.futurs.cpcscene.com Futur's homepage]) &lt;br /&gt;
*[[GPA|GPA]] ([http://tj.gpa.free.fr Tom et Jerry's homepage]) &lt;br /&gt;
*[[Impact CPC|Impact CPC]] ([http://impact.cpcscene.com Impact's forum]) &lt;br /&gt;
*[[Kill or die|Kill or die]] &lt;br /&gt;
*[[Krad'os Crack'ers|Krad'os Crack'ers]] &lt;br /&gt;
*[[Logon System|Logon System]] ([http://logon.system.free.fr Logon System's website]) &lt;br /&gt;
*[[Malibu Crackers|Malibu Crackers]] &lt;br /&gt;
*[[Mortel|Mortel]] &lt;br /&gt;
*[[NPS|NPS]] (for Nul Part System) ([http://nulpartsystem.free.fr NPS homepage]) &lt;br /&gt;
*[[Overlanders|Overlanders]] &lt;br /&gt;
*[[Paradox|Paradox]] &lt;br /&gt;
*[[Rebels|Rebels]] &lt;br /&gt;
*[[Revival|Revival]] &lt;br /&gt;
*[[Les Sucres en Morceaux|Les Sucres en Morceaux]] ([http://sylvestre.cpcscene.com Sucres en Morceaux homepage]) &lt;br /&gt;
*[[Static|Static]] &lt;br /&gt;
*[[The Addams Fanz|The Addams Fanz]] ([http://tafcpc.free.fr TAF homepage]) &lt;br /&gt;
*[[Ukonx|Ukonx]] ([http://ukonx.free.fr Ukonx homepage])&lt;br /&gt;
&lt;br /&gt;
== Germany  ==&lt;br /&gt;
&lt;br /&gt;
*[[ALC|ALC]]&lt;br /&gt;
*[[Armaxess|Armaxess]]&lt;br /&gt;
*[[BENG!|BENG!]] (also international)&lt;br /&gt;
*[[Benediction]] ([http://benediction.pushnpop.net/ Benediction homepage])&lt;br /&gt;
*[[Bollaware|Bollaware]]&lt;br /&gt;
*[[Cadjo Clan|Cadjo Clan]]&lt;br /&gt;
*[[CBS|CBS]]&lt;br /&gt;
*[[CGS|CGS]]&lt;br /&gt;
*[[Commotion|Commotion]]&lt;br /&gt;
*[[CRT|CRT]]&lt;br /&gt;
*[[Exodus|Exodus]]&lt;br /&gt;
*[[Frankenteam|Frankenteam]]&lt;br /&gt;
*[[FutureSoft|FutureSoft]]&lt;br /&gt;
*[[GCS|GCS]]&lt;br /&gt;
*[[GOS|GOS]]&lt;br /&gt;
*[[HJT|HJT]]&lt;br /&gt;
*[[Inicron|Inicron]]&lt;br /&gt;
*[[KKB|KKB]]&lt;br /&gt;
*[[Merlyn|Merlyn]]&lt;br /&gt;
*[[MOPS|MOPS]]&lt;br /&gt;
*[[Necron|Necron]]&lt;br /&gt;
*[[PDW|PDW]]&lt;br /&gt;
*[[POW|POW]]&lt;br /&gt;
*[[Power System|Power System]]&lt;br /&gt;
*[[The Rejects|The Rejects]]&lt;br /&gt;
*[[SCUG|SCUG]]&lt;br /&gt;
*[[SPRING|SPRING]]&lt;br /&gt;
*[[SymbiosiS|SymbiosiS]]&lt;br /&gt;
*[[TCT|TCT]]&lt;br /&gt;
*[[TGS|TGS]]&lt;br /&gt;
*[[Wizcat|Wizcat]]&lt;br /&gt;
&lt;br /&gt;
== Greece  ==&lt;br /&gt;
&lt;br /&gt;
*[[Benediction]] ([http://benediction.pushnpop.net/ Benediction homepage])&lt;br /&gt;
*[[Dirty Minds|Dirty Minds]] &lt;br /&gt;
*[[Chaos|Chaos]] ([http://chaoscpc.webs.com Chaos Homepage])&lt;br /&gt;
*[[KSL]]&lt;br /&gt;
&lt;br /&gt;
== Ireland  ==&lt;br /&gt;
&lt;br /&gt;
*[[The Firm|The Firm]]&lt;br /&gt;
&lt;br /&gt;
== Netherlands  ==&lt;br /&gt;
&lt;br /&gt;
*[[Dragonbreed Wetware|Dragonbreed Wetware]]&lt;br /&gt;
&lt;br /&gt;
== Spain  ==&lt;br /&gt;
&lt;br /&gt;
*[[Zona Neutra|Zona Neutra]] ([http://www.zonan.org Zona Neutra website]) &lt;br /&gt;
*[[ESP Soft|ESP Soft]] ([http://espsoft.amstrad.es Esp Soft website])&lt;br /&gt;
&lt;br /&gt;
== Switzerland  ==&lt;br /&gt;
&lt;br /&gt;
*[[UNiX|UNiX]]&lt;br /&gt;
&lt;br /&gt;
== United Kingdom  ==&lt;br /&gt;
&lt;br /&gt;
*[[Bitmap Vandals|Bitmap Vandals]] &lt;br /&gt;
*[[Conspiracy|Conspiracy]] &lt;br /&gt;
*[[Discovery|Discovery]] &lt;br /&gt;
*[[Donut System|Donut System]] &lt;br /&gt;
*[[Lords of Justice|Lords of Justice]] &lt;br /&gt;
*[[STS|STS]] &lt;br /&gt;
*[[Systeme D|Systeme D]] &lt;br /&gt;
*[[The Underground|The Underground]] &lt;br /&gt;
*[[Wendos PDS/Wendos Interactive|Wendos PDS/Wendos Interactive]]&lt;br /&gt;
&lt;br /&gt;
and many, many more... &lt;br /&gt;
&lt;br /&gt;
[[Category:Scene_group]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=User:Artaburu&amp;diff=82936</id>
		<title>User:Artaburu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=User:Artaburu&amp;diff=82936"/>
				<updated>2012-10-24T12:08:45Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: Created page with &amp;quot;Raúl Simarro -Artaburu -   Member of ESP Soft [http://espsoft.asmtrad.es]    '''Games''':  Columns CPC [http://espsoft.amstrad.es/?p=42] (2004)  Gates to Hell [http://espsoft.am...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Raúl Simarro -Artaburu - &lt;br /&gt;
&lt;br /&gt;
Member of ESP Soft [http://espsoft.asmtrad.es]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Games''':&lt;br /&gt;
&lt;br /&gt;
Columns CPC [http://espsoft.amstrad.es/?p=42] (2004)&lt;br /&gt;
&lt;br /&gt;
Gates to Hell [http://espsoft.amstrad.es/?p=77] (2006)&lt;br /&gt;
&lt;br /&gt;
Phantomas Saga: Infinity [http://espsoft.amstrad.es/?p=122] (2006)&lt;br /&gt;
&lt;br /&gt;
El Paciente 106 [http://espsoft.amstrad.es/?p=144] (2007)&lt;br /&gt;
&lt;br /&gt;
Small Games for Smart Minds [http://espsoft.amstrad.es/?p=151] (2008)&lt;br /&gt;
&lt;br /&gt;
Mariano The Dragon [http://espsoft.amstrad.es/?p=180] (2008)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''cpc libraries''' (cpcrslib and cpcwyzlib) for z88dk[http://code.google.com/p/cpcrslib/] and SDCC&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=30767</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=30767"/>
				<updated>2009-06-01T08:56:25Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &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; &lt;br /&gt;
&amp;lt;center&amp;gt;[http://www.cpcwiki.eu/index.php/ACU_Type_Ins http://www.cpcwiki.eu/imgs/thumb/3/39/Typeins.jpg/700px-Typeins.jpg]&amp;lt;/center&amp;gt;&lt;br /&gt;
&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;
*01/06/2009: Few days ago, The&amp;amp;nbsp;Mojon Twins released a new CPC game: [http://www.mojontwins.com/juegos/nanako-in-classic-japanese-monster-castle-v2/ Nanako in Classic Japanese Monster Castle]. &lt;br /&gt;
*05/05/2009: [http://www.pouet.net/prod.php?which=53130 Cpctro], a demo for the CPC made by ZX Spectrum guys released&amp;amp;nbsp;:) &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;
*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;
*07/09/2008: Woo-hoo! CPC Sudoku [http://www.kjthacker.f2s.com/games/index.html 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; &lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt; &lt;br /&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;&amp;lt;/div&amp;gt;&lt;br /&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;
=== 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 unaccessible 8 KB 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 '''832 x 288 pixel''' (576 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 and supports up to 4 MB of RAM&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;
=== 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 (720,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;
&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&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(255, 204, 204);&amp;quot;&amp;gt;&lt;br /&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>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=WYZTracker&amp;diff=30122</id>
		<title>WYZTracker</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=WYZTracker&amp;diff=30122"/>
				<updated>2009-03-23T17:13:16Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About  ==&lt;br /&gt;
&lt;br /&gt;
Crossplatform tool written in .NET&amp;amp;nbsp;2.0 for [[PSG|AY]]&amp;amp;nbsp;music creation&amp;amp;nbsp;by AugustoRuiz, former [[ComputerEmuzone|ComputerEmuzone]] Games Studio member, and now part of [[RetroWorks|RetroWorks]]. The music files can be played with&amp;amp;nbsp;Artaburu's [http://www.cpcwiki.eu/index.php/CPCRSlib CPCRSlib ]for [[Z88DK|Z88DK]]. &lt;br /&gt;
&lt;br /&gt;
WYZTracker is a pattern-based music editor, being a pattern a sequence of notes and effects. Patterns can have any length (a song can have patterns with different lengths too).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To add a pattern, click the &amp;quot;Añadir Patrón&amp;quot; button (looks like a sheet with a + symbol). A new pattern will appear in the pattern list that is located at the left of the tracker. &lt;br /&gt;
&lt;br /&gt;
To delete a pattern, click the &amp;quot;Eliminar Patrón&amp;quot; button (like a sheet with a minus). &lt;br /&gt;
&lt;br /&gt;
To clone a pattern, click the &amp;quot;Clonar Patrón&amp;quot; button&amp;amp;nbsp;(like two sheets together).&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
To edit notes, click on the pattern viewer (the black and green part of the screen). You can move the current selected note clicking with the mouse or using the arrow keys and Next/Prev Page.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The keyboard acts as some sort of &amp;quot;Virtual Keyboard&amp;quot;, where the Z letter is the C note of the current &amp;quot;Base Octave&amp;quot; selected (which is visible on the top of the screen as &amp;quot;Octava Base&amp;quot;). The S key will be C#, the X key is D, the D key is D#, the C key is E... Also, the Q key is the C note of (Base Octave + 1) octave.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If the selection is in the FX channel, all keys work the same way, putting the current FX into the selected note.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Also, you can configure if inserting a note makes the cursor go forward (and how many rows) using the &amp;quot;Incremento Automático&amp;quot; option at the Toolbar. You can use the 0 value to make the cursor stay where it is after inserting a note. Using F4/F5 you can change this value also.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
To change the base octave you can use the &amp;quot;Octava Base&amp;quot; combobox, or use F2/F3.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Instrument and FX&amp;amp;nbsp;edition  ==&lt;br /&gt;
&lt;br /&gt;
To edit and create instruments and FX, you must use the upper right controls.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
An instrument is a set of volumes (shown as green bars). Loops can be created easily (in spanish it's &amp;quot;Bucles&amp;quot;). To edit them, just left click in the grid shown in the Instrument Editor.&amp;lt;br&amp;gt;Clicking with the right mouse button you can select whether the instrument current position will also change the current octave (up or down).&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The Sawtooth instrument cannot be edited. It's used mainly for bass lines, using the AY envelopes.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
FX are a little more complex than instruments. For each FX position, three values can be defined: Volume (green bars), noise frequency (red bars) and note frequency (yellow bars).&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Other features  ==&lt;br /&gt;
&lt;br /&gt;
*Import/Export instruments and FX (see the toolbar below the instrument/FX selector), &lt;br /&gt;
*Export to MUS files (which are used by WYZ replayer) - this option will also generate an ASM file with the instrument/fx definitions.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional notes  ==&lt;br /&gt;
&lt;br /&gt;
Currently the user interface is only available in spanish, but there will be localized versions soon. &lt;br /&gt;
&lt;br /&gt;
== Downloads  ==&lt;br /&gt;
&lt;br /&gt;
You can download the latest version [http://augusto.ruiz.googlepages.com/WYZTracker.0.2.19.rar here].&lt;br /&gt;
&lt;br /&gt;
[[Category: Applications]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=30121</id>
		<title>CPCRSlib</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPCRSlib&amp;diff=30121"/>
				<updated>2009-03-23T17:10:28Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: New page: CPCRSlib is a C library containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. The library is written to be used with z88dk compiler. CPCR...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CPCRSlib is a C library containing routines and functions that allow to the handling of sprites and tile-mapping in Amstrad CPC. The library is written to be used with z88dk compiler. CPCRSlib also incorporates keyboard routines to redefine and to detect keys, as well as general routines to change to the screen mode or the colours. &lt;br /&gt;
&lt;br /&gt;
It can be found an explanation of each function/routine included in the library in [http://www.amstrad.es/programacion/cpcrslib_eng.htm www.amstrad.es/programacion/cpcrslib_eng.htm] &lt;br /&gt;
&lt;br /&gt;
Last release of the library can be downloaded at [http://code.google.com/p/cpcrslib/downloads/list code.google.com/p/cpcrslib/downloads/list] &lt;br /&gt;
&lt;br /&gt;
CPCWYZlib is included in the downloadable package of cpcrslib. CPCWYZlib includes a music player and SFX player coded by WYZ.&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=WYZTracker&amp;diff=30120</id>
		<title>WYZTracker</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=WYZTracker&amp;diff=30120"/>
				<updated>2009-03-23T17:02:08Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About  ==&lt;br /&gt;
&lt;br /&gt;
Crossplatform tool written in .NET&amp;amp;nbsp;2.0 for [[PSG|AY]]&amp;amp;nbsp;music creation&amp;amp;nbsp;by AugustoRuiz, former [[ComputerEmuzone|ComputerEmuzone]] Games Studio member, and now part of [[RetroWorks|RetroWorks]]. The music files can be played with&amp;amp;nbsp;Artaburu's [http://code.google.com/p/cpcrslib/ CPCRSlib ]for [[Z88DK|Z88DK]]. &lt;br /&gt;
&lt;br /&gt;
WYZTracker is a pattern-based music editor, being a pattern a sequence of notes and effects. Patterns can have any length (a song can have patterns with different lengths too).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage Instructions  ==&lt;br /&gt;
&lt;br /&gt;
To add a pattern, click the &amp;quot;Añadir Patrón&amp;quot; button (looks like a sheet with a + symbol). A new pattern will appear in the pattern list that is located at the left of the tracker. &lt;br /&gt;
&lt;br /&gt;
To delete a pattern, click the &amp;quot;Eliminar Patrón&amp;quot; button (like a sheet with a minus). &lt;br /&gt;
&lt;br /&gt;
To clone a pattern, click the &amp;quot;Clonar Patrón&amp;quot; button&amp;amp;nbsp;(like two sheets together).&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
To edit notes, click on the pattern viewer (the black and green part of the screen). You can move the current selected note clicking with the mouse or using the arrow keys and Next/Prev Page.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The keyboard acts as some sort of &amp;quot;Virtual Keyboard&amp;quot;, where the Z letter is the C note of the current &amp;quot;Base Octave&amp;quot; selected (which is visible on the top of the screen as &amp;quot;Octava Base&amp;quot;). The S key will be C#, the X key is D, the D key is D#, the C key is E... Also, the Q key is the C note of (Base Octave + 1) octave.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If the selection is in the FX channel, all keys work the same way, putting the current FX into the selected note.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Also, you can configure if inserting a note makes the cursor go forward (and how many rows) using the &amp;quot;Incremento Automático&amp;quot; option at the Toolbar. You can use the 0 value to make the cursor stay where it is after inserting a note. Using F4/F5 you can change this value also.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
To change the base octave you can use the &amp;quot;Octava Base&amp;quot; combobox, or use F2/F3.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Instrument and FX&amp;amp;nbsp;edition  ==&lt;br /&gt;
&lt;br /&gt;
To edit and create instruments and FX, you must use the upper right controls.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
An instrument is a set of volumes (shown as green bars). Loops can be created easily (in spanish it's &amp;quot;Bucles&amp;quot;). To edit them, just left click in the grid shown in the Instrument Editor.&amp;lt;br&amp;gt;Clicking with the right mouse button you can select whether the instrument current position will also change the current octave (up or down).&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The Sawtooth instrument cannot be edited. It's used mainly for bass lines, using the AY envelopes.&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
FX are a little more complex than instruments. For each FX position, three values can be defined: Volume (green bars), noise frequency (red bars) and note frequency (yellow bars).&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Other features  ==&lt;br /&gt;
&lt;br /&gt;
*Import/Export instruments and FX (see the toolbar below the instrument/FX selector), &lt;br /&gt;
*Export to MUS files (which are used by WYZ replayer) - this option will also generate an ASM file with the instrument/fx definitions.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional notes  ==&lt;br /&gt;
&lt;br /&gt;
Currently the user interface is only available in spanish, but there will be localized versions soon. &lt;br /&gt;
&lt;br /&gt;
== Downloads  ==&lt;br /&gt;
&lt;br /&gt;
You can download the latest version [http://augusto.ruiz.googlepages.com/WYZTracker.0.2.19.rar here].&lt;br /&gt;
&lt;br /&gt;
[[Category: Applications]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=29968</id>
		<title>RUA</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=29968"/>
				<updated>2009-03-13T08:24:25Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''R.U.A.''' Revista de Usuarios Amstrad is an electronic publishing (pdf), created and produced by the spanish users. &lt;br /&gt;
&lt;br /&gt;
Last published number: '''13'''. March, 2009 &lt;br /&gt;
&lt;br /&gt;
*Special 25th Anniversary:&amp;amp;nbsp;CPC History&amp;amp;nbsp;/&amp;amp;nbsp;CPC&amp;amp;nbsp;Arround the World &amp;lt;br&amp;gt; &lt;br /&gt;
*Special 25th Anniversary: XXI&amp;amp;nbsp;Century Software for CPC &lt;br /&gt;
*The Game:&amp;amp;nbsp;BeTiled! &lt;br /&gt;
*Interview: Valeriy &lt;br /&gt;
*Programming: My first assembler program (III) &lt;br /&gt;
*Programming:&amp;amp;nbsp;Sprites in Z88dk &lt;br /&gt;
*MiniReviews: Remembering classic &lt;br /&gt;
*Document: Sold but unforgotten dreams&amp;lt;br&amp;gt; &lt;br /&gt;
*TopTen… Kaos-Override &lt;br /&gt;
*MiniReviews:&amp;amp;nbsp;B&amp;amp;nbsp;Sides &lt;br /&gt;
*The&amp;amp;nbsp;Book: Graphics programming methods in the Amstrad&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Covers  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;caption=&amp;quot;RUA&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:RUA 0.jpg|RUA 0&lt;br /&gt;
Image:RUA 1.jpg|RUA 1&lt;br /&gt;
Image:RUA 2.jpg|RUA 2&lt;br /&gt;
Image:RUA 3.jpg|RUA 3&amp;lt;/gallery&amp;gt; &lt;br /&gt;
&lt;br /&gt;
== Links  ==&lt;br /&gt;
&lt;br /&gt;
Official Site: [http://www.amstrad.es/publicaciones/publicaciones/rua/index.html] &lt;br /&gt;
&lt;br /&gt;
[[Category:Fanzines]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=29967</id>
		<title>RUA</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=29967"/>
				<updated>2009-03-13T08:18:05Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''R.U.A.''' Revista de Usuarios Amstrad is an electronic publishing (pdf), created and produced by the spanish users.&lt;br /&gt;
&lt;br /&gt;
Last published number: '''2'''. June, 2007.&lt;br /&gt;
&lt;br /&gt;
*The Latest: News about CPC&lt;br /&gt;
*The Game: Groops &lt;br /&gt;
*Interview: Eliot &lt;br /&gt;
*Programming: My first assembler program (II) &lt;br /&gt;
*MiniReviews: Remembering classic &lt;br /&gt;
*The Factory: Dual CPC Bios &lt;br /&gt;
*TopTen… Litos &lt;br /&gt;
*Serious CPC: Learning dBase II (III) &lt;br /&gt;
&lt;br /&gt;
== Covers  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;caption=&amp;quot;RUA&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:RUA 0.jpg|RUA 0&lt;br /&gt;
Image:RUA 1.jpg|RUA 1&lt;br /&gt;
Image:RUA 2.jpg|RUA 2&lt;br /&gt;
Image:RUA 3.jpg|RUA 3&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
Official Site: [http://www.amstrad.es/publicaciones/publicaciones/rua/index.html]&lt;br /&gt;
&lt;br /&gt;
[[Category:Fanzines]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:RUA_3.jpg&amp;diff=29966</id>
		<title>File:RUA 3.jpg</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:RUA_3.jpg&amp;diff=29966"/>
				<updated>2009-03-13T08:13:39Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: RUA #3 cover&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RUA #3 cover&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=29953</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=29953"/>
				<updated>2009-03-11T11:30:59Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &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;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 5px solid rgb(0, 0, 0); padding: 15px 15px 15px; margin-top: 32px; background-color: rgb(255, 128, 0); text-align: center;&amp;quot;&amp;gt;&lt;br /&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;
&lt;br /&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;
&lt;br /&gt;
&lt;br /&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; | &lt;br /&gt;
&lt;br /&gt;
&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;
*11/03/2009: New game released: [http://www.mojontwins.com/?page_id=171 Phantomas Tales #1: Marsport]&amp;lt;br&amp;gt; &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... [[Image:Bb4cpc-CNGSOFT.png|thumb|right|150px|Bubble Bobble 4]] &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! [[Image:Betiled.png|thumb|right|150px|Betiled]] &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; &lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt; &lt;br /&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;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CPCWiki updates  ===&lt;br /&gt;
&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;&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(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;
*[[Pride Utilities|Pride Utilities]], [[Grim|Grim]], [[PDW|PDW]], [[Kevin Thacker|Kevin Thacker]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Top 5 Contributors from the last 60 days:&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;
&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;
&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:''' None yet&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;
&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&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(255, 204, 204);&amp;quot;&amp;gt;&lt;br /&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;&lt;br /&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;
=== 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;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=29952</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Main_Page&amp;diff=29952"/>
				<updated>2009-03-11T11:28:43Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &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;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 5px solid rgb(0, 0, 0); padding: 15px 15px 15px; margin-top: 32px; background-color: rgb(255, 128, 0); text-align: center;&amp;quot;&amp;gt;&lt;br /&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;
&lt;br /&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;
&lt;br /&gt;
&lt;br /&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; | &lt;br /&gt;
&lt;br /&gt;
&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;
*11/03/2009: [http://www.mojontwins.com/?page_id=171 Phantomas Tales #1: Marsport] released! &amp;lt;br&amp;gt; &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... [[Image:Bb4cpc-CNGSOFT.png|thumb|right|150px|Bubble Bobble 4]] &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! [[Image:Betiled.png|thumb|right|150px|Betiled]] &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; &lt;br /&gt;
&amp;amp;lt;/div&amp;amp;gt; &lt;br /&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;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CPCWiki updates  ===&lt;br /&gt;
&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;&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(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;
*[[Pride Utilities|Pride Utilities]], [[Grim|Grim]], [[PDW|PDW]], [[Kevin Thacker|Kevin Thacker]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Top 5 Contributors from the last 60 days:&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;
&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;
&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:''' None yet&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;
&lt;br /&gt;
Thanks so much guys!&amp;lt;/div&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(255, 204, 204);&amp;quot;&amp;gt;&lt;br /&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;&lt;br /&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;
=== 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;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=29948</id>
		<title>Z88DK</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=29948"/>
				<updated>2009-03-09T12:40:26Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Text copied from the official Z88dk website.''&lt;br /&gt;
&lt;br /&gt;
== What is Z88dk? ==&lt;br /&gt;
&lt;br /&gt;
z88dk is a Z80 C cross compiler supplied with an assembler/linker and a set of libraries implementing the C standard library for a number of different Z80 based machines. The name z88dk originates from the time when the project was founded and targetted only the Cambridge z88 portable.&lt;br /&gt;
&lt;br /&gt;
The compiler featured in z88dk is much enhanced Small C compiler, the compiler accepts many features of ANSI C and is only deficient in a few areas where implementation on a Z80 processor might prove inefficient. The compiler performs simple optimizations, but the bulk of the optimization is done by a set of peep-hole rules, which will typically reduce the size of a large project by up to a third.&lt;br /&gt;
&lt;br /&gt;
The libraries supplied with z88dk are designed to be as generic as possible, indeed it is possible to port to a new machine simply by supplying two library routines and some startup code. It is hoped that one day z88dk will support as many z80 based machines as there is information available and sufficient interest in. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported Targets ==&lt;br /&gt;
&lt;br /&gt;
z88dk produces code and programs that will run on the following machines: &lt;br /&gt;
&lt;br /&gt;
* Cambridge Computers z88&lt;br /&gt;
* Sinclair ZX Spectrum&lt;br /&gt;
* Sinclair ZX81&lt;br /&gt;
* CP/M based machines&lt;br /&gt;
* Amstrad NC100&lt;br /&gt;
* VZ200/300&lt;br /&gt;
* Sharp MZ series&lt;br /&gt;
* TI calculators (TI82, TI83, TI83+, TI85, TI86)&lt;br /&gt;
* ABC80, Jupiter Ace&lt;br /&gt;
* Xircom REX 6000&lt;br /&gt;
* Sam Coupe&lt;br /&gt;
* MSX1&lt;br /&gt;
* Spectravideo&lt;br /&gt;
* Mattel Aquarius&lt;br /&gt;
* Peters Sprinter&lt;br /&gt;
* C128 (in Z80 mode)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported Platforms ==&lt;br /&gt;
&lt;br /&gt;
z88dk is known to run on the following platforms:&lt;br /&gt;
&lt;br /&gt;
* Amiga&lt;br /&gt;
* BeOS&lt;br /&gt;
* HP-UX 9&lt;br /&gt;
* Linux&lt;br /&gt;
* MacOS X&lt;br /&gt;
* Solaris&lt;br /&gt;
* Win32&lt;br /&gt;
* Win16&lt;br /&gt;
* MSDOS&lt;br /&gt;
&lt;br /&gt;
Binary releases are available for Amiga, Solaris and Win32. Win16/MSDOS needs to be rolled by the user. On BSD machines, GNU make should be used instead of the native make program.&lt;br /&gt;
&lt;br /&gt;
== Libraries for the CPC  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.amstrad.es/programacion/cpcrslib.html CPCRSlib by Artaburu] &lt;br /&gt;
*[http://sourceforge.net/projects/crocolib/ Crocolib by Arnaudstorq]&lt;br /&gt;
&lt;br /&gt;
== Released Software ==&lt;br /&gt;
&lt;br /&gt;
CPC programs which are using Z88dk:&lt;br /&gt;
* [[Mariano the dragon]] (game)&lt;br /&gt;
* [[Magical drop]] (game)&lt;br /&gt;
* [[PHAT]] (demo)&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
&lt;br /&gt;
* [http://z88dk.sourceforge.net/ Official Z88dk homepage]&lt;br /&gt;
* [http://z88dk.sourceforge.net/platforms.html Machine support page]&lt;br /&gt;
* [http://z88dk.sourceforge.net/screenshots.html Screenshots on different machines]&lt;br /&gt;
* [http://www.octoate.de/joomla/index.php?option=com_content&amp;amp;task=view&amp;amp;id=17&amp;amp;Itemid=36 Tutorial on how to develop with Z88dk for the CPC (German)]&lt;br /&gt;
* [http://www.amstrad.es/programacion/c/index.php CPC Sprite library for z88dk]&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming_software]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=21701</id>
		<title>Z88DK</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=21701"/>
				<updated>2008-03-05T07:07:33Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Text copied from the official Z88dk website.''&lt;br /&gt;
&lt;br /&gt;
== What is Z88dk? ==&lt;br /&gt;
&lt;br /&gt;
z88dk is a Z80 C cross compiler supplied with an assembler/linker and a set of libraries implementing the C standard library for a number of different Z80 based machines. The name z88dk originates from the time when the project was founded and targetted only the Cambridge z88 portable.&lt;br /&gt;
&lt;br /&gt;
The compiler featured in z88dk is much enhanced Small C compiler, the compiler accepts many features of ANSI C and is only deficient in a few areas where implementation on a Z80 processor might prove inefficient. The compiler performs simple optimizations, but the bulk of the optimization is done by a set of peep-hole rules, which will typically reduce the size of a large project by up to a third.&lt;br /&gt;
&lt;br /&gt;
The libraries supplied with z88dk are designed to be as generic as possible, indeed it is possible to port to a new machine simply by supplying two library routines and some startup code. It is hoped that one day z88dk will support as many z80 based machines as there is information available and sufficient interest in. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported Targets ==&lt;br /&gt;
&lt;br /&gt;
z88dk produces code and programs that will run on the following machines: &lt;br /&gt;
&lt;br /&gt;
* Cambridge Computers z88&lt;br /&gt;
* Sinclair ZX Spectrum&lt;br /&gt;
* Sinclair ZX81&lt;br /&gt;
* CP/M based machines&lt;br /&gt;
* Amstrad NC100&lt;br /&gt;
* VZ200/300&lt;br /&gt;
* Sharp MZ series&lt;br /&gt;
* TI calculators (TI82, TI83, TI83+, TI85, TI86)&lt;br /&gt;
* ABC80, Jupiter Ace&lt;br /&gt;
* Xircom REX 6000&lt;br /&gt;
* Sam Coupe&lt;br /&gt;
* MSX1&lt;br /&gt;
* Spectravideo&lt;br /&gt;
* Mattel Aquarius&lt;br /&gt;
* Peters Sprinter&lt;br /&gt;
* C128 (in Z80 mode)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported Platforms ==&lt;br /&gt;
&lt;br /&gt;
z88dk is known to run on the following platforms:&lt;br /&gt;
&lt;br /&gt;
* Amiga&lt;br /&gt;
* BeOS&lt;br /&gt;
* HP-UX 9&lt;br /&gt;
* Linux&lt;br /&gt;
* MacOS X&lt;br /&gt;
* Solaris&lt;br /&gt;
* Win32&lt;br /&gt;
* Win16&lt;br /&gt;
* MSDOS&lt;br /&gt;
&lt;br /&gt;
Binary releases are available for Amiga, Solaris and Win32. Win16/MSDOS needs to be rolled by the user. On BSD machines, GNU make should be used instead of the native make program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
&lt;br /&gt;
* [http://z88dk.sourceforge.net/ Official Z88dk homepage]&lt;br /&gt;
* [http://z88dk.sourceforge.net/platforms.html Machine support page]&lt;br /&gt;
* [http://z88dk.sourceforge.net/screenshots.html Screenshots on different machines]&lt;br /&gt;
* [http://www.octoate.de/joomla/index.php?option=com_content&amp;amp;task=view&amp;amp;id=17&amp;amp;Itemid=36 Tutorial on how to develop with Z88dk for the CPC (German)]&lt;br /&gt;
* [http://www.amstrad.es/programacion/c/index.php CPC Sprite library for z88dk]&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming_software]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=21018</id>
		<title>Z88DK</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Z88DK&amp;diff=21018"/>
				<updated>2008-01-10T07:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Text copied from the official Z88dk website.''&lt;br /&gt;
&lt;br /&gt;
== What is Z88dk? ==&lt;br /&gt;
&lt;br /&gt;
z88dk is a Z80 C cross compiler supplied with an assembler/linker and a set of libraries implementing the C standard library for a number of different Z80 based machines. The name z88dk originates from the time when the project was founded and targetted only the Cambridge z88 portable.&lt;br /&gt;
&lt;br /&gt;
The compiler featured in z88dk is much enhanced Small C compiler, the compiler accepts many features of ANSI C and is only deficient in a few areas where implementation on a Z80 processor might prove inefficient. The compiler performs simple optimizations, but the bulk of the optimization is done by a set of peep-hole rules, which will typically reduce the size of a large project by up to a third.&lt;br /&gt;
&lt;br /&gt;
The libraries supplied with z88dk are designed to be as generic as possible, indeed it is possible to port to a new machine simply by supplying two library routines and some startup code. It is hoped that one day z88dk will support as many z80 based machines as there is information available and sufficient interest in. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported Targets ==&lt;br /&gt;
&lt;br /&gt;
z88dk produces code and programs that will run on the following machines: &lt;br /&gt;
&lt;br /&gt;
* Cambridge Computers z88&lt;br /&gt;
* Sinclair ZX Spectrum&lt;br /&gt;
* Sinclair ZX81&lt;br /&gt;
* CP/M based machines&lt;br /&gt;
* Amstrad NC100&lt;br /&gt;
* VZ200/300&lt;br /&gt;
* Sharp MZ series&lt;br /&gt;
* TI calculators (TI82, TI83, TI83+, TI85, TI86)&lt;br /&gt;
* ABC80, Jupiter Ace&lt;br /&gt;
* Xircom REX 6000&lt;br /&gt;
* Sam Coupe&lt;br /&gt;
* MSX1&lt;br /&gt;
* Spectravideo&lt;br /&gt;
* Mattel Aquarius&lt;br /&gt;
* Peters Sprinter&lt;br /&gt;
* C128 (in Z80 mode)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Supported Platforms ==&lt;br /&gt;
&lt;br /&gt;
z88dk is known to run on the following platforms:&lt;br /&gt;
&lt;br /&gt;
* Amiga&lt;br /&gt;
* BeOS&lt;br /&gt;
* HP-UX 9&lt;br /&gt;
* Linux&lt;br /&gt;
* MacOS X&lt;br /&gt;
* Solaris&lt;br /&gt;
* Win32&lt;br /&gt;
* Win16&lt;br /&gt;
* MSDOS&lt;br /&gt;
&lt;br /&gt;
Binary releases are available for Amiga, Solaris and Win32. Win16/MSDOS needs to be rolled by the user. On BSD machines, GNU make should be used instead of the native make program.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
&lt;br /&gt;
* [http://z88dk.sourceforge.net/ Official Z88dk homepage]&lt;br /&gt;
* [http://z88dk.sourceforge.net/platforms.html Machine support page]&lt;br /&gt;
* [http://z88dk.sourceforge.net/screenshots.html Screenshots on different machines]&lt;br /&gt;
* [http://www.octoate.de/joomla/index.php?option=com_content&amp;amp;task=view&amp;amp;id=17&amp;amp;Itemid=36 Tutorial on how to develop with Z88dk for the CPC (German)]&lt;br /&gt;
* [http://www.amstrad.es/programacion/c/index.html CPC Sprite library for z88dk]&lt;br /&gt;
&lt;br /&gt;
[http://www.amstrad.es/programacion/c/index.html Category:Programming_software]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=17352</id>
		<title>RUA</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=17352"/>
				<updated>2007-07-05T16:23:27Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''R.U.A.''' Revista de Usuarios Amstrad is an electronic publishing (pdf), created and produced by the spanish users.&lt;br /&gt;
&lt;br /&gt;
Last published number: '''2'''. June, 2007. [[Image:rua2cols2.jpg|right]]&lt;br /&gt;
*The Latest: News about CPC&lt;br /&gt;
*The Game: Groops &lt;br /&gt;
*Interview: Eliot &lt;br /&gt;
*Programming: My first assembler program (II) &lt;br /&gt;
*MiniReviews: Remembering classic &lt;br /&gt;
*The Factory: Dual CPC Bios &lt;br /&gt;
*TopTen… Litos &lt;br /&gt;
*Serious CPC: Learning dBase II (III) &lt;br /&gt;
&lt;br /&gt;
Official Site: [http://www.amstrad.es/publicaciones/publicaciones/rua/index.html]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=17351</id>
		<title>RUA</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=17351"/>
				<updated>2007-07-05T16:19:16Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''R.U.A.''' Revista de Usuarios Amstrad is an electronic publishing (pdf), created and produced by the spanish users.&lt;br /&gt;
&lt;br /&gt;
Last published number: 2. June, 2007. [[Image:rua2cols2.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
Official Site: [http://www.amstrad.es/publicaciones/publicaciones/rua/index.html]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Rua2cols2.jpg&amp;diff=17350</id>
		<title>File:Rua2cols2.jpg</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Rua2cols2.jpg&amp;diff=17350"/>
				<updated>2007-07-05T16:16:42Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Magazines&amp;diff=17349</id>
		<title>Magazines</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Magazines&amp;diff=17349"/>
				<updated>2007-07-05T16:05:18Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* SPAIN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Magazines==&lt;br /&gt;
'''You can [[Mags|download]] all the issues of ''Amstrad Action'', ''Amstrad Computer User'' and ''Amtix!'' directly from our server! Whoo-hoo!!! What's more, a new project is in on way to upload all the [[Type Ins]] from the magazines!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Denmark===&lt;br /&gt;
&lt;br /&gt;
* [[Amstradbladet]]&lt;br /&gt;
* [[Amstrad Bruger Bladet]]&lt;br /&gt;
* [[INPUT]]&lt;br /&gt;
&lt;br /&gt;
===France===&lt;br /&gt;
* [[AFC]]&lt;br /&gt;
* [[AM Mag]]&lt;br /&gt;
* [[Amstar]]&lt;br /&gt;
* [[Amstrad Cent Pour Cent]]&lt;br /&gt;
* [[Amstrad Magazine]]&lt;br /&gt;
* [[Amstradebdo et PC]]&lt;br /&gt;
* [[CPC (magazine)|CPC]]&lt;br /&gt;
* [[CPC Infos]]&lt;br /&gt;
* [[Logistrad]]&lt;br /&gt;
* [[Microstrad]]&lt;br /&gt;
&lt;br /&gt;
===Germany===&lt;br /&gt;
&lt;br /&gt;
====CPC magazines====&lt;br /&gt;
* [[CPC Schneider International]]. This magazine was also known as (in order of appearance):&lt;br /&gt;
** PC Schneider International&lt;br /&gt;
** PC Amstrad/Schneider International&lt;br /&gt;
** PC Amstrad International&lt;br /&gt;
** CPC Amstrad International&lt;br /&gt;
* [[CPC Schneider Magazin]]. This magazine was known as (in order of appearance):&lt;br /&gt;
** CPC Magazin&lt;br /&gt;
** CPC Schneider Magazin&lt;br /&gt;
** Schneider Magazin&lt;br /&gt;
** Schneider Computerpartner&lt;br /&gt;
* [[Schneider aktiv]]&lt;br /&gt;
* [[Schneider CPC-Welt]]&lt;br /&gt;
* [[Schneider Spezial]]&lt;br /&gt;
&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* [[Aktueller Software Markt (ASM)]]. Game reviews.&lt;br /&gt;
* [[Compute mit]]. For Amstrad CPC and several Commodore computers.&lt;br /&gt;
* [[Computer Flohmarkt (CF)]]. Computer related classified ads.&lt;br /&gt;
* [[Computer Kontakt]]&lt;br /&gt;
* [[Happy Computer]]&lt;br /&gt;
&lt;br /&gt;
===Great Britain===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad Action]]&lt;br /&gt;
* [[Amstrad Computer User]]&lt;br /&gt;
* [[Amtix]]&lt;br /&gt;
* [[Computing with the Amstrad]]&lt;br /&gt;
* [[CPC Attack]]&lt;br /&gt;
* [[CPC Computing]]&lt;br /&gt;
&lt;br /&gt;
===Greece===&lt;br /&gt;
&lt;br /&gt;
* Greek Side Of Amstrad / H Elliniki Pleyra toy Amstrad [http://geocities.com/grsideofamstrad/       Some Cover-scans]&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* Pixel [http://web.1asphost.com/immortalx/pixelmag/    Page with some scanned pages]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Poland===&lt;br /&gt;
&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* [[Bajtek]]. Lots of CPC type-ins, CPC software and games reviews.&lt;br /&gt;
* [[Komputer]]. Some CPC articles and type-ins. Later merged with PC-World(Polish edition).&lt;br /&gt;
* [[Top Secret]]. Game reviews only magazine.&lt;br /&gt;
&lt;br /&gt;
===Spain===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad Accion]]&lt;br /&gt;
* [[Amstrad Personal]]&lt;br /&gt;
* [[Amstrad Semanal]]&lt;br /&gt;
* [[Amstrad User]]&lt;br /&gt;
* [[Amstrad Sinclair Ocio]]&lt;br /&gt;
* [[Tu Micro Amstrad]]&lt;br /&gt;
* [[Megaocio]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* [[Micromania]]&lt;br /&gt;
* [[Syntax Error]]&lt;br /&gt;
&lt;br /&gt;
==Fanzines ( Paper / Disc )==&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
&lt;br /&gt;
* [[Bladet Om Amstrad]]&lt;br /&gt;
* [[HACK]]&lt;br /&gt;
&lt;br /&gt;
=== Great Britain ===&lt;br /&gt;
&lt;br /&gt;
* [[After Dark]] (disc)&lt;br /&gt;
* [[A-OK]] (paper)&lt;br /&gt;
* [[ATM]] (disc)&lt;br /&gt;
* [[Artificial Intelligence]] (paper)&lt;br /&gt;
* [[Bonzo's Scrapyard Newsletter]] (paper)&lt;br /&gt;
* [[BTL]] (disc)&lt;br /&gt;
* [[CEF and Fanzam]] (disc)&lt;br /&gt;
* [[CPC Domain]] (paper/disc)&lt;br /&gt;
* [[CPC Undercover]] (paper)&lt;br /&gt;
* [[CPC User]] (paper)&lt;br /&gt;
* [[CPC Oxygen]] (web)&lt;br /&gt;
* [[Donut Mag]] (disc)&lt;br /&gt;
* [[EuroWACCI]] (disc)&lt;br /&gt;
* [[Explosive Fun]] (disc)&lt;br /&gt;
* [[Impact]] (disc)&lt;br /&gt;
* [[Night-Life]] (disc)&lt;br /&gt;
* [[Otto]] (disc)&lt;br /&gt;
* [[Playmates]] (paper)&lt;br /&gt;
* [[Potential Difference]] (paper)&lt;br /&gt;
* [[Print-Out]] (paper)&lt;br /&gt;
* [[WACCI]] (paper)&lt;br /&gt;
&lt;br /&gt;
=== Ireland ===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad Fun]]&lt;br /&gt;
* [[Amstrad User]]&lt;br /&gt;
* [[CPC Forever (Ireland)|CPC Forever]]&lt;br /&gt;
&lt;br /&gt;
=== Greece ===&lt;br /&gt;
&lt;br /&gt;
* Focus      Diskzine from Chaos team. Only 2 issues released.[http://geocities.com/chaoscpc/Focus.html  Official homepage]&lt;br /&gt;
* Ovation      Diskzine from Dirty Minds team. Ovation has seen 6 issues. [http://h01c.freewebpage.org/dm_download.html   Download page]&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
&lt;br /&gt;
* [[Bad Mag]] (disc)&lt;br /&gt;
* [[CPC-Bild]] (paper)&lt;br /&gt;
* [[CPC Challenge]] (disc)&lt;br /&gt;
* [[CPC-Fastloader]] (disc and paper)&lt;br /&gt;
* [[CPC Forever]] (paper)&lt;br /&gt;
* [[CPC-Power]] (paper)&lt;br /&gt;
* [[CPC-Telegramm]] (disc)&lt;br /&gt;
* [[Crackers International]] (paper)&lt;br /&gt;
* [[Disc Mac]] (disc)&lt;br /&gt;
* [[Digital Press]] (3rd issue was a french/german production)&lt;br /&gt;
* [[Guten TAG!]] (disc)&lt;br /&gt;
* [[Lamers International]] (paper)&lt;br /&gt;
* [[Rundschlag]] (paper)&lt;br /&gt;
* [[Scoop Poop]] (disc) (de)&lt;br /&gt;
* [[Tribal Mag]] (disc) (de/en/fr)&lt;br /&gt;
* [[X-Treme]] (disc)&lt;br /&gt;
&lt;br /&gt;
=== France ===&lt;br /&gt;
&lt;br /&gt;
* [[Ali Gator Dundee]] (disc)&lt;br /&gt;
* [[Another World]] (paper)&lt;br /&gt;
* [[CCC Fanz]] (disc)&lt;br /&gt;
* [[Crack'n Rom]] (disc)&lt;br /&gt;
* [[Le Canard Déchainé]] (paper)&lt;br /&gt;
* [[Croco World]]&lt;br /&gt;
* [[Croc en Chambre]]&lt;br /&gt;
* [[Croco Passion]]&lt;br /&gt;
* [[Demoniak]] (disc)&lt;br /&gt;
* [[Disc Full]]&lt;br /&gt;
* [[Drapeau noir]] (paper)&lt;br /&gt;
* [[Darkstrad]]&lt;br /&gt;
* [[Eurostrad]] (paper)&lt;br /&gt;
* [[L'echo des Crocos]] (paper)&lt;br /&gt;
* [[Maxi Micro]] (disc)&lt;br /&gt;
* [[Metro Boulot Micro]]&lt;br /&gt;
* [[Micro Mag &amp;amp; Press Fire]]&lt;br /&gt;
* [[Phaser]] (disc)&lt;br /&gt;
* [[Quasar CPC]] (paper/disc)&lt;br /&gt;
* [[Readonly]] (paper)&lt;br /&gt;
* [[The Other World]] (disc)&lt;br /&gt;
* [[Virus]] (disc)&lt;br /&gt;
&lt;br /&gt;
* zillions more&lt;br /&gt;
&lt;br /&gt;
=== Spain ===&lt;br /&gt;
&lt;br /&gt;
* [[RUA]] (paper)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and lots, lots more from across Europe and elsewhere.&lt;br /&gt;
&lt;br /&gt;
[[Category:Magazines|*]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=17348</id>
		<title>RUA</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=RUA&amp;diff=17348"/>
				<updated>2007-07-05T16:03:37Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: New page: '''RUA''' is a Spanish magazine published by several Spanish people.  Official Site: [http://www.amstrad.es/publicaciones/publicaciones/rua/index.html]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''RUA''' is a Spanish magazine published by several Spanish people.&lt;br /&gt;
&lt;br /&gt;
Official Site: [http://www.amstrad.es/publicaciones/publicaciones/rua/index.html]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Magazines&amp;diff=17347</id>
		<title>Magazines</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Magazines&amp;diff=17347"/>
				<updated>2007-07-05T15:57:28Z</updated>
		
		<summary type="html">&lt;p&gt;Artaburu: /* Fanzines ( Paper / Disc ) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Magazines==&lt;br /&gt;
'''You can [[Mags|download]] all the issues of ''Amstrad Action'', ''Amstrad Computer User'' and ''Amtix!'' directly from our server! Whoo-hoo!!! What's more, a new project is in on way to upload all the [[Type Ins]] from the magazines!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Denmark===&lt;br /&gt;
&lt;br /&gt;
* [[Amstradbladet]]&lt;br /&gt;
* [[Amstrad Bruger Bladet]]&lt;br /&gt;
* [[INPUT]]&lt;br /&gt;
&lt;br /&gt;
===France===&lt;br /&gt;
* [[AFC]]&lt;br /&gt;
* [[AM Mag]]&lt;br /&gt;
* [[Amstar]]&lt;br /&gt;
* [[Amstrad Cent Pour Cent]]&lt;br /&gt;
* [[Amstrad Magazine]]&lt;br /&gt;
* [[Amstradebdo et PC]]&lt;br /&gt;
* [[CPC (magazine)|CPC]]&lt;br /&gt;
* [[CPC Infos]]&lt;br /&gt;
* [[Logistrad]]&lt;br /&gt;
* [[Microstrad]]&lt;br /&gt;
&lt;br /&gt;
===Germany===&lt;br /&gt;
&lt;br /&gt;
====CPC magazines====&lt;br /&gt;
* [[CPC Schneider International]]. This magazine was also known as (in order of appearance):&lt;br /&gt;
** PC Schneider International&lt;br /&gt;
** PC Amstrad/Schneider International&lt;br /&gt;
** PC Amstrad International&lt;br /&gt;
** CPC Amstrad International&lt;br /&gt;
* [[CPC Schneider Magazin]]. This magazine was known as (in order of appearance):&lt;br /&gt;
** CPC Magazin&lt;br /&gt;
** CPC Schneider Magazin&lt;br /&gt;
** Schneider Magazin&lt;br /&gt;
** Schneider Computerpartner&lt;br /&gt;
* [[Schneider aktiv]]&lt;br /&gt;
* [[Schneider CPC-Welt]]&lt;br /&gt;
* [[Schneider Spezial]]&lt;br /&gt;
&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* [[Aktueller Software Markt (ASM)]]. Game reviews.&lt;br /&gt;
* [[Compute mit]]. For Amstrad CPC and several Commodore computers.&lt;br /&gt;
* [[Computer Flohmarkt (CF)]]. Computer related classified ads.&lt;br /&gt;
* [[Computer Kontakt]]&lt;br /&gt;
* [[Happy Computer]]&lt;br /&gt;
&lt;br /&gt;
===Great Britain===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad Action]]&lt;br /&gt;
* [[Amstrad Computer User]]&lt;br /&gt;
* [[Amtix]]&lt;br /&gt;
* [[Computing with the Amstrad]]&lt;br /&gt;
* [[CPC Attack]]&lt;br /&gt;
* [[CPC Computing]]&lt;br /&gt;
&lt;br /&gt;
===Greece===&lt;br /&gt;
&lt;br /&gt;
* Greek Side Of Amstrad / H Elliniki Pleyra toy Amstrad [http://geocities.com/grsideofamstrad/       Some Cover-scans]&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* Pixel [http://web.1asphost.com/immortalx/pixelmag/    Page with some scanned pages]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Poland===&lt;br /&gt;
&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* [[Bajtek]]. Lots of CPC type-ins, CPC software and games reviews.&lt;br /&gt;
* [[Komputer]]. Some CPC articles and type-ins. Later merged with PC-World(Polish edition).&lt;br /&gt;
* [[Top Secret]]. Game reviews only magazine.&lt;br /&gt;
&lt;br /&gt;
===Spain===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad Accion]]&lt;br /&gt;
* [[Amstrad Personal]]&lt;br /&gt;
* [[Amstrad Semanal]]&lt;br /&gt;
* [[Amstrad User]]&lt;br /&gt;
* [[Amstrad Sinclair Ocio]]&lt;br /&gt;
* [[Tu Micro Amstrad]]&lt;br /&gt;
* [[Megaocio]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Multi platform magazines====&lt;br /&gt;
* [[Micromania]]&lt;br /&gt;
* [[Syntax Error]]&lt;br /&gt;
&lt;br /&gt;
==Fanzines ( Paper / Disc )==&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
&lt;br /&gt;
* [[Bladet Om Amstrad]]&lt;br /&gt;
* [[HACK]]&lt;br /&gt;
&lt;br /&gt;
=== Great Britain ===&lt;br /&gt;
&lt;br /&gt;
* [[After Dark]] (disc)&lt;br /&gt;
* [[A-OK]] (paper)&lt;br /&gt;
* [[ATM]] (disc)&lt;br /&gt;
* [[Artificial Intelligence]] (paper)&lt;br /&gt;
* [[Bonzo's Scrapyard Newsletter]] (paper)&lt;br /&gt;
* [[BTL]] (disc)&lt;br /&gt;
* [[CEF and Fanzam]] (disc)&lt;br /&gt;
* [[CPC Domain]] (paper/disc)&lt;br /&gt;
* [[CPC Undercover]] (paper)&lt;br /&gt;
* [[CPC User]] (paper)&lt;br /&gt;
* [[CPC Oxygen]] (web)&lt;br /&gt;
* [[Donut Mag]] (disc)&lt;br /&gt;
* [[EuroWACCI]] (disc)&lt;br /&gt;
* [[Explosive Fun]] (disc)&lt;br /&gt;
* [[Impact]] (disc)&lt;br /&gt;
* [[Night-Life]] (disc)&lt;br /&gt;
* [[Otto]] (disc)&lt;br /&gt;
* [[Playmates]] (paper)&lt;br /&gt;
* [[Potential Difference]] (paper)&lt;br /&gt;
* [[Print-Out]] (paper)&lt;br /&gt;
* [[WACCI]] (paper)&lt;br /&gt;
&lt;br /&gt;
=== Ireland ===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad Fun]]&lt;br /&gt;
* [[Amstrad User]]&lt;br /&gt;
* [[CPC Forever (Ireland)|CPC Forever]]&lt;br /&gt;
&lt;br /&gt;
=== Greece ===&lt;br /&gt;
&lt;br /&gt;
* Focus      Diskzine from Chaos team. Only 2 issues released.[http://geocities.com/chaoscpc/Focus.html  Official homepage]&lt;br /&gt;
* Ovation      Diskzine from Dirty Minds team. Ovation has seen 6 issues. [http://h01c.freewebpage.org/dm_download.html   Download page]&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
&lt;br /&gt;
* [[Bad Mag]] (disc)&lt;br /&gt;
* [[CPC-Bild]] (paper)&lt;br /&gt;
* [[CPC Challenge]] (disc)&lt;br /&gt;
* [[CPC-Fastloader]] (disc and paper)&lt;br /&gt;
* [[CPC Forever]] (paper)&lt;br /&gt;
* [[CPC-Power]] (paper)&lt;br /&gt;
* [[CPC-Telegramm]] (disc)&lt;br /&gt;
* [[Crackers International]] (paper)&lt;br /&gt;
* [[Disc Mac]] (disc)&lt;br /&gt;
* [[Digital Press]] (3rd issue was a french/german production)&lt;br /&gt;
* [[Guten TAG!]] (disc)&lt;br /&gt;
* [[Lamers International]] (paper)&lt;br /&gt;
* [[Rundschlag]] (paper)&lt;br /&gt;
* [[Scoop Poop]] (disc) (de)&lt;br /&gt;
* [[Tribal Mag]] (disc) (de/en/fr)&lt;br /&gt;
* [[X-Treme]] (disc)&lt;br /&gt;
&lt;br /&gt;
=== France ===&lt;br /&gt;
&lt;br /&gt;
* [[Ali Gator Dundee]] (disc)&lt;br /&gt;
* [[Another World]] (paper)&lt;br /&gt;
* [[CCC Fanz]] (disc)&lt;br /&gt;
* [[Crack'n Rom]] (disc)&lt;br /&gt;
* [[Le Canard Déchainé]] (paper)&lt;br /&gt;
* [[Croco World]]&lt;br /&gt;
* [[Croc en Chambre]]&lt;br /&gt;
* [[Croco Passion]]&lt;br /&gt;
* [[Demoniak]] (disc)&lt;br /&gt;
* [[Disc Full]]&lt;br /&gt;
* [[Drapeau noir]] (paper)&lt;br /&gt;
* [[Darkstrad]]&lt;br /&gt;
* [[Eurostrad]] (paper)&lt;br /&gt;
* [[L'echo des Crocos]] (paper)&lt;br /&gt;
* [[Maxi Micro]] (disc)&lt;br /&gt;
* [[Metro Boulot Micro]]&lt;br /&gt;
* [[Micro Mag &amp;amp; Press Fire]]&lt;br /&gt;
* [[Phaser]] (disc)&lt;br /&gt;
* [[Quasar CPC]] (paper/disc)&lt;br /&gt;
* [[Readonly]] (paper)&lt;br /&gt;
* [[The Other World]] (disc)&lt;br /&gt;
* [[Virus]] (disc)&lt;br /&gt;
&lt;br /&gt;
* zillions more&lt;br /&gt;
&lt;br /&gt;
=== SPAIN ===&lt;br /&gt;
&lt;br /&gt;
* [[RUA]] (paper)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and lots, lots more from across Europe and elsewhere.&lt;br /&gt;
&lt;br /&gt;
[[Category:Magazines|*]]&lt;/div&gt;</summary>
		<author><name>Artaburu</name></author>	</entry>

	</feed>