GBHawk: disassemble second byte of STOP

This commit is contained in:
alyosha-tas 2020-08-10 10:40:44 -04:00
parent 8fbd45b03f
commit f08ab6dda8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace BizHawk.Emulation.Cores.Components.LR35902
"DEC C", // 0d
"LD C,d8", // 0e
"RRCA", // 0f
"STOP 0", // 10
"STOP d8", // 10
"LD DE,d16", // 11
"LD (DE),A", // 12
"INC DE", // 13