Fixed issue when serial ports mapped at unusual addresses - fixes joystick on 430VX model.
This commit is contained in:
parent
25620bdc63
commit
47f9a66859
2 changed files with 7 additions and 8 deletions
|
|
@ -18,6 +18,7 @@ typedef struct
|
|||
uint8_t fcr;
|
||||
|
||||
int irq;
|
||||
uint16_t addr;
|
||||
|
||||
void (*rcr_callback)(struct SERIAL *serial, void *p);
|
||||
void *rcr_callback_p;
|
||||
|
|
|
|||
Loading…
Reference in a new issue