Java Apple Computer Emulator
Go to file
Brendan Robert dd6b2b8566 Added profiler and 6502 timings switch -- it's not correct and needs a full junit test suite to prove out. 2016-02-06 15:10:15 -06:00
src Added profiler and 6502 timings switch -- it's not correct and needs a full junit test suite to prove out. 2016-02-06 15:10:15 -06:00
target Updated binaries 2016-01-13 23:49:48 -06:00
.gitignore Removed nestedvm from ignore list 2015-08-12 20:18:36 -05:00
.travis.yml Reverting some of the Travis-CI settings hoping to get branch re-tagging working 2015-08-13 08:37:41 -05:00
LICENSE Initial commit 2014-08-17 00:51:04 -05:00
README.md Updated REAME and run.sh 2016-01-10 11:39:18 -08:00
build.sh Cleaned up build instructions 2016-01-10 11:19:59 -08:00
manifest.mf Initial version: Based on last source available in SourceForge, converted to a Maven project format 2014-09-07 16:10:04 -05:00
nb-configuration.xml Addition of Jace IDE with partial basic and full Acme Cross-assembler support 2015-07-15 01:29:37 -05:00
nbactions.xml Start of JavaFX overhaul... 2015-02-02 00:52:31 -06:00
pom.xml Update Maven project to include dependencies 2016-01-10 11:24:44 -08:00
run.sh Updated REAME and run.sh 2016-01-10 11:39:18 -08:00

README.md

Java Apple Computer Emulator

Download:

Or:

To Run:

or java -jar target/jace-2.0-SNAPSHOT-jar-with-dependencies.jar

To Build:

Download current version with built-in IDE

Jace is a java-based Apple //e emulator with many compelling features:

  • NEW: Built-in IDE for writing basic and assembly programs, using ACME to compile and execute directly without leaving the emulator.
  • Disk and Mass-storage (hard drive, 3.5 floppy) images
  • Joystick and Mouse are fully supported (Joystick can be emulated with either keyboard or mouse, Java doesn't have native joystick support
  • All graphics modes are supported, including Apple RGB "Mixed" and B&W modes.
  • Fullscreen and windowed modes supported
  • PassPort MIDI support for Ultima V
  • MetaCheat allows quick and easy ability to find and alter active memory
  • MetaCheat also provides a live heat-map showing all RAM activity, color coded to indicate read, write or CPU execution -- Perfect for reverse engineers
  • Optional Debugging rom (][DB) can be enabled for a more powerful monitor
  • Super serial emulated as a tcp/ip port
  • Mockingboard and Phasor support
  • Highly flexible configuration allows any combination of cards and many extra options. You can even alter configuration while the emulation is running!

Airheart Color swatches Desktop II

More information here: https://sites.google.com/site/brendanrobert/projects/jace