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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user