From abdcda6e95b7dbf92692b650d24fa2f9990ea732 Mon Sep 17 00:00:00 2001 From: redcode Date: Fri, 2 Nov 2018 08:43:09 +0100 Subject: [PATCH] README --- README | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 4d5e80c..f8e395d 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ Zilog \/_____/ \/_____/ \/_____/ CPU Emulator v0.1 Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi -This is a very accurate Z80 emulator that I wrote many years ago. It is fast and -small, easy to understand and the code is profusely commented. +This is a very accurate Z80 emulator that I wrote many years ago. It is fast, +small, easy to understand, and the code is profusely commented. Building diff --git a/README.md b/README.md index c8fcd0d..1ebd2f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Copyright © 1999-2018 Manuel Sainz de Baranda y Goñi. Released under the terms of the [GNU General Public License v3](https://www.gnu.org/copyleft/gpl.html). -This is a very accurate [Z80](https://en.wikipedia.org/wiki/Zilog_Z80) [emulator](http://en.wikipedia.org/wiki/Emulator) I wrote many years ago. It has been used in several machine emulators by other people and it has been extensivelly tested. It's fast and small (33 KB when compiled as a x86-64 dynamic library), its structure is clear and the code is **profusely commented**. +This is a very accurate [Z80](https://en.wikipedia.org/wiki/Zilog_Z80) [emulator](http://en.wikipedia.org/wiki/Emulator) I wrote many years ago. It has been used in several machine emulators by other people and it has been extensivelly tested. It is fast, small (33 KB when compiled as a x86-64 dynamic library), easy to understand, and the code is **profusely commented**. If you are looking for an accurate Zilog Z80 CPU emulator for your project maybe you have found the correct one. I use this core in the [ZX Spectrum emulator](https://github.com/redcode/mZX) I started as hobby.