An Apple 1 Emulator that doesn't suck
Go to file
Daniel Loffgren 95134f17c2 Xcode project bump 2019-02-01 23:40:45 -08:00
apple1.xcodeproj Xcode project bump 2019-02-01 23:40:45 -08:00
src Better comments 2019-02-01 03:21:17 -08:00
v6502@993d9cbac6 Submodule bump 2019-02-01 03:21:17 -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