From 4e48bd69a422894ac36b0a4ed3aa04ff258bd02f Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 1 May 2016 21:56:54 +0200 Subject: [PATCH] README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1032d97..3c1dcc1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you are looking for an accurate Zilog Z80 CPU emulator for your project maybe In order to compile you must install [Z](http://github.com/redcode/Z), its only dependency, a **header only** library which provides types, macros, inline functions, and a lot of facilities to detect the particularities of the compiler and the target system. ## API -
+ ### power ***Declaration*** @@ -26,7 +26,7 @@ state | ```ON``` / ```OFF``` none. ***Description*** Switchs the core power status. -
+ ### run ***Declaration*** @@ -45,7 +45,7 @@ The actual number of cycles executed. Runs the core for the given amount of ```cycles```. ***Discusion*** Given the fact that one Z80 instruction needs between 4 and 23 cycles to be executed, it is not always possible to run the core the exact number of cycles specfified. -
+ ## History