From 3c191591f0c5cb0deb663d4ffe8404bd73d53a74 Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 6 Aug 2022 00:51:17 +0200 Subject: [PATCH] README --- README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README b/README index 8806f59..d2214f6 100644 --- a/README +++ b/README @@ -270,9 +270,9 @@ Z80.h and Z80.c into the project: #define Z80_WITH_LOCAL_HEADER Tells Z80.c to `#include "Z80.h"` instead of ``. -The second group of package-specific options, explained in the "Installation" -section of this document, activates various optional implementations in the -source code by predefining the following macros: +The second group of package-specific options, explained in section 3 of this +document, activates various optional implementations in the source code by +predefining the following macros: #define Z80_WITH_EXECUTE #define Z80_WITH_FULL_IM0 @@ -304,6 +304,5 @@ PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . - -------------------------------------------------------------------------------- -Last update: 2022-07-28 README EOF +Last update: 2022-08-06 README EOF