Reinette, a french Apple 1 emulator
Go to file
ArthurFerreira2 000a59cf23
modified version to run the Klaus Test Suite
2019-03-09 15:03:42 +01:00
Makefile Add files via upload 2019-03-05 21:05:03 +01:00
README.md Update README.md 2019-03-08 22:46:35 +01:00
reinette-Klaus.c modified version to run the Klaus Test Suite 2019-03-09 15:03:42 +01:00
reinette.c Update reinette.c 2019-03-09 14:36:22 +01:00
woz.h Add files via upload 2019-03-05 21:07:27 +01:00

README.md

reinette

A simple apple 1 emulator

Implements a 6502 emulator, basic I/O and runs the Woz monitor.

Can aslo run Vince Briel Replica 1 ROM which includes Krusader and Apple 1 Basic. Just convert the binary dump into a C array as done in woz.h

Passes the Klaus Test Suite (https://github.com/Klaus2m5/6502_65C02_functional_tests)

Have fun !