reinette/README.md

12 lines
504 B
Markdown
Raw Permalink Normal View History

2018-08-06 21:59:23 +00:00
# reinette
2019-12-20 15:13:38 +00:00
A french 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-12-20 15:13:38 +00:00
Can aslo run Vince Briel's [Replica 1](http://www.brielcomputers.com/wordpress/?cat=17) ROM which includes [Krusader](http://school.anhb.uwa.edu.au/personalpages/kwessen/apple1/Krusader.htm) and Apple 1 Basic.
2019-03-09 17:59:06 +00:00
Just convert the binary dump into a C array as it has been done with Apple 1 ROM in woz.h
2019-03-05 20:13:50 +00:00
2019-12-20 15:13:38 +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 !