From 34f42fde430716cd078f66f83b858a3ba5708fbd Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 1 May 2016 20:37:32 +0200 Subject: [PATCH] README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f608c97..49a4c98 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ void z80_power(Z80 *object, zboolean state) **Parameters:** ```object```: A pointer to an emulator instance. ```state```: ```ON``` / ```OFF``` -***Return value***: +**Return value**: none **Description:** -Switchs the core power status. - +Switchs the core power status. + ``` zsize z80_run(Z80 *object, zsize cycles) ```