jace/README.md

37 lines
1.8 KiB
Markdown
Raw Normal View History

2014-09-07 21:15:15 +00:00
Java Apple Computer Emulator
2014-08-17 05:51:04 +00:00
====
2016-01-10 19:39:18 +00:00
Download:
2016-02-06 22:26:09 +00:00
* [Version 2.0 Stable](https://github.com/badvision/jace/releases/download/2.0-stable/Jace.jar)
2016-01-10 19:39:18 +00:00
To Run:
* See [run.sh](run.sh)
2016-02-06 22:25:38 +00:00
or `java -jar Jace.jar`
2016-01-10 19:39:18 +00:00
To Build:
* See [build.sh](build.sh)
2014-09-07 21:15:15 +00:00
Jace is a java-based Apple //e emulator with many compelling features:
2015-07-17 16:44:15 +00:00
* NEW: Built-in IDE for writing basic and assembly programs, using ACME to compile and execute directly without leaving the emulator.
2014-09-07 21:15:15 +00:00
* 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
2014-09-07 21:15:15 +00:00
* Highly flexible configuration allows any combination of cards and many extra options. You can even alter configuration while the emulation is running!
![Airheart](https://sites.google.com/site/brendanrobert/_/rsrc/1327073239228/projects/jace/airheart.png?height=250&width=400)
![Color swatches](https://sites.google.com/site/brendanrobert/_/rsrc/1327073239228/projects/jace/colors.png?height=223&width=400)
![Desktop II](https://sites.google.com/site/brendanrobert/_/rsrc/1327992588666/projects/jace/AppleIIDesktop.png?height=265&width=400)
2015-07-17 16:44:15 +00:00
More information here: https://sites.google.com/site/brendanrobert/projects/jace