1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-18 09:03:11 +00:00

KA10: Cleanup incorrect register declaration.

This commit is contained in:
Richard Cornwell 2020-02-25 09:43:56 -05:00
parent 9185e80901
commit c91aad4eff

View File

@ -230,7 +230,7 @@ REG tua_reg[] = {
{ORDATA(CDA, tu_rh[0].cda, 18)},
{ORDATA(DEVNUM, tu_rh[0].devnum, 9), REG_HRO},
{ORDATA(BUF, tu_rh[0].buf, 36), REG_HRO},
{BRDATA(BUFF, &tu_buf[0][0], 16, 64, TU_NUMFR), REG_HRO},
{BRDATA(BUFF, &tu_buf[0][0], 16, 8, TU_NUMFR), REG_HRO},
{0}
};