An Apple 1 Emulator that doesn't suck
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Loffgren 95134f17c2 Xcode project bump 4 years ago
apple1.xcodeproj Xcode project bump 4 years ago
src Better comments 4 years ago
v6502@993d9cbac6 Submodule bump 4 years ago
.gitmodules Added v6502 as a git submodule 6 years ago
LICENSE Adding LICENSE file, which just has a link to the source of the ROM for now 8 years ago
Makefile libtargets.mk is also required 6 years ago
README.md Added a snippet about the manpage 6 years ago
apple1.dbg Put the RUN label back in. Turns out it is real, I just overlooked it. 7 years ago

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