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

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20954</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20954"/>
				<updated>2008-01-08T07:58:44Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Alpha version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (defined by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy), by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.nnn&amp;quot;'''&amp;lt;BR&amp;gt;&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn (n - a digit, x - any character)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download Alpha7 from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] (version for SymbiFace IDE, plase contact to get other, e.g. CPCISA). Please backup all your harddisk data before use, as this version can include dangerous bugs.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done since 2007-11-04:&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Special XDPB is set for superdisk XDPB.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Diskimage sizes listed in superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ List floppy on superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Support of IDE8255 (DSKHNDLR is written).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ LBA start is #000000 not #000001.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Startup message with name of DSKHNDLR.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Redirection to floppy when wrong diskimage is selected.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Forbid disk creation from superdisk (has inadequate XDPB).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Corrected XDPB of new diskimage (cylinders and sides).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 6 as |PRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Size of floppy (diskimage &amp;quot;.000&amp;quot;) is zero.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done but not released:&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 15 as |DRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Formatting done on superdisk creates new diskimage (also from |DRIVE tool).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Corrected free space printing in CAT to allow larger numbers.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Better PARADOS |DRIVE tool synchronization.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Rename diskimages from superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for Vortex 704 format.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To fine tune is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Recelculate amount of free space in sectors.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Move the free space entry towards end of partition list.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of diskimages placed over #0010000 LBA.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of large diskimages (over 184 blocks).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of selection of diskimages number over 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of listing diskimages above number 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for diskimages with sectors of 256B and 1kB.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct support for Master/Slave.&amp;lt;BR&amp;gt;&lt;br /&gt;
- IDE interface type detection (SF2, IDE8255, CPCISA).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Display real number of units after DSKHNDLR detection.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20541</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20541"/>
				<updated>2007-12-05T11:13:11Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Alpha version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (defined by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy), by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.nnn&amp;quot;'''&amp;lt;BR&amp;gt;&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn (n - a digit, x - any character)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download Alpha7 from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] (version for SymbiFace IDE, plase contact to get other, e.g. CPCISA). Please backup all your harddisk data before use, as this version can include dangerous bugs.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done since 2007-11-04:&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Special XDPB is set for superdisk XDPB.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Diskimage sizes listed in superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ List floppy on superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Support of IDE8255 (DSKHNDLR is written).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ LBA start is #000000 not #000001.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Startup message with name of DSKHNDLR.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Redirection to floppy when wrong diskimage is selected.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Forbid disk creation from superdisk (has inadequate XDPB).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Corrected XDPB of new diskimage (cylinders and sides).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 6 as |PRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Size of floppy (diskimage &amp;quot;.000&amp;quot;) is zero.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done but not released:&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 15 as |DRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Formatting done on superdisk creates new diskimage (also from |DRIVE tool).&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Rename diskimages from superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for Vortex 704 format.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To fine tune is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Recelculate amount of free space in sectors.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Better PARADOS |DRIVE tool synchronization.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Move the free space entry towards end of partition list.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of diskimages placed over #0010000 LBA.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of large diskimages (over 184 blocks).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of selection of diskimages number over 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of listing diskimages above number 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct free space printing in CAT to allow larger numbers.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for diskimages with sectors of 256B and 1kB.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct support for Master/Slave.&amp;lt;BR&amp;gt;&lt;br /&gt;
- IDE interface type detection (SF2, IDE8255, CPCISA).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Display real number of units after DSKHNDLR detection.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20320</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20320"/>
				<updated>2007-11-30T13:16:39Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Diskimages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (defined by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy), by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.nnn&amp;quot;'''&amp;lt;BR&amp;gt;&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn (n - a digit, x - any character)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download Alpha7 from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] (version for SymbiFace IDE, plase contact to get other, e.g. CPCISA). Please backup all your harddisk data before use, as this version can include dangerous bugs.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done since 2007-11-04:&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Special XDPB is set for superdisk XDPB.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Diskimage sizes listed in superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ List floppy on superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Support of IDE8255 (DSKHNDLR is written).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ LBA start is #000000 not #000001.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Startup message with name of DSKHNDLR.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Redirection to floppy when wrong diskimage is selected.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Forbid disk creation from superdisk (has inadequate XDPB).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Corrected XDPB of new diskimage (cylinders and sides).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 6 as |PRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Size of floppy (diskimage &amp;quot;.000&amp;quot;) is zero.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Rename diskimages from superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for Vortex 704 format.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To fine tune is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Recelculate amount of free space in sectors.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Better PARADOS |DRIVE tool synchronization.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Move the free space entry towards end of partition list.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of diskimages placed over #0010000 LBA.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of large diskimages (over 184 blocks).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of selection of diskimages number over 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of listing diskimages above number 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct free space printing in CAT to allow larger numbers.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for diskimages with sectors of 256B and 1kB.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct support for Master/Slave.&amp;lt;BR&amp;gt;&lt;br /&gt;
- IDE interface type detection (SF2, IDE8255, CPCISA).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Display real number of units after DSKHNDLR detection.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=News_and_Projects&amp;diff=20319</id>
		<title>News and Projects</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=News_and_Projects&amp;diff=20319"/>
				<updated>2007-11-30T02:19:09Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
This is an overview of the last CPC related news. You will find a complete list of all news in the '''[[News:Archive|news archive]]'''.&lt;br /&gt;
&lt;br /&gt;
* 30/11/2007: [[YaPaDOS]]: Alpha 7 released with mayor bugs corrected, ParaDOS tool added.&lt;br /&gt;
* 04/11/2007: [http://cpce.emuunlim.com CPCE 1.85] released, bug fixes in SF2 IDE, tape speedup and Win32 dialog for ZIP files.&lt;br /&gt;
* 28/10/2007: [[YaPaDOS]]: AMSDOS/ParaDOS to harddisk redirection, alpha version with most of features finished.&lt;br /&gt;
* 18/10/2007: [http://cpcrulez.free.fr/Scene_Demos/index.php?list=H Hate Beats]&amp;amp;nbsp;: new Amstrad CPC Plus demo released by [http://ukonx.free.fr Ukonx]&lt;br /&gt;
* 06/10/2007: NEW game for Amstrad CPC available for download&amp;amp;nbsp;: [http://cpcrulez.free.fr/GamesDL_free/index.php?list=D Delirium Tremens] by Antonio Elic , Bernardin Katic et Alen Blazevic. D&lt;br /&gt;
* 04/10/2007: an invitro for [http://www.secretum-meeting.pixnet.fr/ Castellum Secretum 2] meeting has just been released and is available [http://www.amstradcpc.info here].&lt;br /&gt;
* 01/10/2007: [http://zx81.zx81.free.fr/ GP2XCap32 and PSPCap32] released, with major improvements (close to fullspeed, sound is now played in 16 bits and stereo, new speed limiter function and much more)&lt;br /&gt;
* 30/09/2007: [http://www.secretum-meeting.pixnet.fr/ Castellum Secretum 2] meeting will be held in Segré, France, from 26 to 28th october.&lt;br /&gt;
* 17/09/2007: [http://cpce.emuunlim.com CPCE 1.84] released, with assorted bug fixes and enhancements. A hotfix was released on 23/09/2007.&lt;br /&gt;
* 17/09/2007: [http://www.winape.net WinAPE 2.0 Alpha 14] released. FDC emulation enhancements and some bug fixes.&lt;br /&gt;
* 04/09/2007: [http://www.amstrad.es/forum/viewtopic.php?p=12374#12374 Img2CPC] released. A command line tool to convert images to headers ready to be used with z88dk. Also can be used with little changes with WinAPE integrated debugger.&lt;br /&gt;
* 01/09/2007: A lovely [http://www.cpcwiki.eu/index.php/Category:Screenshot:Demo demo screenshot gallery] has been compiled by PulkoMandy!&lt;br /&gt;
* 30/08/2007: [[SymbOS]] 2.0 has been [http://www.symbos.de/download.htm released] including 1024KB, fast Mode2, richtext and [[PCW]] support&lt;br /&gt;
* 30/08/2007: [[Cosmos]] 2.0 (personal cost monitor) has been released&lt;br /&gt;
* 29/08/2007: [http://cezgs.computeremuzone.com/eng/card.php?id=17 Paciente 106], a great-looking and promising graphic/text adventure has been released!&lt;br /&gt;
* 28/08/2007: Frogger finally released for the Amstrad Plus. Get it [http://www.winape.net/download/frogger.zip here].&lt;br /&gt;
* 09/08/2007: A new version of [http://www.geocities.com/virtualcpc/ Virtual CPC] is available for download! Many additions like video or audio recording, Symbiface II emulation etc,etc...&lt;br /&gt;
* 08/08/2007: [http://www.winape.net WinAPE] 2.0 Alpha 13 released. Assembler improvements, Amstrad Plus emulation improvements, Graphics editing and Session Recording, and dozens of other improvements and fixes!&lt;br /&gt;
* 04/08/2007: [http://cpcrulez.free.fr/coding_src_freeOCP.htm FreeOCP] v0.012b released, with new palette page and complete A/B drive support&lt;br /&gt;
* 03/08/2007: [http://www.cpcalive.com/cpcalive_en.html CPCAlive] 1.08f released with bug fixes.&lt;br /&gt;
* 30/07/2007: [[FreeOCP]] v0.010 beta has been [http://cpcrulez.free.fr/coding_src_freeOCP.htm released].&lt;br /&gt;
* 29/07/2007: [[CPCE]] 1.83 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 07/07/2007: A hotfix of [[CPCE]] 1.82 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 03/07/2007: [[CPCE]] 1.82 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 24/06/2007: [[CPCGamesCD-CPCLoader|CPC Loader]] updated with some nice changes!&lt;br /&gt;
* 16/06/2007: [[CPCE]] 1.81 has been [http://cpce.emuunlim.com released] with many bugfixes and several new services.&lt;br /&gt;
* 08/06/2007: [[SymAmp]] 2.0 has been [http://www.symbos.de/preview.htm released] and is also able to play PT3 sounds now&lt;br /&gt;
* 23/05/2007: [http://www.cpcwiki.eu/CYBORGS-from-elmsoft.zip Cyborgs] rolling demo discovered, ripped and uploaded for your viewing pleasure&amp;amp;nbsp;:)&lt;br /&gt;
* 20/05/2007: [http://cpcrulez.2ya.com/ CPC Rulez] has some CPC games that have been tweaked for the CPC+, with updated palette, nice fades etc. For now: Operation Wolf, Rick Dangerous , Cybernoid et Solomon's Keys, Double Dragon, Cybernoid II!&lt;br /&gt;
* 26/04/2007: The [http://www.symstudio.info official website] for [[SymStudio]] has been launched and contains the new version 0.95.&lt;br /&gt;
* 07/04/2007: [http://www.binarysciences.com Binary Sciences] has released [[Groops]], a puzzle game for CPC 6128.&lt;br /&gt;
* 06/04/2007: [http://www.geocities.com/virtualcpc/ Virtual CPC] 1.05a released. Changes concerning performance. Improved code for Consecutive Screenshots.&lt;br /&gt;
* 03/04/2007: The [http://toplist.cpcszene.de Amstrad CPC TopList] is online now: It's the list of the most frequented CPC websites, where everybody can join.&lt;br /&gt;
* 01/04/2007: [[Croco Chanel N°4]] Only 1 month away. [http://cc4.cpcscene.com ''Join us now&amp;amp;nbsp;!'']. ([http://www.pouet.net/prod.php?which=30010 ''Invitro''])&lt;br /&gt;
* 28/03/2007: [http://www.cpc-forum.de CPC-Forum.de] has been opened to become the new and most important discussion forum for the German-speaking part of the CPC scene&lt;br /&gt;
* 25/03/2007: [[PSPCap32]] v1.1.6. [http://psp-news.dcemu.co.uk/pspcap32-amstrad-cpc-emulator-for-psp-v1-1-6-symb-os--57355.html has been released (read more here)]&lt;br /&gt;
* 17/03/2007: [[RetroEuskal 2007]] will take place from the 20.-23.07.2007 in Bilbao/Spain.&lt;br /&gt;
* 12/03/2007: [[MadriSX 2007]] photos online.&lt;br /&gt;
* 10/03/2007: [[CPCE]] New Version.&lt;br /&gt;
* 17/02/2007: [[WinApe]] New Version.&lt;br /&gt;
* 17/02/2007: [[VirtualCPC]] New Version.&lt;br /&gt;
* 10/01/2007: [[FutureView]] IV has been re-released with some changes!&lt;br /&gt;
* 07/01/2007: [[Croco Chanel N°4]] Very important CPC meeting near Paris from 4,5 &amp;amp;amp; 6 May 2007&lt;br /&gt;
* 06/01/2007: New version of [[WinCPC]] with lots of nice details&lt;br /&gt;
* 28/12/2006: [[Hermol]] has released a [http://cpcrulez.free.fr/Scene_Demos/index.php?download=x-mas_2006 demo] for Christmas 2006.&lt;br /&gt;
* 29/12/2006: [[News:Area 51 converted from the ZX Spectrum to the Amstrad CPC|Nicholas Campbell has converted ''Area 51'' from the ZX Spectrum to the Amstrad CPC]]&lt;br /&gt;
* 28/12/2006: [[CPCE]] v1.71 has been released&lt;br /&gt;
* 27/12/2006: [[Prodatron]] released version 1.1 of his [[SymbOS]] operating system, which now officially supports the MSX2.&lt;br /&gt;
* 24/12/2006: [http://retroremakes.com/forum2/showthread.php?t=8545 Sorcery Plus] remake for the PC, based on the CPC version (of course!)!!!&lt;br /&gt;
* 20/12/2006: [[CPCE]] v1.70 has been released&lt;br /&gt;
* 28/09/2006: [http://www.cpcmania.com/index.asp CPCTapeXP], a Tape-&amp;amp;gt;CDT GUI-based utility has been released!&lt;br /&gt;
* 27/09/2006: [[Croco Chanel N°4]] CPC meeting near Paris (France) in May 2007 call for attenders&amp;amp;nbsp;!&lt;br /&gt;
* 16/09/2006: [[CPCE]] v1.61 has been released&lt;br /&gt;
* 18/11/2006: [[WACCI]] and [[Comp.sys.amstrad.8bit|CSA8]] social meet-up, at the Pillars of Hercules pub, Greek St, London&lt;br /&gt;
* 09/12/2006: [[News:CPC forever|Third issue of CPC forever released]]&lt;br /&gt;
* 09/09/2006: [[News:CPC 'number of balls' record broken with the release of Boules et Bits]]&lt;br /&gt;
* 09/03/2006: [[News:Burgparty 2 will take place in december in Germany|Burgparty 2 will take place in december in Germany]]&lt;br /&gt;
* 09/01/2006: [[News:Freax Art Album released|Freax Art Album released]]&lt;br /&gt;
* 09/01/2006: [[News:New CEZGS game Phantomas saga Infinity|New CEZGS game Phantomas saga Infinity]]&lt;br /&gt;
* 08/28/2006: [[News:XzentriX 2006 party in South Germany|XzentriX 2006 party in South Germany]]&lt;br /&gt;
* 08/24/2006: [[News:WinApe 2.0 Alpha 9 has been released and moved to a new domain|WinApe 2.0 Alpha 9B has been released and moved to a new domain]]&lt;br /&gt;
* 08/19/2006: [[News:ManageDsk v1.5 has been released|ManageDsk v1.5 has been released]]&lt;br /&gt;
* 08/15/2006: [[News:WinCPC with a new domain and soon a new version including SYMBiFACE II support|WinCPC with a new domain and soon a new version including SYMBiFACE II support]]&lt;br /&gt;
* 08/01/2006: [[News:CPCE v1.60 has been released|CPCE v1.60 has been released]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
This is a list of big CPC related projects, which are currently active. This list does not contain previews of unreleased productions or [[Emulators|CPC emulators]].&lt;br /&gt;
&lt;br /&gt;
* [[CPCng]]&lt;br /&gt;
* [[FutureOS]]&lt;br /&gt;
* [[SYMBiFACE II]] expansion card&lt;br /&gt;
* [[SymbOS]] and [[SymStudio]]&lt;br /&gt;
* [[CPCISA by Yarek]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20318</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20318"/>
				<updated>2007-11-30T02:16:49Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.nnn&amp;quot;'''&amp;lt;BR&amp;gt;&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn (n - a digit, x - any character)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download Alpha7 from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] (version for SymbiFace IDE, plase contact to get other, e.g. CPCISA). Please backup all your harddisk data before use, as this version can include dangerous bugs.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done since 2007-11-04:&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Special XDPB is set for superdisk XDPB.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Diskimage sizes listed in superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ List floppy on superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Support of IDE8255 (DSKHNDLR is written).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ LBA start is #000000 not #000001.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Startup message with name of DSKHNDLR.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Redirection to floppy when wrong diskimage is selected.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Forbid disk creation from superdisk (has inadequate XDPB).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Corrected XDPB of new diskimage (cylinders and sides).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 6 as |PRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Size of floppy (diskimage &amp;quot;.000&amp;quot;) is zero.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Rename diskimages from superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for Vortex 704 format.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To fine tune is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Recelculate amount of free space in sectors.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Better PARADOS |DRIVE tool synchronization.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Move the free space entry towards end of partition list.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of diskimages placed over #0010000 LBA.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of large diskimages (over 184 blocks).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of selection of diskimages number over 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of listing diskimages above number 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct free space printing in CAT to allow larger numbers.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for diskimages with sectors of 256B and 1kB.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct support for Master/Slave.&amp;lt;BR&amp;gt;&lt;br /&gt;
