Update README.md

This commit is contained in:
ArthurFerreira2 2020-08-08 21:35:36 +02:00 committed by GitHub
parent e77a2409ea
commit 938bc6afbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ This emulator is not accurate in many ways and does not compete with
I wrote it in the goal to better understand the Apple ][ internals, and I'm publishing the sources in the hope they will be of any help.
It's compact, less 800 SLOC, with two source files only, one for the CPU emulation, the other for the computer itself.
It's compact, less 1000 SLOC, with two source files only, one for the CPU emulation, the other for the computer itself.
I did my best to comment everything, and if you have an idea of how an Apple ][ works, it should be easy for you to understand the code, modify and enhance it for your needs (see TODO section).