Removed all-ones signatures at the end of controller latch phase for normal joypads

This commit is contained in:
Sergio Martin 2024-01-27 20:22:50 +01:00
parent a2c541b5a0
commit 5af4dcbd6a
3 changed files with 182181 additions and 182184 deletions

View File

@ -137,9 +137,6 @@ public:
// Pushing input code into the port // Pushing input code into the port
port = code; port = code;
// Adding joypad signature
port |= ~0xFF;
} }
// If its fourscore, its like two joypads separated by a | // If its fourscore, its like two joypads separated by a |

File diff suppressed because it is too large Load Diff

View File

@ -5,5 +5,5 @@
"Sequence File": "superOffroad.anyPercent.sol", "Sequence File": "superOffroad.anyPercent.sol",
"Disable State Blocks": [ "HEAD", "SRAM", "CHRR", "SPRT", "CTRL" ], "Disable State Blocks": [ "HEAD", "SRAM", "CHRR", "SPRT", "CTRL" ],
"Controller 1 Type": "Joypad", "Controller 1 Type": "Joypad",
"Controller 2 Type": "Joypad" "Controller 2 Type": "None"
} }