PDP11: Added proper boot support for PDP11 devices when booting via a Remote Console Master session
This commit is contained in:
parent
e2c7141675
commit
178116c978
1 changed files with 1 additions and 1 deletions
|
@ -3085,7 +3085,7 @@ return FALSE;
|
|||
|
||||
void cpu_set_boot (int32 pc)
|
||||
{
|
||||
saved_PC = pc;
|
||||
saved_PC = PC = pc;
|
||||
PSW = 000340;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue