Fixed issue when serial ports mapped at unusual addresses - fixes joystick on 430VX model.

This commit is contained in:
SarahW 2017-08-21 21:31:40 +01:00
commit 47f9a66859
2 changed files with 7 additions and 8 deletions

View file

@ -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;