This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
simh.simh
Watch
1
Star
0
Fork
0
You've already forked simh.simh
mirror of
https://github.com/simh/simh.git
synced
2026-01-13 07:19:43 +00:00
Code
Releases
Activity
simh.simh
/
PDP10
History
Mark Pizzolato
a3b0dc38fd
Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API.
2012-12-12 11:01:00 -08:00
..
pdp10_bug_history.txt
Notes For V3.8
2011-04-15 08:35:43 -07:00
pdp10_cpu.c
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
2012-04-29 11:59:44 -07:00
pdp10_defs.h
Cleaned up nested comments
2012-04-27 12:36:03 -07:00
pdp10_fe.c
Merge of Bob's simh-v3.9-0-rc3
2012-04-23 11:50:43 -07:00
pdp10_ksio.c
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
2012-04-29 11:59:44 -07:00
pdp10_lp20.c
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
2012-04-29 11:59:44 -07:00
pdp10_mdfp.c
Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions.
2012-04-29 11:59:44 -07:00
pdp10_pag.c
Notes For V3.8
2011-04-15 08:35:54 -07:00
pdp10_rp.c
Fix to properly report device attention when a manual detach operation is performed (from Bob Supnik)
2012-12-08 14:30:00 -08:00
pdp10_sys.c
Cleaned up nested comments
2012-04-27 12:36:03 -07:00
pdp10_tim.c
Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API.
2012-12-12 11:01:00 -08:00
pdp10_tu.c
Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API.
2012-12-12 11:01:00 -08:00
pdp10_xtnd.c
Notes For V3.8
2011-04-15 08:35:54 -07:00