From 938bc6afbd1234274089f0bf681c6fa1d6b43d21 Mon Sep 17 00:00:00 2001 From: ArthurFerreira2 Date: Sat, 8 Aug 2020 21:35:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f01a3e6..df11cf7 100644 --- a/README.md +++ b/README.md @@ -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).