https://github.com/cwithmichael/dragon_rise_driver
FreeBSD driver for DragonRise SNES USB controller
https://github.com/cwithmichael/dragon_rise_driver
driver drivers freebsd snes snes-controller unix
Last synced: 2 months ago
JSON representation
FreeBSD driver for DragonRise SNES USB controller
- Host: GitHub
- URL: https://github.com/cwithmichael/dragon_rise_driver
- Owner: cwithmichael
- License: bsd-2-clause
- Created: 2013-02-13T07:16:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T16:30:00.000Z (over 7 years ago)
- Last Synced: 2025-04-19T11:09:09.434Z (6 months ago)
- Topics: driver, drivers, freebsd, snes, snes-controller, unix
- Language: C
- Homepage: https://cwithmichael.com/posts/freebsd-snes/
- Size: 345 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: License
Awesome Lists containing this project
README
Driver for Dragon Rise SNES USB controller
From revision 333633 this driver is now part of FreeBSD base.
https://svnweb.freebsd.org/base?view=revision&revision=333633The device will show up as /dev/uhid_snes when plugged in.
---
You should probably set the global variable MAKEOBJDIR to a new directory within the source folder.
#env MAKEOBJDIR=/some/directory make
#kldload /some/directory/joy.ko
Once you plug in the gamepad you should be able to use it with the emulator of your choice. I've only tested it with ZSNES.
Doesn't work with Snes9x at the moment.
It recognizes the device but that's about it.