Implemented serial scratch register.

Serial IER register only 4 bits wide.
This commit is contained in:
TomW 2015-06-21 14:52:53 +01:00
commit fd2fc0e02b
2 changed files with 8 additions and 1 deletions

View file

@ -14,6 +14,7 @@ typedef struct
uint8_t dlab1,dlab2;
uint8_t dat;
uint8_t int_status;
uint8_t scratch;
int irq;