2018-08-06 21:59:23 +00:00
|
|
|
# reinette
|
2019-03-19 22:32:06 +00:00
|
|
|
The 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-03-09 17:59:06 +00:00
|
|
|
Can aslo run Vince Briel's Replica 1 ROM which includes Krusader and Apple 1 Basic.
|
|
|
|
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-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 !
|