1
0
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:
Mark Pizzolato 2014-10-28 10:06:30 -07:00
parent e2c7141675
commit 178116c978

View File

@ -3085,7 +3085,7 @@ return FALSE;
void cpu_set_boot (int32 pc)
{
saved_PC = pc;
saved_PC = PC = pc;
PSW = 000340;
return;
}