From 32b6f56fdd9377a4f9f63f57f62eb7796877b33e Mon Sep 17 00:00:00 2001 From: redcode Date: Tue, 30 Oct 2018 19:28:43 +0100 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af3b3d..8da939f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ zusize z80_run(Z80 *object, zusize cycles); **Return value** The number of cycles executed. -**Discusion** +**Discusion** Given the fact that one Z80 instruction needs between 4 and 23 cycles to be executed, it is not always possible to run the CPU the exact number of cycles specfified. ### `z80_nmi`