README.md

This commit is contained in:
redcode
2018-11-06 05:21:38 +01:00
parent bf0d987e9c
commit 7c30868962

View File

@@ -56,8 +56,6 @@ Name | Description
### The `Z80` emulator instance object
This structure contains the state of the emulated CPU and callback pointers necessary to interconnect the emulator with external logic. There is no constructor function, so, before using an object of this type, some of its members must be initialized, in particular the following: `context`, `read`, `write`, `in`, `out`, `int_data` and `halt`.
Member descriptions:
<br>
```C
zusize cycles;