From 43268f95cf659e0422f9eb4ca0d914418d0f583e Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 3 Nov 2018 07:35:25 +0100 Subject: [PATCH] README --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 568d5a9..33b7dc2 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ Code configuration or if you have added Z80.h and Z80.c to your project. CPU_Z80_USE_ABI - Tells Z80.h to declare the prototype of the CPU emulator ABI. + Tells Z80.h to declare the prototype of the generic CPU emulator ABI. CPU_Z80_USE_LOCAL_HEADER Use this if you have imported Z80.h and Z80.c to your project. Z80.c will diff --git a/README.md b/README.md index e72bfb5..071d399 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Name | Description `CPU_Z80_HIDE_ABI` | Makes the generic CPU emulator ABI private. `CPU_Z80_HIDE_API` | Makes the public functions private. `CPU_Z80_STATIC` | You need to define this to compile or use the emulator as a static library or if you have added `Z80.h` and `Z80.c` to your project. -`CPU_Z80_USE_ABI` | Tells `Z80.h` to declare the prototype of the CPU emulator ABI. +`CPU_Z80_USE_ABI` | Tells `Z80.h` to declare the prototype of the generic CPU emulator ABI. `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 ``.