mirror of
https://github.com/simh/simh.git
synced 2026-01-27 04:22:24 +00:00
Merge with v3.9-0-rc2 first pass
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
17-Sep-01 RMS Added terminal multiplexor support
|
||||
17-Mar-01 RMS Moved function prototype
|
||||
05-Mar-01 RMS Added clock calibration
|
||||
24-Sep-97 RMS Fixed bug in unit service (found by Charles Owen)
|
||||
24-Sep-97 RMS Fixed bug in unit service (Charles Owen)
|
||||
*/
|
||||
|
||||
#include "nova_defs.h"
|
||||
|
||||
@@ -34,10 +34,10 @@
|
||||
'ind_max' changed from 16 to 65536 for better unmapped system compatibility,
|
||||
INT_TRAP added for Nova 3, 4 trap instruction handling,
|
||||
28-Apr-07 RMS Removed clock initialization
|
||||
06-Feb-06 RMS Fixed bug in DIVS (found by Mark Hittinger)
|
||||
22-Sep-05 RMS Fixed declarations (from Sterling Garwood)
|
||||
06-Feb-06 RMS Fixed bug in DIVS (Mark Hittinger)
|
||||
22-Sep-05 RMS Fixed declarations (Sterling Garwood)
|
||||
25-Aug-05 RMS Fixed DIVS case 2^31 / - 1
|
||||
14-Jan-04 RMS Fixed device enable/disable support (found by Bruce Ray)
|
||||
14-Jan-04 RMS Fixed device enable/disable support (Bruce Ray)
|
||||
19-Jan-03 RMS Changed CMASK to CDMASK for Apple Dev Kit conflict
|
||||
03-Oct-02 RMS Added DIB infrastructure
|
||||
30-Dec-01 RMS Added old PC queue
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
DEV_xxx macros now used for consistency,
|
||||
added secret DG DIC function,
|
||||
fixed boot info table size calculation
|
||||
15-May-06 RMS Fixed bug in autosize attach (reported by David Gesswein)
|
||||
15-May-06 RMS Fixed bug in autosize attach (David Gesswein)
|
||||
04-Jan-04 RMS Changed sim_fsize calling sequence
|
||||
26-Jul-03 RMS Fixed bug in set size routine
|
||||
14-Mar-03 RMS Fixed variable capacity interaction with save/restore
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
24-Nov-01 RMS Changed POS, USTAT, FLG to an array
|
||||
26-Apr-01 RMS Added device enable/disable support
|
||||
18-Apr-01 RMS Changed to rewind tape before boot
|
||||
10-Dec-00 RMS Added Eclipse support from Charles Owen
|
||||
10-Dec-00 RMS Added Eclipse support (Charles Owen)
|
||||
15-Oct-00 RMS Editorial changes
|
||||
11-Nov-98 CEO Removed clear of mta_ma on iopC
|
||||
04-Oct-98 RMS V2.4 magtape format
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
15-Oct-00 RMS Added stack, byte, trap instructions
|
||||
14-Apr-99 RMS Changed t_addr to unsigned
|
||||
27-Oct-98 RMS V2.4 load interface
|
||||
24-Sep-97 RMS Fixed bug in device name table (found by Charles Owen)
|
||||
24-Sep-97 RMS Fixed bug in device name table (Charles Owen)
|
||||
*/
|
||||
|
||||
#include "nova_defs.h"
|
||||
|
||||
Reference in New Issue
Block a user