Pissed about trying to fix a number of bugs
This commit is contained in:
@@ -190,6 +190,7 @@ namespace Core.Cpu
|
||||
|
||||
// Fetch the next opcode and increment the Program Counter
|
||||
byte opcode = ReadMemory(PC++);
|
||||
R = (byte)((R + 1) & 0x7F);
|
||||
int tStates = ExecuteOpcode(opcode);
|
||||
TotalTStates += tStates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user