mirror of
https://github.com/ArthurFerreira2/reinette.git
synced 2024-10-31 11:04:39 +00:00
12 lines
346 B
Markdown
12 lines
346 B
Markdown
# 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 !
|