From 46b1e134025136e481bf1b72c28064e191675559 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 1 May 2016 21:10:29 +0200 Subject: [PATCH] README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a66e7c1..60f3466 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,23 @@ In order to compile you must install [Z](http://github.com/redcode/Z), its only ### API -**Declaration** ```C void z80_power(Z80 *object, zboolean state) ``` -**Parameters** +***Parameters*** Name | Description --- | --- object | A pointer to an emulator instance. state | ```ON``` / ```OFF``` -**Return value** -none. +***Return value*** +none. -**Description** -Switchs the core power status. +***Description*** +Switchs the core power status. -**Declaration** + ```C zsize z80_run(Z80 *object, zsize cycles) ```