EPPLE ][ is an emulator of the Apple ][ computer.
Go to file
2017-12-21 17:18:31 -05:00
conf fix email address to gmail 2015-07-28 21:14:58 -04:00
doc minor updates 2016-11-13 00:33:35 -05:00
installer
rom add missing asm source file? 2017-12-21 17:18:31 -05:00
src fix email address to gmail 2015-07-28 21:14:58 -04:00
supervisor make different configurations 2015-07-15 21:12:52 -04:00
.dockerignore base on debian:testing; build asciidoc and serve it 2015-07-14 23:07:26 -04:00
.gitignore
.travis.yml add more needed dependencies 2017-09-09 21:08:39 -04:00
AUTHORS fix email address 2015-07-11 23:45:22 -04:00
bootstrap
ChangeLog
config.site dist/download; colorize gcc log; use version attrib in doc; web compose conf 2015-07-16 00:12:41 -04:00
configure.ac minor updates 2016-11-13 00:33:35 -05:00
COPYING
COPYING.other
COPYING.sdl
default.nginx base on debian:testing; build asciidoc and serve it 2015-07-14 23:07:26 -04:00
docker-compose-web.yml dist/download; colorize gcc log; use version attrib in doc; web compose conf 2015-07-16 00:12:41 -04:00
docker-compose.yml base on debian:testing; build asciidoc and serve it 2015-07-14 23:07:26 -04:00
Dockerfile upgrade before installing 2015-07-30 18:28:36 -04:00
INSTALL
Makefile.am Merge in Epple-II-Rom 2015-07-14 23:43:52 -04:00
NEWS
nginx.conf base on debian:testing; build asciidoc and serve it 2015-07-14 23:07:26 -04:00
README
README-hacking
README.asciidoc fix email address to gmail 2015-07-28 21:14:58 -04:00
transistors

epple2 (Emulated Apple ][)
==========================
Christopher A. Mosher <cmosher01@gmail.com>

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.