From f08ab6dda874daf2401c918b2d2ad12a051a250d Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Mon, 10 Aug 2020 10:40:44 -0400 Subject: [PATCH] GBHawk: disassemble second byte of STOP --- src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs b/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs index 03db38e01c..e745f3f552 100644 --- a/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs +++ b/src/BizHawk.Emulation.Cores/CPUs/LR35902/NewDisassembler.cs @@ -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