EPPLE ][ is an emulator of the Apple ][ computer.
Go to file
2013-12-20 18:13:20 -05:00
conf enhance gitignore for non-VPATH builds and netbeans 2013-10-08 10:28:36 -04:00
doc fix WiX build 2013-12-17 23:33:43 -05:00
installer add some gitignores for non-vpath builds 2013-12-18 18:29:46 -05:00
src don't print audio info; change to smaller buffer 2013-12-19 23:27:48 -05:00
.gitignore enhance gitignore for non-VPATH builds and netbeans 2013-10-08 10:28:36 -04:00
.travis.yml travis config 2013-11-12 16:24:54 -05:00
AUTHORS
bootstrap
ChangeLog
configure.ac reduce autoconf vers (for mingw) 2013-12-20 18:13:20 -05:00
COPYING
COPYING.other
COPYING.sdl
INSTALL
Makefile.am
NEWS
README
README-hacking remove useless "quick start" heading [otd: 28 wl: 4 h] 2013-01-31 18:48:27 -05:00
README.asciidoc reformatting [otd: 29 wl: 4 hrs] 2013-02-01 11:31:06 -05:00
transistors replace cpu with 6502 emulator 2013-12-19 19:44:06 -05:00

epple2 (Emulated Apple ][)
==========================
Christopher A. Mosher <chris@mosher.mine.nu>

Home page: http://mosher.mine.nu/epple2[]

+epple2+ is an emulator of the *Apple ][* and *Apple ][ plus*
computers from Apple, Inc. It strives to faithfully simulate
much of the internal workings of the original Apple ][,
including the individual cycles of the 6502 CPU, and the
NTSC video signal generation, including the ``strange orange
line'', other color anomalies, and the ``floating data bus.''
_Understanding the Apple ][_, by Jim Sather, is the primary
source for information about the internals of the Apple ][.

The CPU and video timings are synchronized, and the emulator
is designed to run at the same speed as the original
machine (if your computer is fast enough). It also emulates
several different types of television screens and monitors
for the display.

It includes emulation of a Disk ][ controller card, a ROM
firmware card, and a RAM Language card, as well as a
simple clock card.

+epple2+ is written in C++, and is designed to be buildable
on Linux (gcc) or Windows (mingw). http://www.libsdl.org/[SDL]
is the only dependency.

+epple2+ is released under GPLv3.

See files +COPYING.*+ for copyright notices.