Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://github.com/MiSTer-devel/Main_MiSTer/wiki/User-Port-(Serial-IO)
- SNAC is a dumb name for a raw serial out
- so it's like just a raw controller port that goes directly to the core
- no translation, nothing special, works just like a real console's controller port
- with the same behavior and limitations
- LLAPI is an abstract protocol that can translate a variety of controllers into a serial protocol that cores
- can use directly rather than having to detour though the mister binary and linux kernel
- 20 microseconds = 0.02 milliseconds
- 1000 milliseconds in 1 seconds
- poll rate is 1 millisecond
- so the controller pulls so fast, the controller is waiting on the core.
- bliss uses llapi, since it's not a native controller.
- snac = native controller
- so snac on nes = nes controller
- https://github.com/mister-llapi
- rezb1t maintains them there with some fervor
- I used the HIDBootFlash tool listed at https://bliss-box.net/downloads/
- to flash the Gamer Pro to 3.0 firmware
- Gamer Pro device is usb1.1 so it needs the two (8ms) polls
Advertisement
Add Comment
Please, Sign In to add comment