Update README.md

This commit is contained in:
ArthurFerreira2 2019-03-09 18:59:06 +01:00 committed by GitHub
parent c720aea729
commit cfa3a95688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# reinette
A simple apple 1 emulator
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
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
Passes the Klaus Test Suite (https://github.com/Klaus2m5/6502_65C02_functional_tests)