mirror of
https://github.com/open-simh/simh.git
synced 2026-05-05 07:33:56 +00:00
Merge with v3.9-0-rc2 first pass
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* pdp11_io.c: PDP-11 I/O simulator
|
||||
|
||||
Copyright (c) 1993-2011, Robert M Supnik
|
||||
Copyright (c) 1993-2012, Robert M Supnik
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
@@ -23,19 +23,20 @@
|
||||
used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization from Robert M Supnik.
|
||||
|
||||
19-Mar-12 RMS Fixed declaration of cpu_opt (Mark Pizzolato)
|
||||
12-Dec-11 RMS Fixed Qbus interrupts to treat all IO devices as BR4
|
||||
19-Nov-08 RMS Moved I/O support routines to I/O library
|
||||
16-May-08 RMS Added multiple DC11 support
|
||||
Renamed DL11 in autoconfigure
|
||||
02-Feb-08 RMS Fixed DMA memory address limit test (found by John Dundas)
|
||||
02-Feb-08 RMS Fixed DMA memory address limit test (John Dundas)
|
||||
06-Jul-06 RMS Added multiple KL11/DL11 support
|
||||
15-Oct-05 RMS Fixed bug in autoconfiguration (missing XU)
|
||||
25-Jul-05 RMS Revised autoconfiguration algorithm and interface
|
||||
30-Sep-04 RMS Revised Unibus interface
|
||||
28-May-04 RMS Revised I/O dispatching (from John Dundas)
|
||||
28-May-04 RMS Revised I/O dispatching (John Dundas)
|
||||
25-Jan-04 RMS Removed local debug logging support
|
||||
21-Dec-03 RMS Fixed bug in autoconfigure vector assignment; added controls
|
||||
21-Nov-03 RMS Added check for interrupt slot conflict (found by Dave Hittner)
|
||||
21-Nov-03 RMS Added check for interrupt slot conflict (Dave Hittner)
|
||||
12-Mar-03 RMS Added logical name support
|
||||
08-Oct-02 RMS Trimmed I/O bus addresses
|
||||
Added support for dynamic tables
|
||||
|
||||
Reference in New Issue
Block a user