1
0
mirror of https://github.com/simh/simh.git synced 2026-05-01 13:56:02 +00:00

Merge branch 'master' into AutoConfigure

This commit is contained in:
Mark Pizzolato
2012-12-23 07:22:14 -08:00
18 changed files with 257 additions and 136 deletions

View File

@@ -2181,6 +2181,7 @@ for ( ;; ) {
BRANCHB (brdisp);
if (((PSL & PSL_IS) != 0) && /* on IS? */
(PSL_GETIPL (PSL) == 0x1F) && /* at IPL 31 */
(mapen == 0) && /* Running from ROM */
(fault_PC == 0x2004361B)) /* Boot ROM Character Prompt */
cpu_idle();
}