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) void cpu_set_boot (int32 pc)
{ {
saved_PC = pc; saved_PC = PC = pc;
PSW = 000340; PSW = 000340;
return; return;
} }