From 9df30bab56da1131dbf05bcce0ee81edb41ca543 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 3 Jul 2022 07:31:54 +0200 Subject: [PATCH] Integration instructions. --- README | 2 +- README.md | 2 +- documentation/Integration.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c93f0b9..4f5971e 100644 --- a/README +++ b/README @@ -288,7 +288,7 @@ source code by predefining the following macros: #define Z80_WITH_ZILOG_NMOS_LD_A_IR_BUG Except for `Z80_DEPENDENCIES_HEADER`, the above macros do not need to be defined -as a boolean value; the source code only checks whether or not they are defined. +as any value; the source code only checks whether or not they are defined. Please note that the activation of some these optional implementations affects the speed of the emulator due to various factors (read the documentation for diff --git a/README.md b/README.md index 5e26494..991488c 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ There are several macros that can be used to configure the source code of the li * **[`#define Z80_WITH_UNOFFICIAL_RETI`](#option_z80_with_unofficial_reti)** * **[`#define Z80_WITH_ZILOG_NMOS_LD_A_IR_BUG`](#option_z80_with_zilog_nmos_ld_a_ir_bug)** -Except for `Z80_DEPENDENCIES_HEADER`, the above macros do not need to be defined as a boolean value; the source code only checks whether or not they are defined. +Except for `Z80_DEPENDENCIES_HEADER`, the above macros do not need to be defined as any value; the source code only checks whether or not they are defined. Please note that the activation of some these optional implementations affects the speed of the emulator due to various factors (read the documentation for more details). diff --git a/documentation/Integration.rst b/documentation/Integration.rst index f6bc4b4..2001728 100644 --- a/documentation/Integration.rst +++ b/documentation/Integration.rst @@ -77,4 +77,4 @@ The second group of package-specific options, explained in the "Installation" se .. c:macro:: Z80_WITH_UNOFFICIAL_RETI .. c:macro:: Z80_WITH_ZILOG_NMOS_LD_A_IR_BUG -Except for ``Z80_DEPENDENCIES_HEADER``, the above macros do not need to be defined as a boolean value; the source code only checks whether or not they are defined. +Except for ``Z80_DEPENDENCIES_HEADER``, the above macros do not need to be defined as any value; the source code only checks whether or not they are defined.