1
0
mirror of https://github.com/simh/simh.git synced 2026-04-26 03:57:11 +00:00

PDP6, KA10, KI10: Update register definitions for checking

This commit is contained in:
Mark Pizzolato
2020-03-07 20:01:26 -08:00
parent f8f7ba3492
commit 09ce5a62e3
11 changed files with 22 additions and 22 deletions

View File

@@ -197,7 +197,7 @@ MTAB mt_mod[] = {
};
REG mt_reg[] = {
{BRDATA(BUFF, &mt_buffer[0], 16, 8, BUFFSIZE), REG_HRO},
{BRDATA(BUFF, mt_buffer, 16, 8, BUFFSIZE), REG_HRO},
{ORDATA(PIA, mt_pia, 3)},
{ORDATA(UNIT, mt_sel_unit, 3)},
{ORDATA(NUNIT, mt_next_unit, 3)},