reinette/README.md

12 lines
346 B
Markdown
Raw Normal View History

2018-08-06 21:59:23 +00:00
# reinette
2019-03-05 20:13:50 +00:00
A simple apple 1 emulator
2019-03-05 20:10:35 +00:00
2019-03-05 20:14:19 +00:00
Implements a 6502 emulator, basic I/O and runs the Woz monitor.
2019-03-05 20:13:50 +00:00
2019-03-05 20:15:55 +00:00
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
2019-03-05 20:13:50 +00:00
2019-03-08 21:46:35 +00:00
Passes the Klaus Test Suite (https://github.com/Klaus2m5/6502_65C02_functional_tests)
2019-03-08 21:45:43 +00:00
2019-03-05 20:13:50 +00:00
Have fun !