- IDE interface type detection (SF2, IDE8255, CPCISA).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Display real number of units after DSKHNDLR detection.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20317</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20317"/>
				<updated>2007-11-30T02:15:21Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.nnn&amp;quot;'''&amp;lt;BR&amp;gt;&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn (x is any character)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry, see included README!.TXT)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download Alpha7 from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] (version for SymbiFace IDE, plase contact to get other, e.g. CPCISA). Please backup all your harddisk data before use, as this version can include dangerous bugs.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done since 2007-11-04:&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Special XDPB is set for superdisk XDPB.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Diskimage sizes listed in superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ List floppy on superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Support of IDE8255 (DSKHNDLR is written).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ LBA start is #000000 not #000001.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Startup message with name of DSKHNDLR.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Redirection to floppy when wrong diskimage is selected.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Forbid disk creation from superdisk (has inadequate XDPB).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Corrected XDPB of new diskimage (cylinders and sides).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 6 as |PRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Size of floppy (diskimage &amp;quot;.000&amp;quot;) is zero.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Rename diskimages from superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for Vortex 704 format.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To fine tune is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Recelculate amount of free space in sectors.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Better PARADOS |DRIVE tool synchronization.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Move the free space entry towards end of partition list.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of diskimages placed over #0010000 LBA.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of large diskimages (over 184 blocks).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of selection of diskimages number over 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of listing diskimages above number 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct free space printing in CAT to allow larger numbers.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for diskimages with sectors of 256B and 1kB.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct support for Master/Slave.&amp;lt;BR&amp;gt;&lt;br /&gt;
- IDE interface type detection (SF2, IDE8255, CPCISA).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Display real number of units after DSKHNDLR detection.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20316</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20316"/>
				<updated>2007-11-30T02:10:32Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Alpha version */ version update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download Alpha7 from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] (version for SymbiFace IDE, plase contact to get other, e.g. CPCISA). Please backup all your harddisk data before use, as this version can include dangerous bugs.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Done since 2007-11-04:&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Special XDPB is set for superdisk XDPB.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Diskimage sizes listed in superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ List floppy on superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Support of IDE8255 (DSKHNDLR is written).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ LBA start is #000000 not #000001.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Startup message with name of DSKHNDLR.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Redirection to floppy when wrong diskimage is selected.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Forbid disk creation from superdisk (has inadequate XDPB).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Corrected XDPB of new diskimage (cylinders and sides).&amp;lt;BR&amp;gt;&lt;br /&gt;
+ PARADOS |DRIVE tool installed in ROM bank 6 as |PRIVE.&amp;lt;BR&amp;gt;&lt;br /&gt;
+ Size of floppy (diskimage &amp;quot;.000&amp;quot;) is zero.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Rename diskimages from superdisk.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for Vortex 704 format.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To fine tune is:&amp;lt;BR&amp;gt;&lt;br /&gt;
- Recelculate amount of free space in sectors.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Better PARADOS |DRIVE tool synchronization.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Move the free space entry towards end of partition list.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of diskimages placed over #0010000 LBA.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of large diskimages (over 184 blocks).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of selection of diskimages number over 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Test of listing diskimages above number 99.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct free space printing in CAT to allow larger numbers.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Support for diskimages with sectors of 256B and 1kB.&amp;lt;BR&amp;gt;&lt;br /&gt;
- Correct support for Master/Slave.&amp;lt;BR&amp;gt;&lt;br /&gt;
- IDE interface type detection (SF2, IDE8255, CPCISA).&amp;lt;BR&amp;gt;&lt;br /&gt;
- Display real number of units after DSKHNDLR detection.&amp;lt;BR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20242</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=20242"/>
				<updated>2007-11-27T19:35:56Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Alpha version */ shorter TODO list :-)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] and please backup all your harddisk data before use, as this version can include dangerous bugs. BTW it creates data structures with minor errors, so you would need to delete them later anyway.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;br&amp;gt;- Support for Vortex 704 format.&amp;lt;br&amp;gt;&lt;br /&gt;
* To fine tune is:&amp;lt;br&amp;gt;- Some bytes of XDPB of new diskimage.&amp;lt;br&amp;gt;- Recelculate amount of free space in sectors.&amp;lt;br&amp;gt;- Move the free space entry towards end of partition list.&amp;lt;br&amp;gt;- Correct message when wrong diskimage is selected.&amp;lt;br&amp;gt;- Test of diskimages placed over #0010000 LBA.&amp;lt;br&amp;gt;- Test of large diskimages (over 184 blocks).&amp;lt;br&amp;gt;- Selection of diskimages number over 99.&amp;lt;br&amp;gt;- Listing diskimages above number 99.&amp;lt;br&amp;gt;- Correct free space printing in CAT to allow larger numbers.&amp;lt;br&amp;gt;- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;br&amp;gt;- Support for diskimages with sectors of 256B and 1kB.&amp;lt;br&amp;gt;- Correct support for Master/Slave.&amp;lt;br&amp;gt;- Installing PARADOS |DISC tool to other ROM bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=News_and_Projects&amp;diff=19404</id>
		<title>News and Projects</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=News_and_Projects&amp;diff=19404"/>
				<updated>2007-11-04T19:11:30Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
This is an overview of the last CPC related news. You will find a complete list of all news in the '''[[News:Archive|news archive]]'''.&lt;br /&gt;
&lt;br /&gt;
* 04/11/2007: [http://cpce.emuunlim.com CPCE 1.85] released, bug fixes in SF2 IDE, tape speedup and Win32 dialog for ZIP files.&lt;br /&gt;
* 28/10/2007: [[YaPaDOS]]: AMSDOS/ParaDOS to harddisk redirection, alpha version with most of features finished.&lt;br /&gt;
* 18/10/2007: [http://cpcrulez.free.fr/Scene_Demos/index.php?list=H Hate Beats]&amp;amp;nbsp;: new Amstrad CPC Plus demo released by [http://ukonx.free.fr Ukonx]&lt;br /&gt;
* 06/10/2007: NEW game for Amstrad CPC available for download&amp;amp;nbsp;: [http://cpcrulez.free.fr/GamesDL_free/index.php?list=D Delirium Tremens] by Antonio Elic , Bernardin Katic et Alen Blazevic. D&lt;br /&gt;
* 04/10/2007: an invitro for [http://www.secretum-meeting.pixnet.fr/ Castellum Secretum 2] meeting has just been released and is available [http://www.amstradcpc.info here].&lt;br /&gt;
* 01/10/2007: [http://zx81.zx81.free.fr/ GP2XCap32 and PSPCap32] released, with major improvements (close to fullspeed, sound is now played in 16 bits and stereo, new speed limiter function and much more)&lt;br /&gt;
* 30/09/2007: [http://www.secretum-meeting.pixnet.fr/ Castellum Secretum 2] meeting will be held in Segré, France, from 26 to 28th october.&lt;br /&gt;
* 17/09/2007: [http://cpce.emuunlim.com CPCE 1.84] released, with assorted bug fixes and enhancements. A hotfix was released on 23/09/2007.&lt;br /&gt;
* 17/09/2007: [http://www.winape.net WinAPE 2.0 Alpha 14] released. FDC emulation enhancements and some bug fixes.&lt;br /&gt;
* 04/09/2007: [http://www.amstrad.es/forum/viewtopic.php?p=12374#12374 Img2CPC] released. A command line tool to convert images to headers ready to be used with z88dk. Also can be used with little changes with WinAPE integrated debugger.&lt;br /&gt;
* 01/09/2007: A lovely [http://www.cpcwiki.eu/index.php/Category:Screenshot:Demo demo screenshot gallery] has been compiled by PulkoMandy!&lt;br /&gt;
* 30/08/2007: [[SymbOS]] 2.0 has been [http://www.symbos.de/download.htm released] including 1024KB, fast Mode2, richtext and [[PCW]] support&lt;br /&gt;
* 30/08/2007: [[Cosmos]] 2.0 (personal cost monitor) has been released&lt;br /&gt;
* 29/08/2007: [http://cezgs.computeremuzone.com/eng/card.php?id=17 Paciente 106], a great-looking and promising graphic/text adventure has been released!&lt;br /&gt;
* 28/08/2007: Frogger finally released for the Amstrad Plus. Get it [http://www.winape.net/download/frogger.zip here].&lt;br /&gt;
* 09/08/2007: A new version of [http://www.geocities.com/virtualcpc/ Virtual CPC] is available for download! Many additions like video or audio recording, Symbiface II emulation etc,etc...&lt;br /&gt;
* 08/08/2007: [http://www.winape.net WinAPE] 2.0 Alpha 13 released. Assembler improvements, Amstrad Plus emulation improvements, Graphics editing and Session Recording, and dozens of other improvements and fixes!&lt;br /&gt;
* 04/08/2007: [http://cpcrulez.free.fr/coding_src_freeOCP.htm FreeOCP] v0.012b released, with new palette page and complete A/B drive support&lt;br /&gt;
* 03/08/2007: [http://www.cpcalive.com/cpcalive_en.html CPCAlive] 1.08f released with bug fixes.&lt;br /&gt;
* 30/07/2007: [[FreeOCP]] v0.010 beta has been [http://cpcrulez.free.fr/coding_src_freeOCP.htm released].&lt;br /&gt;
* 29/07/2007: [[CPCE]] 1.83 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 07/07/2007: A hotfix of [[CPCE]] 1.82 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 03/07/2007: [[CPCE]] 1.82 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 24/06/2007: [[CPCGamesCD-CPCLoader|CPC Loader]] updated with some nice changes!&lt;br /&gt;
* 16/06/2007: [[CPCE]] 1.81 has been [http://cpce.emuunlim.com released] with many bugfixes and several new services.&lt;br /&gt;
* 08/06/2007: [[SymAmp]] 2.0 has been [http://www.symbos.de/preview.htm released] and is also able to play PT3 sounds now&lt;br /&gt;
* 23/05/2007: [http://www.cpcwiki.eu/CYBORGS-from-elmsoft.zip Cyborgs] rolling demo discovered, ripped and uploaded for your viewing pleasure&amp;amp;nbsp;:)&lt;br /&gt;
* 20/05/2007: [http://cpcrulez.2ya.com/ CPC Rulez] has some CPC games that have been tweaked for the CPC+, with updated palette, nice fades etc. For now: Operation Wolf, Rick Dangerous , Cybernoid et Solomon's Keys, Double Dragon, Cybernoid II!&lt;br /&gt;
* 26/04/2007: The [http://www.symstudio.info official website] for [[SymStudio]] has been launched and contains the new version 0.95.&lt;br /&gt;
* 07/04/2007: [http://www.binarysciences.com Binary Sciences] has released [[Groops]], a puzzle game for CPC 6128.&lt;br /&gt;
* 06/04/2007: [http://www.geocities.com/virtualcpc/ Virtual CPC] 1.05a released. Changes concerning performance. Improved code for Consecutive Screenshots.&lt;br /&gt;
* 03/04/2007: The [http://toplist.cpcszene.de Amstrad CPC TopList] is online now: It's the list of the most frequented CPC websites, where everybody can join.&lt;br /&gt;
* 01/04/2007: [[Croco Chanel N°4]] Only 1 month away. [http://cc4.cpcscene.com ''Join us now&amp;amp;nbsp;!'']. ([http://www.pouet.net/prod.php?which=30010 ''Invitro''])&lt;br /&gt;
* 28/03/2007: [http://www.cpc-forum.de CPC-Forum.de] has been opened to become the new and most important discussion forum for the German-speaking part of the CPC scene&lt;br /&gt;
* 25/03/2007: [[PSPCap32]] v1.1.6. [http://psp-news.dcemu.co.uk/pspcap32-amstrad-cpc-emulator-for-psp-v1-1-6-symb-os--57355.html has been released (read more here)]&lt;br /&gt;
* 17/03/2007: [[RetroEuskal 2007]] will take place from the 20.-23.07.2007 in Bilbao/Spain.&lt;br /&gt;
* 12/03/2007: [[MadriSX 2007]] photos online.&lt;br /&gt;
* 10/03/2007: [[CPCE]] New Version.&lt;br /&gt;
* 17/02/2007: [[WinApe]] New Version.&lt;br /&gt;
* 17/02/2007: [[VirtualCPC]] New Version.&lt;br /&gt;
* 10/01/2007: [[FutureView]] IV has been re-released with some changes!&lt;br /&gt;
* 07/01/2007: [[Croco Chanel N°4]] Very important CPC meeting near Paris from 4,5 &amp;amp;amp; 6 May 2007&lt;br /&gt;
* 06/01/2007: New version of [[WinCPC]] with lots of nice details&lt;br /&gt;
* 28/12/2006: [[Hermol]] has released a [http://cpcrulez.free.fr/Scene_Demos/index.php?download=x-mas_2006 demo] for Christmas 2006.&lt;br /&gt;
* 29/12/2006: [[News:Area 51 converted from the ZX Spectrum to the Amstrad CPC|Nicholas Campbell has converted ''Area 51'' from the ZX Spectrum to the Amstrad CPC]]&lt;br /&gt;
* 28/12/2006: [[CPCE]] v1.71 has been released&lt;br /&gt;
* 27/12/2006: [[Prodatron]] released version 1.1 of his [[SymbOS]] operating system, which now officially supports the MSX2.&lt;br /&gt;
* 24/12/2006: [http://retroremakes.com/forum2/showthread.php?t=8545 Sorcery Plus] remake for the PC, based on the CPC version (of course!)!!!&lt;br /&gt;
* 20/12/2006: [[CPCE]] v1.70 has been released&lt;br /&gt;
* 28/09/2006: [http://www.cpcmania.com/index.asp CPCTapeXP], a Tape-&amp;amp;gt;CDT GUI-based utility has been released!&lt;br /&gt;
* 27/09/2006: [[Croco Chanel N°4]] CPC meeting near Paris (France) in May 2007 call for attenders&amp;amp;nbsp;!&lt;br /&gt;
* 16/09/2006: [[CPCE]] v1.61 has been released&lt;br /&gt;
* 18/11/2006: [[WACCI]] and [[Comp.sys.amstrad.8bit|CSA8]] social meet-up, at the Pillars of Hercules pub, Greek St, London&lt;br /&gt;
* 09/12/2006: [[News:CPC forever|Third issue of CPC forever released]]&lt;br /&gt;
* 09/09/2006: [[News:CPC 'number of balls' record broken with the release of Boules et Bits]]&lt;br /&gt;
* 09/03/2006: [[News:Burgparty 2 will take place in december in Germany|Burgparty 2 will take place in december in Germany]]&lt;br /&gt;
* 09/01/2006: [[News:Freax Art Album released|Freax Art Album released]]&lt;br /&gt;
* 09/01/2006: [[News:New CEZGS game Phantomas saga Infinity|New CEZGS game Phantomas saga Infinity]]&lt;br /&gt;
* 08/28/2006: [[News:XzentriX 2006 party in South Germany|XzentriX 2006 party in South Germany]]&lt;br /&gt;
* 08/24/2006: [[News:WinApe 2.0 Alpha 9 has been released and moved to a new domain|WinApe 2.0 Alpha 9B has been released and moved to a new domain]]&lt;br /&gt;
* 08/19/2006: [[News:ManageDsk v1.5 has been released|ManageDsk v1.5 has been released]]&lt;br /&gt;
* 08/15/2006: [[News:WinCPC with a new domain and soon a new version including SYMBiFACE II support|WinCPC with a new domain and soon a new version including SYMBiFACE II support]]&lt;br /&gt;
* 08/01/2006: [[News:CPCE v1.60 has been released|CPCE v1.60 has been released]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
This is a list of big CPC related projects, which are currently active. This list does not contain previews of unreleased productions or [[Emulators|CPC emulators]].&lt;br /&gt;
&lt;br /&gt;
* [[CPCng]]&lt;br /&gt;
* [[FutureOS]]&lt;br /&gt;
* [[SYMBiFACE II]] expansion card&lt;br /&gt;
* [[SymbOS]] and [[SymStudio]]&lt;br /&gt;
* [[CPCISA by Yarek]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Superdisk.gif&amp;diff=19347</id>
		<title>File:Superdisk.gif</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Superdisk.gif&amp;diff=19347"/>
				<updated>2007-10-29T03:19:53Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: uploaded a new version of &amp;quot;Image:Superdisk.gif&amp;quot;: Amstrad CPC screen with YaPaDOS and superdisk selected with BASIC command and ready for diskimage selection.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amstrad CPC screen with YaPaDOS and superdisk selected with BASIC command.&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19346</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19346"/>
				<updated>2007-10-29T03:11:59Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.gif|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] and please backup all your harddisk data before use, as this version can include dangerous bugs. BTW it creates data structures with minor errors, so you would need to delete them later anyway.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;br&amp;gt;- Support for Vortex 704 format.&amp;lt;br&amp;gt;- Support of IDE8255 (DSKHNDLR to be written).&lt;br /&gt;
* To fine tune is:&amp;lt;br&amp;gt;- Some bytes of XDPB of new diskimage.&amp;lt;br&amp;gt;- Recelculate amount of free space in sectors.&amp;lt;br&amp;gt;- Move the free space entry towards end of partition list.&amp;lt;br&amp;gt;- Correct message when wrong diskimage is selected.&amp;lt;br&amp;gt;- Test of diskimages placed over #0010000 LBA.&amp;lt;br&amp;gt;- Test of large diskimages (over 184 blocks).&amp;lt;br&amp;gt;- Selection of diskimages number over 99.&amp;lt;br&amp;gt;- Listing diskimages above number 99.&amp;lt;br&amp;gt;- XDPB of superdisk XDPB (partition size).&amp;lt;br&amp;gt;- Correct free space printing in CAT to allow larger numbers.&amp;lt;br&amp;gt;- Diskimage sizes listed in superdisk.&amp;lt;br&amp;gt;- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;br&amp;gt;- Support for diskimages with sectors of 256B and 1kB.&amp;lt;br&amp;gt;- Correct support for Master/Slave.&amp;lt;br&amp;gt;- List floppy on superdisk.&amp;lt;br&amp;gt;- Installing PARADOS |DISC tool to other ROM bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Superdisk.gif&amp;diff=19345</id>
		<title>File:Superdisk.gif</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Superdisk.gif&amp;diff=19345"/>
				<updated>2007-10-29T03:10:31Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: Amstrad CPC screen with YaPaDOS and superdisk selected with BASIC command.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amstrad CPC screen with YaPaDOS and superdisk selected with BASIC command.&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19344</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19344"/>
				<updated>2007-10-29T03:04:08Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Superdisk.png|right]] YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] and please backup all your harddisk data before use, as this version can include dangerous bugs. BTW it creates data structures with minor errors, so you would need to delete them later anyway.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;br&amp;gt;- Support for Vortex 704 format.&amp;lt;br&amp;gt;- Support of IDE8255 (DSKHNDLR to be written).&lt;br /&gt;
* To fine tune is:&amp;lt;br&amp;gt;- Some bytes of XDPB of new diskimage.&amp;lt;br&amp;gt;- Recelculate amount of free space in sectors.&amp;lt;br&amp;gt;- Move the free space entry towards end of partition list.&amp;lt;br&amp;gt;- Correct message when wrong diskimage is selected.&amp;lt;br&amp;gt;- Test of diskimages placed over #0010000 LBA.&amp;lt;br&amp;gt;- Test of large diskimages (over 184 blocks).&amp;lt;br&amp;gt;- Selection of diskimages number over 99.&amp;lt;br&amp;gt;- Listing diskimages above number 99.&amp;lt;br&amp;gt;- XDPB of superdisk XDPB (partition size).&amp;lt;br&amp;gt;- Correct free space printing in CAT to allow larger numbers.&amp;lt;br&amp;gt;- Diskimage sizes listed in superdisk.&amp;lt;br&amp;gt;- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;br&amp;gt;- Support for diskimages with sectors of 256B and 1kB.&amp;lt;br&amp;gt;- Correct support for Master/Slave.&amp;lt;br&amp;gt;- List floppy on superdisk.&amp;lt;br&amp;gt;- Installing PARADOS |DISC tool to other ROM bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=File:Superdisk.png&amp;diff=19343</id>
		<title>File:Superdisk.png</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=File:Superdisk.png&amp;diff=19343"/>
				<updated>2007-10-29T02:55:15Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: Amstrad CPC screen with YaPaDOS and superdisk selected with BASIC command.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Amstrad CPC screen with YaPaDOS and superdisk selected with BASIC command.&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19342</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19342"/>
				<updated>2007-10-29T02:18:37Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Alpha version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the [http://groups.yahoo.com/group/futureos Yahoo! Groups list of FutureOS].&lt;br /&gt;
&lt;br /&gt;
Download from: [http://cpc.yarek.com/amsdos2.zip http://cpc.yarek.com/amsdos2.zip] and please backup all your harddisk data before use, as this version can include dangerous bugs. BTW it creates data structures with minor errors, so you would need to delete them later anyway.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;br&amp;gt;- Support for Vortex 704 format.&amp;lt;br&amp;gt;- Support of IDE8255 (DSKHNDLR to be written).&lt;br /&gt;
* To fine tune is:&amp;lt;br&amp;gt;- Some bytes of XDPB of new diskimage.&amp;lt;br&amp;gt;- Recelculate amount of free space in sectors.&amp;lt;br&amp;gt;- Move the free space entry towards end of partition list.&amp;lt;br&amp;gt;- Correct message when wrong diskimage is selected.&amp;lt;br&amp;gt;- Test of diskimages placed over #0010000 LBA.&amp;lt;br&amp;gt;- Test of large diskimages (over 184 blocks).&amp;lt;br&amp;gt;- Selection of diskimages number over 99.&amp;lt;br&amp;gt;- Listing diskimages above number 99.&amp;lt;br&amp;gt;- XDPB of superdisk XDPB (partition size).&amp;lt;br&amp;gt;- Correct free space printing in CAT to allow larger numbers.&amp;lt;br&amp;gt;- Diskimage sizes listed in superdisk.&amp;lt;br&amp;gt;- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;br&amp;gt;- Support for diskimages with sectors of 256B and 1kB.&amp;lt;br&amp;gt;- Correct support for Master/Slave.&amp;lt;br&amp;gt;- List floppy on superdisk.&amp;lt;br&amp;gt;- Installing PARADOS |DISC tool to other ROM bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19341</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19341"/>
				<updated>2007-10-29T01:50:03Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the Yahoo! Groups list of FutureOS.&lt;br /&gt;
&lt;br /&gt;
Download from: [http://cpc.yarek.com/amsdos2.zip cpc.yarek.com/amsdos2.zip] and please backup all your harddisk data before use, as this version can include dangerous bugs. BTW it creates data structures with minor errors, so you would need to delete them later anyway.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;br&amp;gt;- Support for Vortex 704 format.&amp;lt;br&amp;gt;- Support of IDE8255 (DSKHNDLR to be written).&lt;br /&gt;
* To fine tune is:&amp;lt;br&amp;gt;- Some bytes of XDPB of new diskimage.&amp;lt;br&amp;gt;- Recelculate amount of free space in sectors.&amp;lt;br&amp;gt;- Move the free space entry towards end of partition list.&amp;lt;br&amp;gt;- Correct message when wrong diskimage is selected.&amp;lt;br&amp;gt;- Test of diskimages placed over #0010000 LBA.&amp;lt;br&amp;gt;- Test of large diskimages (over 184 blocks).&amp;lt;br&amp;gt;- Selection of diskimages number over 99.&amp;lt;br&amp;gt;- Listing diskimages above number 99.&amp;lt;br&amp;gt;- XDPB of superdisk XDPB (partition size).&amp;lt;br&amp;gt;- Correct free space printing in CAT to allow larger numbers.&amp;lt;br&amp;gt;- Diskimage sizes listed in superdisk.&amp;lt;br&amp;gt;- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;br&amp;gt;- Support for diskimages with sectors of 256B and 1kB.&amp;lt;br&amp;gt;- Correct support for Master/Slave.&amp;lt;br&amp;gt;- List floppy on superdisk.&amp;lt;br&amp;gt;- Installing PARADOS |DISC tool to other ROM bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19340</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19340"/>
				<updated>2007-10-29T01:47:27Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the Yahoo! Groups list of FutureOS.&lt;br /&gt;
&lt;br /&gt;
Download from: [http://cpc.yarek.com/amsdos2.zip cpc.yarek.com/amsdos2.zip] and please backup all your harddisk data before use, as this version can include dangerous bugs. BTW it creates data structures with minor errors, so you would need to delete them later anyway.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To do is:&amp;lt;br&amp;gt;- Support for Vortex 704 format.&amp;lt;br&amp;gt;- Support of IDE8255 (DSKHNDLR to be written).&lt;br /&gt;
* To fine tune is:&amp;lt;br&amp;gt;- Some bytes of XDPB of new diskimage.&amp;lt;br&amp;gt;- Recelculate amount of free space in sectors.&amp;lt;br&amp;gt;- Move the free space entry towards end of partition list.&amp;lt;br&amp;gt;- Correct message when wrong diskimage is selected.&amp;lt;br&amp;gt;- Test of diskimages placed over #0010000 LBA.&amp;lt;br&amp;gt;- Test of large diskimages (over 184 blocks).&amp;lt;br&amp;gt;- Selection of diskimages number over 99.&amp;lt;br&amp;gt;- Listing diskimages above number 99.&amp;lt;br&amp;gt;- XDPB of superdisk XDPB (partition size).&amp;lt;br&amp;gt;- Correct free space printing in CAT to allow larger numbers.&amp;lt;br&amp;gt;- Diskimage sizes listed in superdisk.&amp;lt;br&amp;gt;- Solve the &amp;quot;Broken in&amp;quot; error.&amp;lt;br&amp;gt;- Support for diskimages with sectors of 256B and 1kB.&amp;lt;br&amp;gt;- Correct support for Master/Slave.&amp;lt;br&amp;gt;- List floppy on superdisk.&amp;lt;br&amp;gt;- Installing PARADOS |DRIVE tool to other ROM bank&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]] [[Category:Operating_System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=News_and_Projects&amp;diff=19339</id>
		<title>News and Projects</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=News_and_Projects&amp;diff=19339"/>
				<updated>2007-10-29T01:41:06Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== News ==&lt;br /&gt;
&lt;br /&gt;
This is an overview of the last CPC related news. You will find a complete list of all news in the '''[[News:Archive|news archive]]'''.&lt;br /&gt;
&lt;br /&gt;
* 28/10/2007: [[YaPaDOS]]: AMSDOS/ParaDOS to harddisk redirection, alpha version with most of features finished.&lt;br /&gt;
* 18/10/2007: [http://cpcrulez.free.fr/Scene_Demos/index.php?list=H Hate Beats]&amp;amp;nbsp;: new Amstrad CPC Plus demo released by [http://ukonx.free.fr Ukonx]&lt;br /&gt;
* 06/10/2007: NEW game for Amstrad CPC available for download&amp;amp;nbsp;: [http://cpcrulez.free.fr/GamesDL_free/index.php?list=D Delirium Tremens] by Antonio Elic , Bernardin Katic et Alen Blazevic. D&lt;br /&gt;
* 04/10/2007: an invitro for [http://www.secretum-meeting.pixnet.fr/ Castellum Secretum 2] meeting has just been released and is available [http://www.amstradcpc.info here].&lt;br /&gt;
* 01/10/2007: [http://zx81.zx81.free.fr/ GP2XCap32 and PSPCap32] released, with major improvements (close to fullspeed, sound is now played in 16 bits and stereo, new speed limiter function and much more)&lt;br /&gt;
* 30/09/2007: [http://www.secretum-meeting.pixnet.fr/ Castellum Secretum 2] meeting will be held in Segré, France, from 26 to 28th october.&lt;br /&gt;
* 17/09/2007: [http://cpce.emuunlim.com CPCE 1.84] released, with assorted bug fixes and enhancements. A hotfix was released on 23/09/2007.&lt;br /&gt;
* 17/09/2007: [http://www.winape.net WinAPE 2.0 Alpha 14] released. FDC emulation enhancements and some bug fixes.&lt;br /&gt;
* 04/09/2007: [http://www.amstrad.es/forum/viewtopic.php?p=12374#12374 Img2CPC] released. A command line tool to convert images to headers ready to be used with z88dk. Also can be used with little changes with WinAPE integrated debugger.&lt;br /&gt;
* 01/09/2007: A lovely [http://www.cpcwiki.eu/index.php/Category:Screenshot:Demo demo screenshot gallery] has been compiled by PulkoMandy!&lt;br /&gt;
* 30/08/2007: [[SymbOS]] 2.0 has been [http://www.symbos.de/download.htm released] including 1024KB, fast Mode2, richtext and [[PCW]] support&lt;br /&gt;
* 30/08/2007: [[Cosmos]] 2.0 (personal cost monitor) has been released&lt;br /&gt;
* 29/08/2007: [http://cezgs.computeremuzone.com/eng/card.php?id=17 Paciente 106], a great-looking and promising graphic/text adventure has been released!&lt;br /&gt;
* 28/08/2007: Frogger finally released for the Amstrad Plus. Get it [http://www.winape.net/download/frogger.zip here].&lt;br /&gt;
* 09/08/2007: A new version of [http://www.geocities.com/virtualcpc/ Virtual CPC] is available for download! Many additions like video or audio recording, Symbiface II emulation etc,etc...&lt;br /&gt;
* 08/08/2007: [http://www.winape.net WinAPE] 2.0 Alpha 13 released. Assembler improvements, Amstrad Plus emulation improvements, Graphics editing and Session Recording, and dozens of other improvements and fixes!&lt;br /&gt;
* 04/08/2007: [http://cpcrulez.free.fr/coding_src_freeOCP.htm FreeOCP] v0.012b released, with new palette page and complete A/B drive support&lt;br /&gt;
* 03/08/2007: [http://www.cpcalive.com/cpcalive_en.html CPCAlive] 1.08f released with bug fixes.&lt;br /&gt;
* 30/07/2007: [[FreeOCP]] v0.010 beta has been [http://cpcrulez.free.fr/coding_src_freeOCP.htm released].&lt;br /&gt;
* 29/07/2007: [[CPCE]] 1.83 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 07/07/2007: A hotfix of [[CPCE]] 1.82 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 03/07/2007: [[CPCE]] 1.82 has been [http://cpce.emuunlim.com released].&lt;br /&gt;
* 24/06/2007: [[CPCGamesCD-CPCLoader|CPC Loader]] updated with some nice changes!&lt;br /&gt;
* 16/06/2007: [[CPCE]] 1.81 has been [http://cpce.emuunlim.com released] with many bugfixes and several new services.&lt;br /&gt;
* 08/06/2007: [[SymAmp]] 2.0 has been [http://www.symbos.de/preview.htm released] and is also able to play PT3 sounds now&lt;br /&gt;
* 23/05/2007: [http://www.cpcwiki.eu/CYBORGS-from-elmsoft.zip Cyborgs] rolling demo discovered, ripped and uploaded for your viewing pleasure&amp;amp;nbsp;:)&lt;br /&gt;
* 20/05/2007: [http://cpcrulez.2ya.com/ CPC Rulez] has some CPC games that have been tweaked for the CPC+, with updated palette, nice fades etc. For now: Operation Wolf, Rick Dangerous , Cybernoid et Solomon's Keys, Double Dragon, Cybernoid II!&lt;br /&gt;
* 26/04/2007: The [http://www.symstudio.info official website] for [[SymStudio]] has been launched and contains the new version 0.95.&lt;br /&gt;
* 07/04/2007: [http://www.binarysciences.com Binary Sciences] has released [[Groops]], a puzzle game for CPC 6128.&lt;br /&gt;
* 06/04/2007: [http://www.geocities.com/virtualcpc/ Virtual CPC] 1.05a released. Changes concerning performance. Improved code for Consecutive Screenshots.&lt;br /&gt;
* 03/04/2007: The [http://toplist.cpcszene.de Amstrad CPC TopList] is online now: It's the list of the most frequented CPC websites, where everybody can join.&lt;br /&gt;
* 01/04/2007: [[Croco Chanel N°4]] Only 1 month away. [http://cc4.cpcscene.com ''Join us now&amp;amp;nbsp;!'']. ([http://www.pouet.net/prod.php?which=30010 ''Invitro''])&lt;br /&gt;
* 28/03/2007: [http://www.cpc-forum.de CPC-Forum.de] has been opened to become the new and most important discussion forum for the German-speaking part of the CPC scene&lt;br /&gt;
* 25/03/2007: [[PSPCap32]] v1.1.6. [http://psp-news.dcemu.co.uk/pspcap32-amstrad-cpc-emulator-for-psp-v1-1-6-symb-os--57355.html has been released (read more here)]&lt;br /&gt;
* 17/03/2007: [[RetroEuskal 2007]] will take place from the 20.-23.07.2007 in Bilbao/Spain.&lt;br /&gt;
* 12/03/2007: [[MadriSX 2007]] photos online.&lt;br /&gt;
* 10/03/2007: [[CPCE]] New Version.&lt;br /&gt;
* 17/02/2007: [[WinApe]] New Version.&lt;br /&gt;
* 17/02/2007: [[VirtualCPC]] New Version.&lt;br /&gt;
* 10/01/2007: [[FutureView]] IV has been re-released with some changes!&lt;br /&gt;
* 07/01/2007: [[Croco Chanel N°4]] Very important CPC meeting near Paris from 4,5 &amp;amp;amp; 6 May 2007&lt;br /&gt;
* 06/01/2007: New version of [[WinCPC]] with lots of nice details&lt;br /&gt;
* 28/12/2006: [[Hermol]] has released a [http://cpcrulez.free.fr/Scene_Demos/index.php?download=x-mas_2006 demo] for Christmas 2006.&lt;br /&gt;
* 29/12/2006: [[News:Area 51 converted from the ZX Spectrum to the Amstrad CPC|Nicholas Campbell has converted ''Area 51'' from the ZX Spectrum to the Amstrad CPC]]&lt;br /&gt;
* 28/12/2006: [[CPCE]] v1.71 has been released&lt;br /&gt;
* 27/12/2006: [[Prodatron]] released version 1.1 of his [[SymbOS]] operating system, which now officially supports the MSX2.&lt;br /&gt;
* 24/12/2006: [http://retroremakes.com/forum2/showthread.php?t=8545 Sorcery Plus] remake for the PC, based on the CPC version (of course!)!!!&lt;br /&gt;
* 20/12/2006: [[CPCE]] v1.70 has been released&lt;br /&gt;
* 28/09/2006: [http://www.cpcmania.com/index.asp CPCTapeXP], a Tape-&amp;amp;gt;CDT GUI-based utility has been released!&lt;br /&gt;
* 27/09/2006: [[Croco Chanel N°4]] CPC meeting near Paris (France) in May 2007 call for attenders&amp;amp;nbsp;!&lt;br /&gt;
* 16/09/2006: [[CPCE]] v1.61 has been released&lt;br /&gt;
* 18/11/2006: [[WACCI]] and [[Comp.sys.amstrad.8bit|CSA8]] social meet-up, at the Pillars of Hercules pub, Greek St, London&lt;br /&gt;
* 09/12/2006: [[News:CPC forever|Third issue of CPC forever released]]&lt;br /&gt;
* 09/09/2006: [[News:CPC 'number of balls' record broken with the release of Boules et Bits]]&lt;br /&gt;
* 09/03/2006: [[News:Burgparty 2 will take place in december in Germany|Burgparty 2 will take place in december in Germany]]&lt;br /&gt;
* 09/01/2006: [[News:Freax Art Album released|Freax Art Album released]]&lt;br /&gt;
* 09/01/2006: [[News:New CEZGS game Phantomas saga Infinity|New CEZGS game Phantomas saga Infinity]]&lt;br /&gt;
* 08/28/2006: [[News:XzentriX 2006 party in South Germany|XzentriX 2006 party in South Germany]]&lt;br /&gt;
* 08/24/2006: [[News:WinApe 2.0 Alpha 9 has been released and moved to a new domain|WinApe 2.0 Alpha 9B has been released and moved to a new domain]]&lt;br /&gt;
* 08/19/2006: [[News:ManageDsk v1.5 has been released|ManageDsk v1.5 has been released]]&lt;br /&gt;
* 08/15/2006: [[News:WinCPC with a new domain and soon a new version including SYMBiFACE II support|WinCPC with a new domain and soon a new version including SYMBiFACE II support]]&lt;br /&gt;
* 08/01/2006: [[News:CPCE v1.60 has been released|CPCE v1.60 has been released]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
This is a list of big CPC related projects, which are currently active. This list does not contain previews of unreleased productions or [[Emulators|CPC emulators]].&lt;br /&gt;
&lt;br /&gt;
* [[CPCng]]&lt;br /&gt;
* [[FutureOS]]&lt;br /&gt;
* [[SYMBiFACE II]] expansion card&lt;br /&gt;
* [[SymbOS]] and [[SymStudio]]&lt;br /&gt;
* [[CPCISA by Yarek]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19334</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19334"/>
				<updated>2007-10-27T12:48:27Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the Yahoo! Groups list of FutureOS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19333</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19333"/>
				<updated>2007-10-27T12:47:52Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Alpha version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change.&lt;br /&gt;
&lt;br /&gt;
For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). This will result in 46655 possible diskimages, not 999 as now.&lt;br /&gt;
&lt;br /&gt;
Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added.&lt;br /&gt;
&lt;br /&gt;
All suggestions and ideas are welcome, please use the Yahoo! Groups list of FutureOS.&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19332</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19332"/>
				<updated>2007-10-27T12:46:28Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Alpha version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change. For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). Also, as creation of new diskimage gives it a fixed name, the '''|REN''' working on superdisk can be added. All suggestions and ideas are welcome, please use the Yahoo! Groups list of FutureOS.&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19331</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19331"/>
				<updated>2007-10-27T12:43:52Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
== Alpha version ==&lt;br /&gt;
&lt;br /&gt;
YaPaDOS is currently in alpha version. So some major things may change. For example base for diskimage number is 10 (digits 0..9), but may be 36 (0..9, A..Z). Also, as creation of diskimages gives a fixed name, the '''|REN''' working on superdisk can be added. All suggestions and ideas are welcome, please use the Yahoo! Groups list of FutureOS.&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19285</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19285"/>
				<updated>2007-10-25T11:49:29Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Diskimages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used. The area has the same amount of sectors, as the floppy and is called diskimage. Each drive A: and B: separately can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes features like FAT32 and support for .DSK files impossible, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contains diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy) by opening a file of special name. Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19284</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19284"/>
				<updated>2007-10-25T11:44:26Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Diskimages ==&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used, that has the same amount of sectors, as the floppy. The area is called diskimage. Each drive separately A: and B: can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes impossible features like FAT32 and support for .DSK files, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contain diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy). Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19283</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19283"/>
				<updated>2007-10-25T11:42:20Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used, that has the same amount of sectors, as the floppy. The area is called diskimage. Each drive separately A: and B: can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes impossible features like FAT32 and support for .DSK files, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contain diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy). Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;br /&gt;
&lt;br /&gt;
[[Category:Stub]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19282</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19282"/>
				<updated>2007-10-25T11:35:57Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by ParaDOS).&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used, that has the same amount of sectors, as the floppy. The area is called diskimage. Each drive separately A: and B: can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes impossible features like FAT32 and support for .DSK files, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contain diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy). Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the '''^''' sign in file name.&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^&amp;quot;''' - selects superdisk&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^xxxxxxx.nnn&amp;quot;''' - selects diskimage number nnn&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^.0&amp;quot;''' - selects floppy&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DESTROY.MBR&amp;quot;''' - clears MS-DOS partition table (also needs some POKEs for safety)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^DBnnnnn.mmm&amp;quot;''' - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages (needs some POKEs to set CHS geometry)&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW&amp;quot;''' - adds diskimage respectively to current XDPB&lt;br /&gt;
&lt;br /&gt;
'''LOAD&amp;quot;^MAKENEW.nnn&amp;quot;''' - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''^''' sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19281</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19281"/>
				<updated>2007-10-25T11:28:25Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done with keeping highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by PARADOS).&lt;br /&gt;
