mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-08-05 06:26:35 +00:00
Small performance/readability mod
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user