Fixed z80 $f7 and $ff

This commit is contained in:
Rob McMullen 2016-02-23 22:31:00 -08:00
parent 55be6c6dc4
commit 38630d3281
1 changed files with 2 additions and 2 deletions

4
z80.py
View File

@ -58,8 +58,8 @@ addressModeTable = {
"3,h" : "3,h",
"3,indhl" : "3,(hl)",
"3,l" : "3,l",
"30" : "$10",
"38" : "$18",
"30" : "$30",
"38" : "$38",
"4,a" : "4,a",
"4,b" : "4,b",
"4,c" : "4,c",