EPPLE ][ is an emulator of the Apple ][ computer.
Go to file
2012-04-21 22:10:39 -04:00
conf fix paths in config files 2012-04-21 22:10:39 -04:00
doc combine epple2 ROMs into one package 2012-04-20 23:54:23 -04:00
installer Initial import from subversion repo 2012-04-20 20:04:34 -04:00
src Initial import from subversion repo 2012-04-20 20:04:34 -04:00
.gitignore add readme symlink to quiet gnu; add config.h.in to gitignore 2012-04-20 23:26:10 -04:00
AUTHORS Initial import from subversion repo 2012-04-20 20:04:34 -04:00
ChangeLog Initial import from subversion repo 2012-04-20 20:04:34 -04:00
configure.ac bump version to 1.1 2012-04-20 23:46:04 -04:00
COPYING Initial import from subversion repo 2012-04-20 20:04:34 -04:00
COPYING.other Initial import from subversion repo 2012-04-20 20:04:34 -04:00
COPYING.sdl Initial import from subversion repo 2012-04-20 20:04:34 -04:00
epple2.spec Initial import from subversion repo 2012-04-20 20:04:34 -04:00
INSTALL Initial import from subversion repo 2012-04-20 20:04:34 -04:00
Makefile.am bump version to 1.1 2012-04-20 23:46:04 -04:00
NEWS Initial import from subversion repo 2012-04-20 20:04:34 -04:00
README add readme symlink to quiet gnu; add config.h.in to gitignore 2012-04-20 23:26:10 -04:00
README.asciidoc fix stub readme 2012-04-20 20:17:08 -04: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.