# HG changeset patch # User Laurens Holst # Date 1641751554 -3600 # Sun Jan 09 19:05:54 2022 +0100 # Node ID 647b631e467b6385da221d6ad7f05d0912e4ff1a # Parent eea8c187a5c7de4772520c83a49fd18f0a09ae92 vdp_tut: Remove unnecessary nops. diff --git a/articles/vdp_tut.php b/articles/vdp_tut.php --- a/articles/vdp_tut.php +++ b/articles/vdp_tut.php @@ -300,7 +300,6 @@ ld a,14 + 128 out (#99),a ld a,l - nop out (#99),a ld a,h or 64 @@ -324,7 +323,6 @@ ld a,14 + 128 out (#99),a ld a,l - nop out (#99),a ld a,h ei