mirror of
https://github.com/simh/simh.git
synced 2026-05-01 22:06:00 +00:00
PDP11: Added proper boot support for PDP11 devices when booting via a Remote Console Master session
This commit is contained in:
@@ -3085,7 +3085,7 @@ return FALSE;
|
|||||||
|
|
||||||
void cpu_set_boot (int32 pc)
|
void cpu_set_boot (int32 pc)
|
||||||
{
|
{
|
||||||
saved_PC = pc;
|
saved_PC = PC = pc;
|
||||||
PSW = 000340;
|
PSW = 000340;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user