README.md

This commit is contained in:
redcode
2016-05-01 20:57:21 +02:00
parent 0a1c5b071b
commit 2e6ab7f843

View File

@@ -14,14 +14,14 @@ 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.
: none.
Description
: Switchs the core power status.
: Switchs the core power status.
```C
zsize z80_run(Z80 *object, zsize cycles)