Fix a 17 year old bug: paddle were not properly handled, funny I never got issues before Twin Dragons with that!

Though Twin Dragon way of writing to 4016 is nasty! ;P
This commit is contained in:
Godzil
2019-12-06 12:34:11 +00:00
parent d37ad746b1
commit 1d6afc5473
2 changed files with 25 additions and 30 deletions

View File

@@ -12,8 +12,8 @@
typedef struct Paddle_
{
uint8_t Bit;
uint8_t LastWrite;
uint8_t bitPos;
uint8_t strobeState;
} Paddle;
uint8_t ReadPaddle(Paddle *pdl);