From 276d5fc4f066b0bf4546ecb2e3b8527d8e39d104 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Tue, 1 Jul 2008 19:51:58 +0000 Subject: [PATCH] Added README.txt. --- README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..5fb9659 --- /dev/null +++ b/README.txt @@ -0,0 +1,14 @@ +Py6502, an NMOS 6502 microprocessor simulator. + +Based in part by C source code from Earle F. Philhower III, +Commodore 64 Emulator v0.3, (C)1993-94. Other portions, +including cycle time calculations, were derived from JavaScript +work by Norbert Landsteiner, 2005. All other work is by +Mike Naberezny. The excellent book "Programming the 6502" by +Rodnay Zaks was also referenced extensively during the development +of this software. + +For a quick introduction to Py65, see this post: +http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/ + +For more information on the 6502 microprocessor, visit http://6502.org.