mirror of
https://github.com/edmccard/twoapple-reboot.git
synced 2025-03-11 06:31:34 +00:00
strict mode RTI fix
This commit is contained in:
parent
ec10a4d549
commit
e72624ba9e
@ -736,7 +736,7 @@ class Cpu(bool strict, bool cumulative) : CpuBase!(strict, cumulative)
|
||||
{
|
||||
peek(programCounter);
|
||||
flag.fromByte(pull());
|
||||
programCounter = pullWord();
|
||||
programCounter = readStack() | (readStack() << 8);
|
||||
static if (cumulative) tick(totalCycles);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user