From 8cf2fe135e4ec39ea91b19d3ba0e0cf94fe5c43a Mon Sep 17 00:00:00 2001 From: redcode Date: Tue, 6 Nov 2018 12:20:05 +0100 Subject: [PATCH] README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 76949a6..716c555 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ Building You must first install Z , a header-only library that provides types and macros. This is the only dependency, the emulator does not use the C - standard library or its headers. Then add Z80.h and Z80.c to your project and + standard library or its headers. Then add Z80.h and Z80.c to your project and configure its build system so that CPU_Z80_STATIC and CPU_Z80_USE_LOCAL_HEADER are predefined when compiling the sources. @@ -63,7 +63,7 @@ Code configuration or if you have added Z80.h and Z80.c to your project. CPU_Z80_USE_LOCAL_HEADER - Use this if you have imported Z80.h and Z80.c to your project. Z80.c will + Use this if you have imported Z80.h and Z80.c to your project. Z80.c will #include "Z80.h" instead of . CPU_Z80_WITH_ABI @@ -71,7 +71,7 @@ Code configuration CPU_Z80_WITH_MODULE_ABI Builds the generic module ABI. This macro also enables CPU_Z80_WITH_ABI, so - the generic CPU emulator ABI will be built too. This option is intended to + the generic CPU emulator ABI will be built too. This option is intended to be used when building a true module loadable at runtime with dlopen(), LoadLibrary() or similar. The ABI module can be accessed via the weak symbol __module_abi__.