From cc1590d1b0a3748bfb82a6022d10656910da96be Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 3 Nov 2018 02:22:09 +0100 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe45fda..768d66b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ ZZ80State state; **Description** CPU registers and internal bits. **Details** -It contains the values of the registers, as well as the interruption flip-flops, variables related to interruptions and other necessary flags. This is what a debugger should use as data source. +It contains the state of the registers, as well as the interruption flip-flops, variables related to interruptions and other necessary flags. This is what a debugger should use as data source.
```C Z16Bit xy;