simh-testsetgenerator/PDP8
Mark Pizzolato 59d0602b0d PDP8: Add device buffer flush capability and keep track of data written state in the device buffer. Fixes #87
Finishing the last DECtape device which was missed when this functionality was added to pdp11_dt, pdp18b_dt and pdp8_dt
in commits: 2934112a70 and c9e8121c16

Cleaned up the pdp11, pdp18b and other pdp8 implementations to make backporting cleaner.
Made sure that buffer flushing happens correctly when simulation returns to the sim> prompt.
2014-02-12 21:08:18 -08: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 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_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 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_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 PDP8: Revised fix for Binary loader can't read multiple section tapes (#74) to make reading all sections optional based on the -A switch (from Dave Gesswein) 2014-02-11 18:58:19 -08: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