Difference between revisions of "CPCISA by Yarek"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m
 
(Completed and corrected)
Line 1: Line 1:
 +
[[Category:Peripherals]]
 
[[Image:Cpcisa2b.jpg|200px|thumb|Prototype of the CPCISA card]]
 
[[Image:Cpcisa2b.jpg|200px|thumb|Prototype of the CPCISA card]]
  
 
=== What it is ===
 
=== What it is ===
  
CPCISA is a project currently under development (but on hold?) by Yarek. Basically it is a hardware add-on that lets you connect ISA cards to your old CPC! Some examples of what it can offer:
+
CPCISA is a project currently under development (but on hold?) by [[Futur's]]. Basically it is a hardware add-on that lets you connect ISA cards to your old CPC! Some examples of what it can offer:
  
 
*An I/O interface (Serial and parallel ports, Floppy and IDE ports)
 
*An I/O interface (Serial and parallel ports, Floppy and IDE ports)
 
*An internal (card) modem (probably a full-featured modem is needed; that is, not a winmodem/softmodem)
 
*An internal (card) modem (probably a full-featured modem is needed; that is, not a winmodem/softmodem)
 
*A SoundBlaster card (or 100% compatible)
 
*A SoundBlaster card (or 100% compatible)
*A VGA card
 
 
*A network card
 
*A network card
 +
 +
=== Status ===
 +
The card is working, however there are only 4 cards buit. This is because the card is complex and outdated, ISA peripherals and the AT standard becoming old. The software can une the Adlib synthesis of the soundcard to play some sounds, and there is a read and write sector routine for the hard disk but no filesystem to use it. It is not possible to use a VGA card with this system.
  
 
=== Additional info ===
 
=== Additional info ===
*[http://8bit.yarek.pl/interface/cpc.cpcisa/index.html Yarek's CPCISA page]
+
*[http://8bit.yarek.pl/interface/cpc.cpcisa/index.html Yarek's CPCISA page] about making a CPC-Isa compatible system wich would connect to a full 286 AT PC motherboard
*[http://siou.free.fr/General/Pages/index-cpc6128.html Siou's page on CPCISA]
+
*[http://siou.free.fr/General/Pages/index-cpc6128.html Siou's page on CPCISA]. Siou is the original developer of the system

Revision as of 18:00, 2 January 2007

Prototype of the CPCISA card

What it is

CPCISA is a project currently under development (but on hold?) by Futur's. Basically it is a hardware add-on that lets you connect ISA cards to your old CPC! Some examples of what it can offer:

  • An I/O interface (Serial and parallel ports, Floppy and IDE ports)
  • An internal (card) modem (probably a full-featured modem is needed; that is, not a winmodem/softmodem)
  • A SoundBlaster card (or 100% compatible)
  • A network card

Status

The card is working, however there are only 4 cards buit. This is because the card is complex and outdated, ISA peripherals and the AT standard becoming old. The software can une the Adlib synthesis of the soundcard to play some sounds, and there is a read and write sector routine for the hard disk but no filesystem to use it. It is not possible to use a VGA card with this system.

Additional info