2012-04-21 00:04:34 +00:00
|
|
|
epple2 (Emulated Apple ][)
|
2012-04-21 00:17:08 +00:00
|
|
|
==========================
|
2015-07-29 01:14:58 +00:00
|
|
|
Christopher A. Mosher <cmosher01@gmail.com>
|
2012-04-21 00:04:34 +00:00
|
|
|
|
2019-01-13 16:04:54 +00:00
|
|
|
image:https://travis-ci.org/cmosher01/Epple-II.svg?branch=master["Build Status", link="https://travis-ci.org/cmosher01/Epple-II"]
|
|
|
|
|
2012-04-21 00:17:08 +00:00
|
|
|
Home page: http://mosher.mine.nu/epple2[]
|
2012-04-21 00:04:34 +00:00
|
|
|
|
2012-04-21 00:17:08 +00:00
|
|
|
+epple2+ is an emulator of the *Apple ][* and *Apple ][ plus*
|
2012-04-21 00:04:34 +00:00
|
|
|
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
|
2012-04-21 00:17:08 +00:00
|
|
|
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
|
2012-04-21 00:04:34 +00:00
|
|
|
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
|
2012-04-21 00:17:08 +00:00
|
|
|
firmware card, and a RAM Language card, as well as a
|
2012-04-21 00:04:34 +00:00
|
|
|
simple clock card.
|
|
|
|
|
2012-04-21 00:17:08 +00:00
|
|
|
+epple2+ is written in C++, and is designed to be buildable
|
2019-01-14 01:59:44 +00:00
|
|
|
on Linux, Mac, or Windows (mingw). http://www.libsdl.org/[SDL]
|
2012-04-21 00:17:08 +00:00
|
|
|
is the only dependency.
|
2012-04-21 00:04:34 +00:00
|
|
|
|
2013-02-01 16:31:06 +00:00
|
|
|
+epple2+ is released under GPLv3.
|
|
|
|
|
|
|
|
See files +COPYING.*+ for copyright notices.
|