mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
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
@ -3085,7 +3085,7 @@ return FALSE;
|
||||
|
||||
void cpu_set_boot (int32 pc)
|
||||
{
|
||||
saved_PC = pc;
|
||||
saved_PC = PC = pc;
|
||||
PSW = 000340;
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user