You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -549,10 +549,10 @@ It is important to set the [`Z80_SHARED_LIBS`](#option_Z80_SHARED_LIBS) option.
549
549
There are several macros that can be used to configure the source code of the library. You can define those you need in your build system or at the beginning of the `Z80.c` file. The following ones allow you to configure the integration of `Z80.h` and `Z80.c` into the project:
Specifies the only external header to `#include`, replacing those of Zeta. If you compile `Z80.c` with with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
552
+
Specifies the only external header to `#include`, replacing those of Zeta. If you compile `Z80.c` with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
553
553
554
554
***`#define Z80_STATIC`**
555
-
Required to compile and/or use the emulator as a static library or as an internal part of another project. If you compile `Z80.c` with with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
555
+
Required to compile and/or use the emulator as a static library or as an internal part of another project. If you compile `Z80.c` with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
556
556
557
557
***`#define Z80_WITH_LOCAL_HEADER`**
558
558
Tells `Z80.c` to `#include "Z80.h"` instead of `<Z80.h>`.
0 commit comments