Add TBR register to CPU.
This commit is contained in:
parent
10e58e1074
commit
dafb61a585
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ REG cpu_reg[] = {
|
|||
{ ORDATA (MBR, MBR, 18) },
|
||||
{ ORDATA (LR, LR, 18) },
|
||||
{ ORDATA (TAC, TAC, 18) },
|
||||
{ ORDATA (TBR, TBR, 18) },
|
||||
{ ORDATA (PF, PF, 18) },
|
||||
{ BRDATA (PCQ, pcq, 8, ASIZE, PCQ_SIZE), REG_RO+REG_CIRC },
|
||||
{ ORDATA (PCQP, pcq_p, 6), REG_HRO },
|
||||
|
|
Loading…
Add table
Reference in a new issue