1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 23:55:06 +00:00

SCP: Update to Bob Supnik's latest source

This commit is contained in:
Bob Supnik 2020-10-04 05:56:32 -07:00 committed by Mark Pizzolato
parent adf1a4c1dc
commit c8270f7865

View File

@ -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)