Plus 3 mode fully working. Added Plus 3 keyboard
This commit is contained in:
@@ -2472,8 +2472,8 @@ namespace Core.Cpu
|
||||
SP = IY.Word;
|
||||
return 10;
|
||||
default:
|
||||
// The Z80 Ignored Prefix Quirk!
|
||||
return ExecuteOpcode(ddOpcode) + 4; // Note: You named the fetched variable 'opcode' here instead of 'ddOpcode'
|
||||
// Z80 nonsense loopback bug
|
||||
return ExecuteOpcode(ddOpcode) + 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user