Integration instructions.

This commit is contained in:
redcode
2022-07-03 07:31:54 +02:00
parent 3de4c7dce4
commit 9df30bab56
3 changed files with 3 additions and 3 deletions

2
README
View File

@@ -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

View File

@@ -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).

View File

@@ -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.