From 1bf89501942040168babbd45167983c54aea2639 Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 1 Nov 2018 07:53:28 +0100 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af83d1c..87c3922 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ 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 a structure of this type, some of its members must have been initialized, in particular the following: `context`, `read`, `write`, `in`, `out`, `int_data` and `halt`. +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 have been initialized, in particular the following: `context`, `read`, `write`, `in`, `out`, `int_data` and `halt`. Descriptions of each member follow: