From 6acfbebc2099fc0abb9f5eb640d020bdbb4cfaf1 Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 1 Nov 2018 04:53:49 +0100 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27f16c9..3ce99be 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ If you are looking for an accurate Zilog Z80 CPU emulator for your project maybe ## Building -To build the emulator you must install [Z](https://github.com/redcode/Z), a **header only** library that provides types and macros. This is the only dependency, the standard C library and its headers are not used and the emulator doesn't need to be dynamically linked against any library. +To build the emulator you must install [Z](https://zeta.st), a **header only** library that provides types and macros. This is the only dependency, the standard C library and its headers are not used and the emulator doesn't need to be dynamically linked against any library. -A [premake4](https://premake.github.io) file and a Xcode project and are provided to build the emulator. They have the following targets: +A [premake4](https://premake.github.io) file and a Xcode project and are provided to build the emulator. They include the following targets: Name | Description --- | ---