EPPLE ][ is an emulator of the Apple ][ computer.
Go to file
Christopher Mosher c787dbb80c rewrite cassette handling: wave files, separate in/out ports 2019-01-21 00:12:47 -05:00
conf read WOZ files instead of NIB files; implement Logic State Sequencer 2018-12-18 08:46:46 -05:00
doc add updated screenshots 2019-01-13 16:42:24 -05:00
installer add some gitignores for non-vpath builds 2013-12-18 18:29:46 -05:00
rom add gitignore for roms 2018-12-15 23:59:33 -05:00
src rewrite cassette handling: wave files, separate in/out ports 2019-01-21 00:12:47 -05:00
supervisor add quick-start setup to Dockerfile 2018-12-28 15:22:22 -05:00
.dockerignore base on debian:testing; build asciidoc and serve it 2015-07-14 23:07:26 -04:00
.gitignore enhance gitignore for non-VPATH builds and netbeans 2013-10-08 10:28:36 -04:00
.travis.yml update travis build to xenial 2019-01-13 10:48:08 -05:00
AUTHORS fix email address 2015-07-11 23:45:22 -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
ChangeLog Initial import from subversion repo 2012-04-20 20:04:34 -04:00
Dockerfile add quick-start setup to Dockerfile 2018-12-28 15:22:22 -05:00
INSTALL new version of INSTALL 2018-12-16 00:01:08 -05:00
Makefile.am Merge in Epple-II-Rom 2015-07-14 23:43:52 -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-hacking remove useless "quick start" heading [otd: 28 wl: 4 h] 2013-01-31 18:48:27 -05:00
README.asciidoc add Mac to README 2019-01-13 20:59:56 -05:00
bootstrap add bootstrap script and README-hacking 2012-06-02 13:07:20 -04:00
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
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
nginx.conf base on debian:testing; build asciidoc and serve it 2015-07-14 23:07:26 -04:00
setup.conf add quick-start setup to Dockerfile 2018-12-28 15:22:22 -05:00
transistors replace cpu with 6502 emulator 2013-12-19 19:44:06 -05:00

README

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

image:https://travis-ci.org/cmosher01/Epple-II.svg?branch=master["Build Status", link="https://travis-ci.org/cmosher01/Epple-II"]

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, Mac, or Windows (mingw). http://www.libsdl.org/[SDL]
is the only dependency.

+epple2+ is released under GPLv3.

See files +COPYING.*+ for copyright notices.