Skip to content

Commit

Permalink
Add SRC details for v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
njz3 committed Mar 15, 2022
1 parent db707a4 commit a5b12bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions DRIVEBOARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@ Here are good pointers for documentation about the protocols:
- SailorSat reverse engineering and translation of most of Sega Model 2/3 command codes: https://github.com/SailorSat/daytona-utils/blob/master/src/src/DriveTranslation.bas


### Sega Rally Championship (EPR-17891)

| Command | Description | Condition |
|:-------:|:--------------------------------------------------------------|:--------------------|
| 0x00 | No effect | In game effect command |
| 0x03 | Maintain Position | In game effect command |
| 0x07 | Test mode | In game effect command |
| 0x10 | Enable motor | In game effect command |
| 0x7F | Continue motor effect | In game effect command |
| 0x80..0x9F | Constant Torque effect. Pushes the steering wheel to the __right__ | In game effect command |
| 0xC0..0xDF | Constant Torque effect. Pushes the steering wheel to the __left__ | In game effect command |
| 0xFF | Reset Board | In game effect command |

Init sequence :
- RESET (1s)
- ENABLE (0.5s)
- MAINTAIN (0.5s)
- NOEFFECT -> motor ready

### Daytona 2 protocol (EPR-20985)

See BigPanik's documentation: http://superusr.free.fr/model3.htm
Expand Down

0 comments on commit a5b12bf

Please sign in to comment.