mirror of
https://github.com/simh/simh.git
synced 2026-02-16 20:52:19 +00:00
- 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
74 KiB
74 KiB