1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-15 16:10:52 +00:00

KA10: Updated register definitions.

This commit is contained in:
Richard Cornwell
2020-02-26 20:09:08 -05:00
parent dc478c0542
commit d662b92a61
2 changed files with 2 additions and 2 deletions

View File

@@ -466,7 +466,7 @@ REG cpu_reg[] = {
{ ORDATAD (FAULT_ADDR, fault_addr, 18, "Fault address"), REG_RO},
{ ORDATAD (OPC, opc, 36, "Saved PC and flags")},
{ ORDATAD (MAR, mar, 18, "Memory address register")},
{ ORDATAD (QUA_TIME, qua_time, 36, "Quantum timer"), REG_RO},
{ ORDATAD (QUA_TIME, qua_time, 32, "Quantum timer"), REG_RO},
#if MAGIC_SWITCH
{ ORDATAD (MAGIC, MAGIC, 1, "Magic switch"), REG_FIT},
#endif /* MAGIC_SWITCH */

View File

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