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:
@@ -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)},
|
||||
|
||||
Reference in New Issue
Block a user