&lt;br /&gt;
Instead of reading and writting floppy, a continous and limited area on harddisk is used, that has the same amount of sectors, as the floppy. The area is called diskimage. Each drive separately A: and B: can be directed to floppy or one of diskimages. You can change the diskimages as you would change the floppies, but by opening some special files.&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes impossible features like FAT32 and support for .DSK files, so the disk must have special formatting using IDEDOS structures (by Garry Lancaster). The harddisk can also contain FAT partitions, but they are not accessible from YaPaDOS.&lt;br /&gt;
&lt;br /&gt;
The IDEDOS partition contain diskimages, that can have various size (e.g. 180kB, 800kB, 5MB). Up to 999 diskimages can be created and accessed.&lt;br /&gt;
&lt;br /&gt;
Diskimages are selected by their numbers 1..999 (0 means floppy). Only the number after dot matters. Names of diskimages can be listed from a virtual device called superdisk. Superdisk is read-only. After the superdisk is selected, the diskimage then can be selected without the ^ sign in file name.&lt;br /&gt;
&lt;br /&gt;
The ^ sign placed as first in file name used in open file function tells the operating system to do something special:&lt;br /&gt;
&lt;br /&gt;
LOAD&amp;quot;^&amp;quot; - selects superdisk&lt;br /&gt;
LOAD&amp;quot;^xxxxxxx.nnn&amp;quot; - selects diskimage number nnn&lt;br /&gt;
LOAD&amp;quot;^.0&amp;quot; - selects floppy&lt;br /&gt;
&lt;br /&gt;
LOAD&amp;quot;^DESTROY.MBR&amp;quot; - clears MS-DOS partition table&lt;br /&gt;
LOAD&amp;quot;^DBnnnnn.mmm&amp;quot; - creates IDEDOS partition of nnnnn cylinders and up to mmm diskimages&lt;br /&gt;
LOAD&amp;quot;^MAKENEW&amp;quot; - adds diskimage respectively to current XDPB&lt;br /&gt;
LOAD&amp;quot;^MAKENEW.nnn&amp;quot; - as above, but enlarage to nnn kilobytes for safety&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The ^ sign allows to change diskimages in every old software that enables opening any file and not crashes, when the file is empty. No changes in such software are needed to select diskimage on harddisk or redirect the drive to floppy.&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19280</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19280"/>
				<updated>2007-10-25T10:48:23Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AMSDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done to keep highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by PARADOS).&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes impossible features like FAT32 and support for .DSK files, so the disk has special formatting using IDEDOS structures (by Garry Lancaster).&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19279</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19279"/>
				<updated>2007-10-25T10:47:54Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AmsDOS]] and [[ParaDOS]] that allows to redirect disk access to harddisk. This is done to keep highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by PARADOS).&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes impossible features like FAT32 and support for .DSK files, so the disk has special formatting using IDEDOS structures (by Garry Lancaster).&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19278</id>
		<title>YaPaDOS</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=YaPaDOS&amp;diff=19278"/>
				<updated>2007-10-25T10:46:05Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: New page: YaPaDOS is patch for AmsDOS and PARADOS that allows to redirect disk access to harddisk. This is done to keep highest possible compatibility, so only 20 bytes of RAM are used (incl...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;YaPaDOS is patch for [[AmsDOS]] and [[PARADOS]] that allows to redirect disk access to harddisk. This is done to keep highest possible compatibility, so only 20 bytes of RAM are used (including 6 used by PARADOS).&lt;br /&gt;
&lt;br /&gt;
Using only 20 bytes of RAM makes impossible features like FAT32 and support for .DSK files, so the disk has special formatting using IDEDOS structures (by Garry Lancaster).&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=IDE8255&amp;diff=18054</id>
		<title>IDE8255</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=IDE8255&amp;diff=18054"/>
				<updated>2007-07-17T23:02:21Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: Short intro.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
IDE8255 is the simplest IDE multiplexer (8bit to 16bit) that everyone can build. It consists of port decoder, a 8255 PPI chip, 74LS139 chip as control gate and some diodes, resistors and capacitors. The most important is, that the 8255 can work in MODE 1 while reading. MODE 1 automaticly generates read signal for IDE device only by reading PA and PB of 8255, so only one IN per byte is needed. However, writing needs two OUTs per byte.&lt;br /&gt;
&lt;br /&gt;
The IDE8255 for CPC is based on universal YAMOD.IDE8255. For CPC other port addresses are selected.&lt;br /&gt;
&lt;br /&gt;
The IDE8255 borad is intended to be internal upgrade for CPC6128, placed between keyboard and 3&amp;quot; drive. It also can be used as external one, as has 50pin slot for flat cable.&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Dobbertin_Harddisc&amp;diff=18053</id>
		<title>Dobbertin Harddisc</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Dobbertin_Harddisc&amp;diff=18053"/>
				<updated>2007-07-17T22:50:47Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Other harddisc solutions for the CPC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Dobbertin.gif|thumb|Dobbertin Logo]]&lt;br /&gt;
