From 48eda011c590b5cfd9c26ad70314d856ccb6f0de Mon Sep 17 00:00:00 2001 From: redcode Date: Tue, 30 Oct 2018 19:27:14 +0100 Subject: [PATCH] README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c57641..6af3b3d 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,11 @@ Name | Description Name | Description --- | --- `CPU_Z80_BUILD_ABI` | Builds the ABI of type `ZCPUEmulatorABI` declared in the header with the identifier `abi_emulation_cpu_z80`. -`CPU_Z80_BUILD_MODULE_ABI` | Builds a generic module ABI of type `ZModuleABI`. This constant enables `CPU_Z80_BUILD_ABI` automatically so `abi_emulation_cpu_z80` will be build too. This option is intended to be used when building a true module loadable at runtime with `dlopen()`, `LoadLibrary()` or similar. The module ABI can be accessed retrieving the **weak** symbol `__module_abi__`. +`CPU_Z80_BUILD_MODULE_ABI` | Builds a generic module ABI of type `ZModuleABI`. This constant enables `CPU_Z80_BUILD_ABI` automatically so `abi_emulation_cpu_z80` will be build too. This option is intended to be used when building a true module loadable at runtime with `dlopen()`, `LoadLibrary()` or similar. The module ABI can be accessed retrieving the [weak symbol](https://en.wikipedia.org/wiki/Weak_symbol) `__module_abi__`. `CPU_Z80_HIDE_API` | Makes the API functions private. `CPU_Z80_HIDE_ABI` | Makes the `abi_emulation_cpu_z80` private. `CPU_Z80_USE_LOCAL_HEADER` | Use this if you have imported `Z80.h` and _Z80.c_ to your project. _Z80.c_ will include `"Z80.h"` instead of ``. - ## API ### `z80_power`