From 877ca33b1dea6e48325d99f2c8be516a7d53a326 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 1 May 2016 20:42:20 +0200 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49a4c98..2807c81 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ 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 **Description:**