From 7c30868962f013c189a51e6b036b974be4b2faec Mon Sep 17 00:00:00 2001 From: redcode Date: Tue, 6 Nov 2018 05:21:38 +0100 Subject: [PATCH] README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2deeb94..321c2a9 100644 --- a/README.md +++ b/README.md @@ -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:
```C zusize cycles;