&lt;br /&gt;
A harddisc manufactured by the German company called [[Dobbertin]].&lt;br /&gt;
One of the first ways to connect a Harddisc to the CPC. &lt;br /&gt;
The Dobbertin harddisc has a capacity of 20MB.&lt;br /&gt;
The disc was partitioned in four partitions of 5152Kb each.&lt;br /&gt;
It was delivered with drivers for [[CP/M]](2.2 and CP/M+) and allows up to 512 directory entries for each drive.&lt;br /&gt;
&lt;br /&gt;
Reviewed in [[Amstrad Computer User]].&lt;br /&gt;
&lt;br /&gt;
== Pictures ==&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Dobbertin 20 Mb Harddisc&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:Dobbertin 20 Mb Harddisc.JPG|Dobbertin 20 Mb Harddisc&lt;br /&gt;
Image:Dobbertin 20 Mb Harddisc interface.JPG|Dobbertin 20 Mb Harddisc interface&lt;br /&gt;
Image:Dobbertin 20 Mb Harddisc inside 1.JPG|Inside 1&lt;br /&gt;
Image:Dobbertin 20 Mb Harddisc inside 2.JPG|Inside 2&lt;br /&gt;
Image:Dobbertin 20 Mb Harddisc inside 3.JPG|Inside 3&lt;br /&gt;
Image:Dobbertin 20 Mb Harddisc inside 4.JPG|Inside 4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software using the Dobbertin Harddrive ==&lt;br /&gt;
&lt;br /&gt;
[[FutureOS]]&lt;br /&gt;
&lt;br /&gt;
[[X-DDOS]]&lt;br /&gt;
&lt;br /&gt;
== Technical Specifications ==&lt;br /&gt;
&lt;br /&gt;
From the promo:&lt;br /&gt;
&lt;br /&gt;
* Controler: Seagade ST11M XT-controler.&lt;br /&gt;
&lt;br /&gt;
== Other harddisc solutions for the CPC ==&lt;br /&gt;
&lt;br /&gt;
[[Vortex Winchester Drive]] (MFM)&lt;br /&gt;
&lt;br /&gt;
Modern:&lt;br /&gt;
&lt;br /&gt;
[[SYMBiFACE II]] (IDE)&lt;br /&gt;
&lt;br /&gt;
[[CPC-IDE]] (IDE)&lt;br /&gt;
&lt;br /&gt;
[[HDCPC]] (IDE)&lt;br /&gt;
&lt;br /&gt;
[[IDE8255]] (IDE)&lt;br /&gt;
&lt;br /&gt;
== Promo ==&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;Dobbertin EPROM 224&amp;quot;&amp;gt;&lt;br /&gt;
Image:Dobbertin festplatte page1.jpg|Frontpage&lt;br /&gt;
Image:Dobbertin festplatte page2.jpg|Contents&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]] [[Category:Peripherals]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPC.Flash&amp;diff=18052</id>
		<title>CPC.Flash</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPC.Flash&amp;diff=18052"/>
				<updated>2007-07-17T22:26:41Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: Short description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
Internal version is possible only on some CPC boards, mostly PTNO.Z70***. The onboard 40015 and 40025 chips are replaced with two 32pin sockets and logic that support chips of 512kB. Also some onboard logic must be modified.&lt;br /&gt;
&lt;br /&gt;
One 32pin socket is the basic memory, the second is rescue. Rescue ROM is used in case the basic one fails (e.g. programming error, bad code). ROM is seleced by F9 key (pressed on reset or power-up pages rescue ROM), or by &amp;amp;DBxx port.&lt;br /&gt;
&lt;br /&gt;
Each socket has two extra pins that could be used to connect a set of memories, up to 4MB.&lt;br /&gt;
&lt;br /&gt;
External version is in plans. Probably will not have rescue socket, but a disable jumper/switch, because the internal ROM still can be used. A 29F320 chip (4MB) is considered.&lt;br /&gt;
&lt;br /&gt;
== ROM programming ==&lt;br /&gt;
&lt;br /&gt;
The ROM can be enabled for programming by selecting it with &amp;amp;DExx port. A 16kB window is seen in &amp;amp;C000..&amp;amp;FFFF address space and writing goes also to RAM in this area! Programming procedure depends of ROM chip type used (see datasheet).&lt;br /&gt;
&lt;br /&gt;
== Configuration options ==&lt;br /&gt;
&lt;br /&gt;
By default, 29F040 chips are used (have sectors of 64kB - such amount must be erased to change a bit from 0 into 1). Also, 29C040 chips can be used to simulate a disk (sectors of 512 bytes), but are more expensive. Chip types can be mixed.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
The banks 0..15 are initialized by CPC BIOS ROM.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://8bit.yarek.pl/upgrade/cpc.flash/index.html CPC.Flash]&lt;br /&gt;
&lt;br /&gt;
See also the [[:Category:Memory expansions|list of memory expansions for the CPC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]] [[Category:Peripherals]] [[Category:Memory expansions]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPC4MB&amp;diff=18051</id>
		<title>CPC4MB</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPC4MB&amp;diff=18051"/>
				<updated>2007-07-17T22:01:16Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Cpc4mb3.jpg|right|thumb|4MB expansion kit]]&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
