Difference between revisions of "CPCISA by Yarek"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Completed and corrected)
m (Status)
Line 12: Line 12:
  
 
=== Status ===
 
=== 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.
+
The card is working, however there are only 4 cards built. This is because the card is complex and outdated, ISA peripherals and the AT standard becoming old. The software can use 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] about making a CPC-Isa compatible system wich would connect to a full 286 AT PC motherboard
 
*[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]. Siou is the original developer of the system
 
*[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 16:31, 22 August 2008

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 built. This is because the card is complex and outdated, ISA peripherals and the AT standard becoming old. The software can use 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