From fa47de99c9a7cdea4491fc8a8d2f7055522d5f5c Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 1 May 2016 20:43:02 +0200 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2807c81..60c4c66 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:**