This commit is contained in:
Jeff Tranter 2021-10-01 17:57:08 -04:00
parent 2ad9d89c82
commit 6fdb3ba0ee
1 changed files with 0 additions and 2 deletions

2
z80.py
View File

@ -877,8 +877,6 @@ opcodeTable = {
0xddb6 : [ 3, "or", "indix+d" ],
0xddbe : [ 3, "cp", "indix+d" ],
0xdd8e : [3, "adc", "indix+d" ],
0xed40 : [ 2, "in", "b,indc" ],
0xed41 : [ 2, "out", "indc,b" ],
0xed42 : [ 2, "sbc", "hl,bc" ],