z80instr: Clarify that the M1 wait is not specific to the MSX-ENGINE.
1 files changed, 3 insertions(+), 3 deletions(-)

M resources/z80instr.php
M resources/z80instr.php +3 -3
@@ 3476,9 3476,9 @@ between two <code>out</code>s, you can h
 
 <h2 id="waits">Wait cycles</h2>
 
-<p>The MSX standard requires so-called <dfn>M1 wait cycles</dfn>. What happens
-is that the MSX engine adds one additional wait state to every M1 cycle (the
-first or first two cycles of an instruction). This is an important trait to know
+<p>The MSX standard requires so-called <dfn>M1 wait cycles</dfn>, meaning
+that the system adds one additional wait state to every M1 cycle (the first
+or first two cycles of an instruction). This is an important trait to know
 about if you want to do speed calculations. The M1 waits are inserted like
 this:</p>