1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-14 15:46:31 +00:00
Mark Pizzolato be4e3c4e33 PDP11, Qbus & Unibus VAX: Fix TDC device REGisters definitions
- The REG definitions support having a REGister be pointing at an
  element in an array of structures (or UNITs) as long as the element
  is a scalar.  Something that is not supported is when the element is
  already an array (or buffer).  The approach used in the TDC device
  creates n additional registers each of which points at the individual
  array element in each of the structure in the structure array.
- Fix simple REG declarations which didn't fully describe the size of the
  underlying storage holding the REG contents in the TDC and VH
  DEVICEs.

As reported in #1025
2021-04-05 15:14:15 -07:00
..
2016-05-15 15:25:33 -07:00
2019-02-07 08:16:31 +01:00
2015-02-13 06:18:24 -08:00
2018-09-10 15:13:06 +02:00