README.md

This commit is contained in:
redcode
2016-05-01 20:43:29 +02:00
parent fa47de99c9
commit 050e0e2b74

View File

@@ -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:**