This commit is contained in:
redcode
2018-11-04 10:56:37 +01:00
parent 72e24b26e9
commit 3baa10fa90

View File

@@ -28,10 +28,10 @@ There is also an Xcode project in `development/Xcode` with several targets:
Target | Description
--- | ---
dynamic | Shared library.
dynamic-module | Shared library with a generic module ABI to be used in modular multi-machine emulators.
static | Static library.
static-module | Static library with a generic CPU emulator ABI to be used in monolithic multi-machine emulators.
Z80 (dynamic) | Shared library.
Z80 (dynamic module) | Shared library with a generic module ABI to be used in modular multi-machine emulators.
Z80 (static) | Static library.
Z80 (static module) | Static library with a generic CPU emulator ABI to be used in monolithic multi-machine emulators.
<br>