From c8270f7865112e2cc07002586146418c87945b42 Mon Sep 17 00:00:00 2001 From: Bob Supnik Date: Sun, 4 Oct 2020 05:56:32 -0700 Subject: [PATCH] SCP: Update to Bob Supnik's latest source --- sim_rev.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sim_rev.h b/sim_rev.h index 9da2df46..ffee34c5 100644 --- a/sim_rev.h +++ b/sim_rev.h @@ -1,6 +1,6 @@ /* sim_rev.h: simulator revisions and current rev level - Copyright (c) 1993-2012, Robert M Supnik + Copyright (c) 1993-2020, Robert M Supnik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -46,8 +46,11 @@ patch date module(s) and fix(es) - changed sim_vm_init to build time option (Dave Bryan) - flush stdout after prompt (Mark Pizzolato) + nova_cpu.c + - fixed bug in history handling of C bit (Samuel Deutsch) + pdp10_tu.c - - fixed bad macro (Mark Pizzolata) + - fixed bad macro (Mark Pizzolato) pdp11_cpumod.c - fixed KDJ11E programmable rate select (Paul Koning)