Difference between revisions of "JavaCPC"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[File:javacpc.png|thumb|JavaCPC emulating a CPC6128]]
 +
[[File:Javacpc_running_scratch.png|thumb|JavaCPC running an actual demo]]
 +
[[File:Javacpc_debugger.png|thumb|The debugger in action]]
 
'''JavaCPC''' is a CPC emulator written in Java.
 
'''JavaCPC''' is a CPC emulator written in Java.
 
It is being developed by [[Devilmarkus]] and uses [[Executioner]]'s [[JEMU]] as base.
 
It is being developed by [[Devilmarkus]] and uses [[Executioner]]'s [[JEMU]] as base.
  
JavaCPC Desktop requires Java v1.6; older versions also run under Java v1.5.
+
JavaCPC Desktop requires Java v1.6 or later; older versions also run under Java v1.5.
  
 
== Features ==
 
== Features ==
[[Image:javacpc.png|thumb|120px|JavaCPC emulates the CPC 6128]]
+
* Autotype
[[Image:Javacpc_running_scratch.png|thumb|120px|JavaCPC running an actual demo]]
+
* Basic FDC-emulation
[[Image:Javacpc_debugger.png|thumb|120px|Debugger in action]]
+
* Bilinear screen filtering (can be disabled)
 
* Emulates the [[CPC|Amstrad CPC]] 464, 664 and 6128
 
* Emulates the [[CPC|Amstrad CPC]] 464, 664 and 6128
* [[SymbOS]] support
+
* [[CRTC]] 0/1 emulation
* [[FutureOS]] support
+
 
* [[Digiblaster]] emulation
 
* [[Digiblaster]] emulation
 +
* Direct export (Binary) / import of CPC files (BASIC, Binary)
 +
* Drag and Drop
 +
* Dynamic turbo
 +
* Free selectable ROMs (OS and expansion ROMs)
 +
* [[FutureOS]] support
 +
* Green, monochrome and colour monitor emulation
 
* High accurate [[AY-3-8912]] emulation
 
* High accurate [[AY-3-8912]] emulation
* Basic FDC-emulation
 
* Tape emulation, which supports WAV, CDT, TZX, CSW and MP3
 
* [[CRTC]] 0/1 emulation
 
 
* Integrated debugger with breakpoints and break instructions
 
* Integrated debugger with breakpoints and break instructions
* Bilinear screen filtering (can be disabled)
+
* ROM emulation (0 up to 32!).
* Free selectable roms
+
* [[SymbOS]] support
* Dynamic turbo
+
* Tape emulation, which supports WAV, CDT, TZX, CSW and MP3
* Autotype
+
 
* Text-printer
 
* Text-printer
* Direct export (Binary) / import of CPC files (BASIC, Binary)
+
* Save current CPC screen as text
* YM-recorder and player!
+
 
* WAV recorder
 
* WAV recorder
* Green, monochrome and colour monitor emulation
+
* YM-recorder and player!
  
 
== Planned features ==
 
== Planned features ==
Line 31: Line 34:
 
* Light gun
 
* Light gun
 
* FDC improvements
 
* FDC improvements
 +
 +
== Running JavaCPC Desktop on OS X and Linux ==
 +
 +
Download the ZIP archive from http://cpc-live.com/data/index.php, then uncompress it and double click JavaCPC.jar in your file manager to run JavaCPC.
 +
 +
You could also create a shell script to start the program, e.g.:
 +
 +
#!/bin/sh
 +
cd /usr/lib/javacpc
 +
java -jar JavaCPC.jar -Xms512m
 +
 +
If you run Arch Linux, here is a [http://aur.archlinux.org/packages/javacpc/ JavaCPC AUR package].
 +
 +
Sound from the CPC can be a problem if the system is running PulseAudio (as most current Linux distos do). One possible workaround is simply killing the PulseAudio server before starting JavaCPC or prefixing the Java command with "pasuspender" to suspend PA. (For the latter approach, browsers or media players that currently use PA need to be closed first or suspending will not work.)
  
 
== Web links ==
 
== Web links ==
Line 39: Line 56:
 
* [http://java.cpc-live.com/ JavaCPC game website] (website using JavaCPC with a lot of games to play)
 
* [http://java.cpc-live.com/ JavaCPC game website] (website using JavaCPC with a lot of games to play)
  
 +
[[Category:4 MB RAM Software Support]]
 +
[[Category:Digiblaster]]
 
[[Category:Emulator]]
 
[[Category:Emulator]]
 +
[[Category:FutureOS]]

Latest revision as of 09:43, 28 October 2023

JavaCPC emulating a CPC6128
JavaCPC running an actual demo
The debugger in action

JavaCPC is a CPC emulator written in Java. It is being developed by Devilmarkus and uses Executioner's JEMU as base.

JavaCPC Desktop requires Java v1.6 or later; older versions also run under Java v1.5.

Features

  • Autotype
  • Basic FDC-emulation
  • Bilinear screen filtering (can be disabled)
  • Emulates the Amstrad CPC 464, 664 and 6128
  • CRTC 0/1 emulation
  • Digiblaster emulation
  • Direct export (Binary) / import of CPC files (BASIC, Binary)
  • Drag and Drop
  • Dynamic turbo
  • Free selectable ROMs (OS and expansion ROMs)
  • FutureOS support
  • Green, monochrome and colour monitor emulation
  • High accurate AY-3-8912 emulation
  • Integrated debugger with breakpoints and break instructions
  • ROM emulation (0 up to 32!).
  • SymbOS support
  • Tape emulation, which supports WAV, CDT, TZX, CSW and MP3
  • Text-printer
  • Save current CPC screen as text
  • WAV recorder
  • YM-recorder and player!

Planned features

  • Light gun
  • FDC improvements

Running JavaCPC Desktop on OS X and Linux

Download the ZIP archive from http://cpc-live.com/data/index.php, then uncompress it and double click JavaCPC.jar in your file manager to run JavaCPC.

You could also create a shell script to start the program, e.g.:

#!/bin/sh
cd /usr/lib/javacpc
java -jar JavaCPC.jar -Xms512m

If you run Arch Linux, here is a JavaCPC AUR package.

Sound from the CPC can be a problem if the system is running PulseAudio (as most current Linux distos do). One possible workaround is simply killing the PulseAudio server before starting JavaCPC or prefixing the Java command with "pasuspender" to suspend PA. (For the latter approach, browsers or media players that currently use PA need to be closed first or suspending will not work.)

Web links