mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-04-06 12:37:33 +00:00
Correct case error in LR35902 disassembler
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
6506b33436
commit
2bbb021176
@ -426,7 +426,7 @@ void EightBit::Disassembler::disassembleOther(
|
||||
specification = "JP (HL)";
|
||||
break;
|
||||
case 3: // LD SP,HL
|
||||
specification = "LD SP,Hl";
|
||||
specification = "LD SP,HL";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user