4 MB DRAM internal memory expansion for CPC. It's compatible with external memory expansions (Dk'tronics, Inicron RAM-BOX), using port #7Fxx. Additional 3,5MB can be used trough ports #78xx to #7Exx (see [http://8bit.yarek.pl/upgrade/cpc.cpc4mb/index.html CPC4MB] Page, for futher details).&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
Currently, CPC4MB is supported by [[FutureOS]] version .8.&lt;br /&gt;
&lt;br /&gt;
== Schematics ==&lt;br /&gt;
&lt;br /&gt;
Altrough CPC4MB can be ordered fully asembled (even with mounting on a CPC board), there's still a download of PCB design on CPC4MB page, if you want to DIY.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://8bit.yarek.pl/upgrade/cpc.cpc4mb/index.html CPC4MB]&lt;br /&gt;
* [http://8bit.yarek.pl/upgrade/cpc.cpc4mb/cpc4mb1.zip PCB Layouts in Eagle format]&lt;br /&gt;
&lt;br /&gt;
See also the [[:Category:Memory expansions|list of memory expansions for the CPC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]] [[Category:Peripherals]] [[Category:Memory expansions]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Peripherals&amp;diff=18050</id>
		<title>Peripherals</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Peripherals&amp;diff=18050"/>
				<updated>2007-07-17T21:58:23Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* Hard Disc Drives */ IDE8255 added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Please try to keep things in alphabetical order.''&lt;br /&gt;
&lt;br /&gt;
== Data transfer ==&lt;br /&gt;
&lt;br /&gt;
=== Modems ===&lt;br /&gt;
&lt;br /&gt;
* [[Commstar v21/23 modem]]&lt;br /&gt;
* [[Digitelec DTL 2000/2100 Modem]]&lt;br /&gt;
&lt;br /&gt;
=== Serial Interfaces ===&lt;br /&gt;
&lt;br /&gt;
* [[AMSSIO]] (RS232 interface) (DIY)&lt;br /&gt;
* [[Amstrad Serial Interface]]&lt;br /&gt;
* [[Cirkit serial interface]]&lt;br /&gt;
* [[CPCI RS232 Interface]] (DIY)&lt;br /&gt;
* [[KDS Electronics Serial Interface]]&lt;br /&gt;
* [[SCA CPC Prolink]]&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
&lt;br /&gt;
* [[CPC Booster|CPC Booster/CPC Booster+]]&lt;br /&gt;
* [[Virtual Net 96]] ([[Wizcat]])&lt;br /&gt;
&lt;br /&gt;
== Digitizer ==&lt;br /&gt;
&lt;br /&gt;
* ARA digitizer&lt;br /&gt;
* [[Dart Scanner for DMP-Printers]]&lt;br /&gt;
* [[VIDI digitizer]]&lt;br /&gt;
&lt;br /&gt;
== Drives ==&lt;br /&gt;
&lt;br /&gt;
=== Disc Drives ===&lt;br /&gt;
&lt;br /&gt;
* [[3 1/2&amp;quot; &amp;amp; 5 1/4&amp;quot; Disk Drives]]&lt;br /&gt;
* [[Amstrad Disk Drive|Amstrad DDI-1 Disk Drive]]&lt;br /&gt;
* [[Amstrad Disk Drive|Amstrad FD-1 Disk Drive]]&lt;br /&gt;
* [[Cumana 3&amp;quot; Disk Drive]]&lt;br /&gt;
* [[Jasmin AM5D 5 &amp;quot;1/4 floppy drive]]&lt;br /&gt;
* [[KDS Electronics]] [[KDS 5 1/4&amp;quot; Drive|5 1/4&amp;quot; Disc Drive]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1/D]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1/S]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1-X(RS)]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1/Z]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1/D]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1/S]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1-X(RS)]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1/Z]]&lt;br /&gt;
&lt;br /&gt;
=== Hard Disc Drives ===&lt;br /&gt;
&lt;br /&gt;
* [[Dobbertin Harddisc]]&lt;br /&gt;
* [[IDE8255]] internal/extrernal IDE/CF interface&lt;br /&gt;
* [[Vortex Winchester Drive]]&lt;br /&gt;
&lt;br /&gt;
== Guns ==&lt;br /&gt;
&lt;br /&gt;
* [[Gunstick]]&lt;br /&gt;
* [[Lightgun ( Trojan )]]&lt;br /&gt;
* [[Amstrad Magnum Phaser|Magnun Light Phaser ]]&lt;br /&gt;
* [[Loriciel Phaser (West Phaser)|West Phaser ( Loriciel )]]&lt;br /&gt;
&lt;br /&gt;
== Hardware debuggers/Hacking devices ==&lt;br /&gt;
&lt;br /&gt;
* [[Hackit|Hackit / Le Hacker]] ([[Siren Software]])&lt;br /&gt;
* [[Mirage Imager]]&lt;br /&gt;
* [[Multiface II]] ([[Romantic Robot]])&lt;br /&gt;
* [[Transtape|Transtape ( Hard Micro )]]&lt;br /&gt;
&lt;br /&gt;
== Input devices ==&lt;br /&gt;
&lt;br /&gt;
=== Light-Pens ===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad LP-1 light pen]]&lt;br /&gt;
* [[ASS]] Light-Pen&lt;br /&gt;
* [[dk'tronics Lightpen]]&lt;br /&gt;
* [[Light Pen &amp;quot;Professionel&amp;quot; / Mark II]]&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad JY-1/JY-2 joysticks]]&lt;br /&gt;
* [[CPCKey|Attaching a AT keyboard to the CPC]]&lt;br /&gt;
* [[Grafpad II]]&lt;br /&gt;
* [[Joystick Y-cables]]&lt;br /&gt;
&lt;br /&gt;
== Memory expansions / ROM boxes ==&lt;br /&gt;
&lt;br /&gt;
=== Memory Expansions / RAM box ===&lt;br /&gt;
&lt;br /&gt;
* [[CPC4MB| CPC4MB - 4 MB memory expansion]]&lt;br /&gt;
* [[Dk'tronics memory expansion‎]]&lt;br /&gt;
* [[Dk'tronics Silicon Disc]]&lt;br /&gt;
* [[Dobbertin EPROM 224]]&lt;br /&gt;
* [[Dobbertin Memory Expansion]]&lt;br /&gt;
* [[Dobbertin]] [[Universeller EPROM Programmer 4004]]&lt;br /&gt;
* [[RAM BOX]] 512Kb memory expansion&lt;br /&gt;
* [[RAM7 2Mb memory expansion]]&lt;br /&gt;
* [[Vortex Computersysteme#SP|Vortex SP 64 - SP 512]] RAM expansion&lt;br /&gt;
* [[Inicron RAM-Box]]&lt;br /&gt;
&lt;br /&gt;
=== ROM box / ROMboard ===&lt;br /&gt;
&lt;br /&gt;
* [[HX-RX1|Cirkit HX-RX1 Rom Expansion Card]]&lt;br /&gt;
* [[CPC.Flash]] internal/external 4MB ROM upgrade&lt;br /&gt;
* [[Dobbertin ROMboard]]&lt;br /&gt;
* [[Maplin ROM Card]]&lt;br /&gt;
* [[Microstyle Romboard Xtra]]&lt;br /&gt;
* [[Ramcard]] (RAM7 Writeable ROM expansion)&lt;br /&gt;
* [[Rombo Rombox]]&lt;br /&gt;
* [[Inicron ROM-RAM-Box]]&lt;br /&gt;
* [[Micro Power ROM Box]]&lt;br /&gt;
* [[X-ROM]] ROM expansion and ROM burner&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
&lt;br /&gt;
* [[AMX Mouse|Advanced Memory Systems AMX Mouse]]&lt;br /&gt;
* [[Atari-ST mouse adapter]]&lt;br /&gt;
* [[dk'tronics Mouse Interface]]&lt;br /&gt;
* [[Gerdes|Gerdes Mouse]]&lt;br /&gt;
* [[Centaure mouse]]&lt;br /&gt;
* [[ASS Reis-Mouse]]&lt;br /&gt;
* [[Wireless mouse (DIY)]]&lt;br /&gt;
&lt;br /&gt;
== Monitors ==&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad]] [[CM14]] Colour Monitor&lt;br /&gt;
* [[Amstrad]] [[CTM640/CTM644]] Color Monitor&lt;br /&gt;
* [[Amstrad]] [[GT64/GT65]] Green Monitor&lt;br /&gt;
* [[Amstrad]] [[MM12]] Monochrome Monitor&lt;br /&gt;
* [[Amstrad]] [[MP1]]/MP2 modulator&lt;br /&gt;
* CPCAI HF-modulator (CPC Schneider International 11/1986, Page 78ff. Someone please scan it, my issue lacks those pages!)&lt;br /&gt;
* [[MP2F|Amstrad MP-2F Scart Adapter]]&lt;br /&gt;
* [[MP-3|Amstrad MP-3 TV modulator for CTM 64x]] &lt;br /&gt;
* [[TV SCART cable]]&lt;br /&gt;
&lt;br /&gt;
== Multi function expansions ==&lt;br /&gt;
&lt;br /&gt;
* [[CPC Booster|CPC Booster/CPC Booster+]]&lt;br /&gt;
* [[SYMBiFACE II]]&lt;br /&gt;
* [[CPCMax!]]&lt;br /&gt;
* [[CPCISA by Yarek]]&lt;br /&gt;
* [[CPCX]]&lt;br /&gt;
&lt;br /&gt;
== Printers ==&lt;br /&gt;
&lt;br /&gt;
* Amstrad [[DMP1]] printer&lt;br /&gt;
* Amstrad/Schneider [[DMP2000]] Printer&lt;br /&gt;
* Amstrad/Schneider [[DMP2100]] Printer&lt;br /&gt;
* Amstrad [[DMP2160]] printer&lt;br /&gt;
* Amstrad [[DMP3000]] printer&lt;br /&gt;
* Amstrad [[DMP3160]] printer&lt;br /&gt;
* Amstrad [[DMP3250]] printer&lt;br /&gt;
* Amstrad [[DMP4000]] printer&lt;br /&gt;
* [[Robotron 6313|EuroPrint FT80X]]&lt;br /&gt;
* [[Robotron 6313|Präsident 6320]]&lt;br /&gt;
* [[Robotron 6313]]&lt;br /&gt;
* [[NLQ401|Schneider NLQ401]]&lt;br /&gt;
* [[Star Printers]]&lt;br /&gt;
&lt;br /&gt;
== Synthesizer, sampler and music related ==&lt;br /&gt;
&lt;br /&gt;
* [[Amdrum]]&lt;br /&gt;
* [[Amstrad SSA-1 Speech Synthesizer]]&lt;br /&gt;
* [[Digiblaster]]&lt;br /&gt;
* [[Digivox sampler]]&lt;br /&gt;
* [[Dk'tronics Speech Synthesizer]]&lt;br /&gt;
* [[DHCP MIDI Interface]]&lt;br /&gt;
* [[EMR MIDI Interface]]&lt;br /&gt;
* [[Music Machine]]&lt;br /&gt;
* [[Silicon Systems MIDI Interface]]&lt;br /&gt;
* [[Sound Blaster ( Siren Software )]]&lt;br /&gt;
* [[TechniMusique speech synthetizer]]&lt;br /&gt;
* [[TMPI speech synthetizer]]&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
* 64 Kb Printer Buffer (DIY)&lt;br /&gt;
* [[Amstore|Northern Computers Amstore]]&lt;br /&gt;
* [[CPCISA by Yarek|CPCISA]]&lt;br /&gt;
* dk'tronics Real Time Clock&lt;br /&gt;
* dk'tronics Utopia OS&lt;br /&gt;
* Dobbertin Real Time Clock&lt;br /&gt;
* FO-Dos card&lt;br /&gt;
* [[Fischertechnik robot]]&lt;br /&gt;
* [[Graphiscop II]]&lt;br /&gt;
* HDCPC&lt;br /&gt;
* [[Kersten PC Emulator]]&lt;br /&gt;
* Loritel&lt;br /&gt;
* [[Real Time Clock]] (DIY)&lt;br /&gt;
* [[RAM7 Cartridge Hacker]]&lt;br /&gt;
* Robot (DIY)&lt;br /&gt;
* [[TC-1|Amstrad TC-1 Radio/Alarm-Clock]]&lt;br /&gt;
* [[Split Extension Connector|Cheetah Marketing Split Extension Connector]]&lt;br /&gt;
* [[KDS Electronics]] [[KDS Power Controller|Power Controller]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Peripherals|*]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Peripherals&amp;diff=18049</id>
		<title>Peripherals</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Peripherals&amp;diff=18049"/>
				<updated>2007-07-17T21:54:20Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: /* ROM box / ROMboard */ added CPC.Flash&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Please try to keep things in alphabetical order.''&lt;br /&gt;
&lt;br /&gt;
== Data transfer ==&lt;br /&gt;
&lt;br /&gt;
=== Modems ===&lt;br /&gt;
&lt;br /&gt;
* [[Commstar v21/23 modem]]&lt;br /&gt;
* [[Digitelec DTL 2000/2100 Modem]]&lt;br /&gt;
&lt;br /&gt;
=== Serial Interfaces ===&lt;br /&gt;
&lt;br /&gt;
* [[AMSSIO]] (RS232 interface) (DIY)&lt;br /&gt;
* [[Amstrad Serial Interface]]&lt;br /&gt;
* [[Cirkit serial interface]]&lt;br /&gt;
* [[CPCI RS232 Interface]] (DIY)&lt;br /&gt;
* [[KDS Electronics Serial Interface]]&lt;br /&gt;
* [[SCA CPC Prolink]]&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
&lt;br /&gt;
* [[CPC Booster|CPC Booster/CPC Booster+]]&lt;br /&gt;
* [[Virtual Net 96]] ([[Wizcat]])&lt;br /&gt;
&lt;br /&gt;
== Digitizer ==&lt;br /&gt;
&lt;br /&gt;
* ARA digitizer&lt;br /&gt;
* [[Dart Scanner for DMP-Printers]]&lt;br /&gt;
* [[VIDI digitizer]]&lt;br /&gt;
&lt;br /&gt;
== Drives ==&lt;br /&gt;
&lt;br /&gt;
=== Disc Drives ===&lt;br /&gt;
&lt;br /&gt;
* [[3 1/2&amp;quot; &amp;amp; 5 1/4&amp;quot; Disk Drives]]&lt;br /&gt;
* [[Amstrad Disk Drive|Amstrad DDI-1 Disk Drive]]&lt;br /&gt;
* [[Amstrad Disk Drive|Amstrad FD-1 Disk Drive]]&lt;br /&gt;
* [[Cumana 3&amp;quot; Disk Drive]]&lt;br /&gt;
* [[Jasmin AM5D 5 &amp;quot;1/4 floppy drive]]&lt;br /&gt;
* [[KDS Electronics]] [[KDS 5 1/4&amp;quot; Drive|5 1/4&amp;quot; Disc Drive]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1/D]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1/S]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1-X(RS)]]&lt;br /&gt;
* [[Vortex Computersysteme#F1|Vortex F1/Z]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1/D]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1/S]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1-X(RS)]]&lt;br /&gt;
* [[Vortex Computersysteme#M1|Vortex M1/Z]]&lt;br /&gt;
&lt;br /&gt;
=== Hard Disc Drives ===&lt;br /&gt;
&lt;br /&gt;
* [[Dobbertin Harddisc]]&lt;br /&gt;
* [[Vortex Winchester Drive]]&lt;br /&gt;
&lt;br /&gt;
== Guns ==&lt;br /&gt;
&lt;br /&gt;
* [[Gunstick]]&lt;br /&gt;
* [[Lightgun ( Trojan )]]&lt;br /&gt;
* [[Amstrad Magnum Phaser|Magnun Light Phaser ]]&lt;br /&gt;
* [[Loriciel Phaser (West Phaser)|West Phaser ( Loriciel )]]&lt;br /&gt;
&lt;br /&gt;
== Hardware debuggers/Hacking devices ==&lt;br /&gt;
&lt;br /&gt;
* [[Hackit|Hackit / Le Hacker]] ([[Siren Software]])&lt;br /&gt;
* [[Mirage Imager]]&lt;br /&gt;
* [[Multiface II]] ([[Romantic Robot]])&lt;br /&gt;
* [[Transtape|Transtape ( Hard Micro )]]&lt;br /&gt;
&lt;br /&gt;
== Input devices ==&lt;br /&gt;
&lt;br /&gt;
=== Light-Pens ===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad LP-1 light pen]]&lt;br /&gt;
* [[ASS]] Light-Pen&lt;br /&gt;
* [[dk'tronics Lightpen]]&lt;br /&gt;
* [[Light Pen &amp;quot;Professionel&amp;quot; / Mark II]]&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad JY-1/JY-2 joysticks]]&lt;br /&gt;
* [[CPCKey|Attaching a AT keyboard to the CPC]]&lt;br /&gt;
* [[Grafpad II]]&lt;br /&gt;
* [[Joystick Y-cables]]&lt;br /&gt;
&lt;br /&gt;
== Memory expansions / ROM boxes ==&lt;br /&gt;
&lt;br /&gt;
=== Memory Expansions / RAM box ===&lt;br /&gt;
&lt;br /&gt;
* [[CPC4MB| CPC4MB - 4 MB memory expansion]]&lt;br /&gt;
* [[Dk'tronics memory expansion‎]]&lt;br /&gt;
* [[Dk'tronics Silicon Disc]]&lt;br /&gt;
* [[Dobbertin EPROM 224]]&lt;br /&gt;
* [[Dobbertin Memory Expansion]]&lt;br /&gt;
* [[Dobbertin]] [[Universeller EPROM Programmer 4004]]&lt;br /&gt;
* [[RAM BOX]] 512Kb memory expansion&lt;br /&gt;
* [[RAM7 2Mb memory expansion]]&lt;br /&gt;
* [[Vortex Computersysteme#SP|Vortex SP 64 - SP 512]] RAM expansion&lt;br /&gt;
* [[Inicron RAM-Box]]&lt;br /&gt;
&lt;br /&gt;
=== ROM box / ROMboard ===&lt;br /&gt;
&lt;br /&gt;
* [[HX-RX1|Cirkit HX-RX1 Rom Expansion Card]]&lt;br /&gt;
* [[CPC.Flash]] internal/external 4MB ROM upgrade&lt;br /&gt;
* [[Dobbertin ROMboard]]&lt;br /&gt;
* [[Maplin ROM Card]]&lt;br /&gt;
* [[Microstyle Romboard Xtra]]&lt;br /&gt;
* [[Ramcard]] (RAM7 Writeable ROM expansion)&lt;br /&gt;
* [[Rombo Rombox]]&lt;br /&gt;
* [[Inicron ROM-RAM-Box]]&lt;br /&gt;
* [[Micro Power ROM Box]]&lt;br /&gt;
* [[X-ROM]] ROM expansion and ROM burner&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
&lt;br /&gt;
* [[AMX Mouse|Advanced Memory Systems AMX Mouse]]&lt;br /&gt;
* [[Atari-ST mouse adapter]]&lt;br /&gt;
* [[dk'tronics Mouse Interface]]&lt;br /&gt;
* [[Gerdes|Gerdes Mouse]]&lt;br /&gt;
* [[Centaure mouse]]&lt;br /&gt;
* [[ASS Reis-Mouse]]&lt;br /&gt;
* [[Wireless mouse (DIY)]]&lt;br /&gt;
&lt;br /&gt;
== Monitors ==&lt;br /&gt;
&lt;br /&gt;
* [[Amstrad]] [[CM14]] Colour Monitor&lt;br /&gt;
* [[Amstrad]] [[CTM640/CTM644]] Color Monitor&lt;br /&gt;
* [[Amstrad]] [[GT64/GT65]] Green Monitor&lt;br /&gt;
* [[Amstrad]] [[MM12]] Monochrome Monitor&lt;br /&gt;
* [[Amstrad]] [[MP1]]/MP2 modulator&lt;br /&gt;
* CPCAI HF-modulator (CPC Schneider International 11/1986, Page 78ff. Someone please scan it, my issue lacks those pages!)&lt;br /&gt;
* [[MP2F|Amstrad MP-2F Scart Adapter]]&lt;br /&gt;
* [[MP-3|Amstrad MP-3 TV modulator for CTM 64x]] &lt;br /&gt;
* [[TV SCART cable]]&lt;br /&gt;
&lt;br /&gt;
== Multi function expansions ==&lt;br /&gt;
&lt;br /&gt;
* [[CPC Booster|CPC Booster/CPC Booster+]]&lt;br /&gt;
* [[SYMBiFACE II]]&lt;br /&gt;
* [[CPCMax!]]&lt;br /&gt;
* [[CPCISA by Yarek]]&lt;br /&gt;
* [[CPCX]]&lt;br /&gt;
&lt;br /&gt;
== Printers ==&lt;br /&gt;
&lt;br /&gt;
* Amstrad [[DMP1]] printer&lt;br /&gt;
* Amstrad/Schneider [[DMP2000]] Printer&lt;br /&gt;
* Amstrad/Schneider [[DMP2100]] Printer&lt;br /&gt;
* Amstrad [[DMP2160]] printer&lt;br /&gt;
* Amstrad [[DMP3000]] printer&lt;br /&gt;
* Amstrad [[DMP3160]] printer&lt;br /&gt;
* Amstrad [[DMP3250]] printer&lt;br /&gt;
* Amstrad [[DMP4000]] printer&lt;br /&gt;
* [[Robotron 6313|EuroPrint FT80X]]&lt;br /&gt;
* [[Robotron 6313|Präsident 6320]]&lt;br /&gt;
* [[Robotron 6313]]&lt;br /&gt;
* [[NLQ401|Schneider NLQ401]]&lt;br /&gt;
* [[Star Printers]]&lt;br /&gt;
&lt;br /&gt;
== Synthesizer, sampler and music related ==&lt;br /&gt;
&lt;br /&gt;
* [[Amdrum]]&lt;br /&gt;
* [[Amstrad SSA-1 Speech Synthesizer]]&lt;br /&gt;
* [[Digiblaster]]&lt;br /&gt;
* [[Digivox sampler]]&lt;br /&gt;
* [[Dk'tronics Speech Synthesizer]]&lt;br /&gt;
* [[DHCP MIDI Interface]]&lt;br /&gt;
* [[EMR MIDI Interface]]&lt;br /&gt;
* [[Music Machine]]&lt;br /&gt;
* [[Silicon Systems MIDI Interface]]&lt;br /&gt;
* [[Sound Blaster ( Siren Software )]]&lt;br /&gt;
* [[TechniMusique speech synthetizer]]&lt;br /&gt;
* [[TMPI speech synthetizer]]&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
* 64 Kb Printer Buffer (DIY)&lt;br /&gt;
* [[Amstore|Northern Computers Amstore]]&lt;br /&gt;
* [[CPCISA by Yarek|CPCISA]]&lt;br /&gt;
* dk'tronics Real Time Clock&lt;br /&gt;
* dk'tronics Utopia OS&lt;br /&gt;
* Dobbertin Real Time Clock&lt;br /&gt;
* FO-Dos card&lt;br /&gt;
* [[Fischertechnik robot]]&lt;br /&gt;
* [[Graphiscop II]]&lt;br /&gt;
* HDCPC&lt;br /&gt;
* [[Kersten PC Emulator]]&lt;br /&gt;
* Loritel&lt;br /&gt;
* [[Real Time Clock]] (DIY)&lt;br /&gt;
* [[RAM7 Cartridge Hacker]]&lt;br /&gt;
* Robot (DIY)&lt;br /&gt;
* [[TC-1|Amstrad TC-1 Radio/Alarm-Clock]]&lt;br /&gt;
* [[Split Extension Connector|Cheetah Marketing Split Extension Connector]]&lt;br /&gt;
* [[KDS Electronics]] [[KDS Power Controller|Power Controller]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Peripherals|*]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=CPC4MB&amp;diff=18048</id>
		<title>CPC4MB</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=CPC4MB&amp;diff=18048"/>
				<updated>2007-07-17T21:43:45Z</updated>
		
		<summary type="html">&lt;p&gt;Yarek: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[image:Cpc4mb3.jpg|right|thumb|4MB expansion kit]]&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
4 MB DRAN internal memory expansion for CPC. It's compatible with external memory expansions (Dk'tronics, Inicron RAM-BOX), using port #7Fxx. Additional 3,5MB can be used trough ports #78xx to #7Exx (see [http://8bit.yarek.pl/upgrade/cpc.cpc4mb/index.html CPC4MB] Page, for futher details).&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
Currently, CPC4MB is supported by [[FutureOS]] version .8.&lt;br /&gt;
&lt;br /&gt;
== Schematics ==&lt;br /&gt;
&lt;br /&gt;
Altrough CPC4MB can be ordered fully asembled (even with mounting on a CPC board), there's still a download of PCB design on CPC4MB page, if you want to DIY.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://8bit.yarek.pl/upgrade/cpc.cpc4mb/index.html CPC4MB]&lt;br /&gt;
* [http://8bit.yarek.pl/upgrade/cpc.cpc4mb/cpc4mb1.zip PCB Layouts in Eagle format]&lt;br /&gt;
&lt;br /&gt;
See also the [[:Category:Memory expansions|list of memory expansions for the CPC]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]] [[Category:Peripherals]] [[Category:Memory expansions]]&lt;/div&gt;</summary>
		<author><name>Yarek</name></author>	</entry>

	</feed>