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