This commit is contained in:
redcode
2022-08-06 00:51:17 +02:00
parent 4188573f95
commit 3c191591f0

9
README
View File

@@ -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 `<Z80.h>`.
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 <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------------------
Last update: 2022-07-28 README EOF
Last update: 2022-08-06 README EOF