z80: fix a typo

This commit is contained in:
alyosha-tas 2018-06-04 11:15:26 -04:00
parent 9f4b6f1ecf
commit 2661b0804c
1 changed files with 1 additions and 1 deletions

View File

@ -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,