Update README.md

This commit is contained in:
ArthurFerreira2 2019-03-05 21:13:50 +01:00 committed by GitHub
parent b5ae7fe8d5
commit 421b3d7087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# reinette
a simple apple 1 emulator
implements a 6502 emulator, basic I/O and runs the woz monitor
A simple apple 1 emulator
can aslo run Vince Briel replica one ROM
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 is done in woz.h
Have fun !