Small performance/readability mod

This commit is contained in:
Adrian Conlon
2024-06-29 18:36:54 +01:00
parent 6e46c8e47f
commit 9979606757

View File

@@ -715,7 +715,7 @@ namespace EightBit
this.L = value;
break;
case 6:
this.MemoryWrite(this.HL, value);
this.MemoryWrite(this.HL.Word, value);
break;
case 7:
this.A = value;