From 2e6ab7f8432076524977ff6d7d19eef8fc57c792 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 1 May 2016 20:57:21 +0200 Subject: [PATCH] README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f61c38..58bd089 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ In order to compile you must install [Z](http://github.com/redcode/Z), its only void z80_power(Z80 *object, zboolean state) ``` Parameters - : ```object```: A pointer to an emulator instance. - : ```state```: ```ON``` / ```OFF``` +: ```object```: A pointer to an emulator instance. +: ```state```: ```ON``` / ```OFF``` Return value - : none. +: none. Description - : Switchs the core power status. +: Switchs the core power status. ```C zsize z80_run(Z80 *object, zsize cycles)