z80: fix a typo
This commit is contained in:
parent
9f4b6f1ecf
commit
2661b0804c
|
@ -72,7 +72,7 @@ namespace BizHawk.Emulation.Cores.Components.Z80A
|
|||
{
|
||||
cur_instr = new ushort[]
|
||||
{IDLE,
|
||||
ASGN, ALU, PCl,
|
||||
TR, ALU, PCl,
|
||||
DEC16, SPl, SPh,
|
||||
IDLE,
|
||||
WAIT,
|
||||
|
|
Loading…
Reference in New Issue