An Apple 1 Emulator that doesn't suck
Go to file
Daniel Loffgren 1e62d17a8f Added a snippet about the manpage 2017-03-05 19:51:27 -08:00
apple1.xcodeproj Renamed the source directory from apple1 to src, so that the resulting binary may now be called apple1 2016-04-10 00:25:57 +00:00
src Added the missing trailing NULL for the EL_BIND 2016-07-21 09:00:57 +00:00
v6502@304c2670e4 libtargets.mk is also required 2017-03-05 19:29:26 -08:00
.gitmodules Added v6502 as a git submodule 2017-02-26 14:55:46 -08:00
LICENSE Adding LICENSE file, which just has a link to the source of the ROM for now 2015-09-21 05:10:26 +00:00
Makefile libtargets.mk is also required 2017-03-05 19:29:26 -08:00
README.md Added a snippet about the manpage 2017-03-05 19:51:27 -08:00
apple1.dbg Put the RUN label back in. Turns out it is real, I just overlooked it. 2015-12-10 08:51:26 +00:00

README.md

apple1

The Apple 1 emulator with the boring name.

…but hey, it's portable!

It uses curses for output:

Screenshot of the Woz Monitor

It can play your favorite Apple 1 games:

Screenshot of Microchess

It even has a built-in machine debugger:

Screenshot of the debugger

Building

make

Running

./apple1

For more documentation, check the included manpage: man src/apple1.1