Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.

This commit is contained in:
Nick Clifton 2018-08-22 09:58:32 +01:00
parent 9758a8f84b
commit d000b7630e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
(emit_mr): Add argument unportable.
(emit_bit): Adapt call to emit_mr.
(emit_mr_z80): New function.
(emit_mr_unportable): New function.
(emit_mr_unport): New function.
(instab[]): Replace emit_mr with emit_mr_z80 or emit_mr_unportable
as appropriate.