https://github.com/darthcloud/atarijaguarpadtest
Atari Jaguar application to test controllers
https://github.com/darthcloud/atarijaguarpadtest
atari gamedrive jagstudio jaguar
Last synced: about 1 year ago
JSON representation
Atari Jaguar application to test controllers
- Host: GitHub
- URL: https://github.com/darthcloud/atarijaguarpadtest
- Owner: darthcloud
- License: apache-2.0
- Created: 2021-05-14T13:35:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T16:16:24.000Z (over 3 years ago)
- Last Synced: 2024-05-22T18:33:08.153Z (about 2 years ago)
- Topics: atari, gamedrive, jagstudio, jaguar
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BlueRetro Atari Jaguar Padtest
Base on JagStudio v1.0.
Support standard controller, team tap and 6D controller
## Build instructions
Within jagstudio directory:
```bash
build.bat padtest newc
# Replace default padtest.c with the one from this repo
build.bat padtest ROM
```
## Known issues
1. I think the jagstudio framework do it's own polling which sometimes conflict with the main one and create small glitches.
No sure how to force the jagstudio polling off.
2. Frame rate is terrible but this program redetect the controller every frame which a normal games would only at boot time I assume.