Difference between revisions of "XCPC"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (screenie)
Line 1: Line 1:
 
[[Image:XPC.gif|right|thumb|150px|XCPC running Gryzor]]
 
[[Image:XPC.gif|right|thumb|150px|XCPC running Gryzor]]
Xcpc is a portable Amstrad CPC464/CPC664/CPC6128 Emulator written in C designed to run on any POSIX system (Linux/BSD/UNIX-like OSes).
+
'''Xcpc''' is a portable Amstrad CPC464/CPC664/CPC6128 Emulator written in C designed to run on any POSIX system (Linux/BSD/UNIX-like OSes).
  
Xcpc has been successfully tested on:
+
'''Xcpc''' has been successfully tested on:
  
    * Gentoo Linux
+
* Gentoo Linux
    * Mandriva Linux
+
* Mandriva Linux
    * Fedora Core Linux
+
* Fedora Core Linux
    * SUN Solaris
+
* SUN Solaris
    * HP Tru64
+
* HP Tru64
    * SGI IRIX
+
* SGI IRIX
    * Mac OS X
+
* Mac OS X
  
Implemented Features
+
== Implemented Features ==
  
    * Athena GUI (selected at compilation time)
+
* Athena GUI (selected at compilation time)
    * Motif* GUI (selected at compilation time)
+
* Motif* GUI (selected at compilation time)
    * Floppy disk images support (*.dsk)
+
* Floppy disk images support (*.dsk)
    * Snapshot memory images support (*.sna)
+
* Snapshot memory images support (*.sna)
    * Drag and Drop support (*.dsk, *.sna)
+
* Drag and Drop support (*.dsk, *.sna)
    * Keyboard emulation (QWERTY, AZERTY)
+
* Keyboard emulation (QWERTY, AZERTY)
    * Joystick emulation (numeric keypad, numlock disabled)
+
* Joystick emulation (numeric keypad, numlock disabled)
    * Almost full CRTC-6845 / GateArray emulation
+
* Almost full CRTC-6845 / GateArray emulation
    * Adaptative frame-rate
+
* Adaptative frame-rate
  
 +
== Links ==
  
 
[http://xcpc.sourceforge.net/ Official homepage]
 
[http://xcpc.sourceforge.net/ Official homepage]
 +
 +
[[Category:Emulator]]

Revision as of 07:03, 25 January 2007

XCPC running Gryzor

Xcpc is a portable Amstrad CPC464/CPC664/CPC6128 Emulator written in C designed to run on any POSIX system (Linux/BSD/UNIX-like OSes).

Xcpc has been successfully tested on:

  • Gentoo Linux
  • Mandriva Linux
  • Fedora Core Linux
  • SUN Solaris
  • HP Tru64
  • SGI IRIX
  • Mac OS X

Implemented Features

  • Athena GUI (selected at compilation time)
  • Motif* GUI (selected at compilation time)
  • Floppy disk images support (*.dsk)
  • Snapshot memory images support (*.sna)
  • Drag and Drop support (*.dsk, *.sna)
  • Keyboard emulation (QWERTY, AZERTY)
  • Joystick emulation (numeric keypad, numlock disabled)
  • Almost full CRTC-6845 / GateArray emulation
  • Adaptative frame-rate

Links

Official homepage