simh-testsetgenerator/PDP8
Mark Pizzolato 6ce8d99cd8 SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled)
The goals here being to simplify calling code while getting consistent output delivered everywhere it may be useful.

Modified most places which explicitly used sim_log or merely called printf to now avoid doing that and merely call sim_printf().
2014-03-28 08:20:05 -07:00
..
pdp8_clk.c Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
pdp8_cpu.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp8_ct.c PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik 2013-09-18 11:11:10 -07:00
pdp8_defs.h PDP8: Add new breakpoint command based on instruction value (Opcode) (from Dave Gesswein) as discussed in issue #75 2014-02-07 11:43:52 -08:00
pdp8_df.c PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik 2013-09-18 11:11:10 -07:00
pdp8_dt.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp8_fpp.c Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules. 2013-01-10 13:29:15 -08:00
pdp8_lp.c Notes For V3.8 2011-04-15 08:36:09 -07:00
pdp8_mt.c Set device flags indicating DEV_DISK, DEV_TAPE, DEV_MUX and DEV_ETHER for all simulator devices which use the sim_disk, sim_tape, sim_tmxr, and sim_ether libraries 2013-01-07 12:47:24 -08:00
pdp8_pt.c PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik 2013-09-18 11:11:10 -07:00
pdp8_rf.c PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik 2013-09-18 11:11:10 -07:00
pdp8_rk.c PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik 2013-09-18 11:11:10 -07:00
pdp8_rl.c PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik 2013-09-18 11:11:10 -07:00
pdp8_rx.c PDP8: Fix Boot doesn't work if IB or saved_DF are previously set wrong (#72). From Bob Supnik 2013-09-18 11:11:10 -07:00
pdp8_sys.c SCP: Added generic output routine sim_printf to output to stdout and sim_log (and sim_deb when enabled) 2014-03-28 08:20:05 -07:00
pdp8_td.c PDP8: Add device buffer flush capability and keep track of data written state in the device buffer. Fixes #87 2014-02-12 21:08:18 -08:00
pdp8_tsc.c Notes For V3.8 2011-04-15 08:36:09 -07:00
pdp8_tt.c PDP8: Refinement to prior fix for issue #86. Avoid data loss if prior character hasn't been read yet when a poll event happens. 2013-11-03 13:08:17 -08:00
pdp8_ttx.c PDP8: Refinement to prior fix for issue #86. Avoid data loss if prior character hasn't been read yet when a poll event happens. 2013-11-03 13:08:17 -08:00