simh-testsetgenerator/PDP11
2013-03-21 09:49:50 -07:00
..
pdp11_cis.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
pdp11_cpu.c Added AIO_CHECK_EVENT to pdp11_cpu to properly digest the asynchronous event queue in a timely manner (with the desired interrupt latency) for asynch I/O 2013-01-29 04:35:30 -08:00
pdp11_cpumod.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
pdp11_cpumod.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_cr.c CR11: Added 026DEC translation table. Fixed bit clearing after CSR write, 2013-03-02 17:15:26 +01:00
pdp11_cr_dat.h CR11: Added 026DEC translation table. Fixed bit clearing after CSR write, 2013-03-02 17:15:26 +01:00
pdp11_dc.c Adding more device help 2013-02-05 04:41:48 -08:00
pdp11_defs.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_dl.c Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00
pdp11_dmc.c Cleaned up the formatting of the pdp11_dmc help output as suggested by Jacob Goense 2013-03-21 09:49:50 -07:00
pdp11_dmc.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_dz.c Adding mode device help 2013-02-05 06:49:39 -08:00
pdp11_fp.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
pdp11_hk.c Added register descriptions and help for pdp11_hk device 2013-02-05 10:20:13 -08:00
pdp11_io.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
pdp11_io_lib.c Excape from doubly nested loop quickly for efficiency 2013-02-04 13:55:09 -08:00
pdp11_io_lib.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_ke.c Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
pdp11_kg.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
pdp11_lp.c Adding more device help 2013-02-05 04:41:48 -08:00
pdp11_mscp.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_pclk.c Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
pdp11_pt.c Another typo 2013-02-06 17:48:43 -08:00
pdp11_rc.c Added device help and register descriptions 2013-02-04 13:52:59 -08:00
pdp11_rf.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
pdp11_rh.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
pdp11_rk.c Reworked Auto Configure for all Qbus/Unibus devices to have their device address settings table driven from the auto configure code rather than statically defined in many per cpu model include files. 2012-12-20 13:58:11 -08:00
pdp11_rl.c Added register descriptions and help for pdp11_hk device 2013-02-05 10:20:13 -08:00
pdp11_rp.c Added register descriptions and help to pdp11_rp device 2013-02-05 10:51:15 -08:00
pdp11_rq.c Fixed size limit on RQ devices for PDP11 simulator 2013-03-19 10:55:15 -07:00
pdp11_rx.c Added missing MOD_VALR flag on some recently revised MTAB entries 2013-02-02 17:27:22 -08:00
pdp11_ry.c Adding more device help 2013-02-05 04:41:48 -08:00
pdp11_stddev.c Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
pdp11_sys.c Compiler suggested cleanups 2013-03-13 22:28:14 -07:00
pdp11_ta.c Added missing MOD_VALR flag on some recently revised MTAB entries 2013-02-02 17:27:22 -08:00
pdp11_tc.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
pdp11_tm.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
pdp11_tq.c Fixes to infinite loop issues found by Mikulas Patocka 2013-03-05 11:40:33 -08:00
pdp11_ts.c Adding mode device help 2013-02-05 06:49:39 -08:00
pdp11_tu.c Added device help and register descriptions 2013-02-04 13:52:59 -08:00
pdp11_uqssp.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_vh.c Added register definitions and descriptions to the pdp11_vh device 2013-02-05 07:57:25 -08:00
pdp11_xq.c Compiler suggested cleanups 2013-03-13 22:28:14 -07:00
pdp11_xq.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_xq_bootrom.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
pdp11_xu.c Added device help and register descriptions 2013-02-04 13:52:59 -08:00
pdp11_xu.h Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 2013-03-12 11:07:58 -07:00
txt2cbn.c Notes For V3.6-0 2011-04-15 08:35:15 -07:00