Next Generation Emulation banner

Gamepad Emulation

535 views 0 replies 1 participant last post by  Allegas 
#1 · (Edited)
Hey, everyone.
Currently coding a simple emu. Stuck on a gamepad emulation.
I get values like this :
Code:
DATA = 1 ( Means startpad )
CTRL ?
CTRL = 3013
STAT ?
CTRL = 2
CTRL = 0
CTRL = 2
CTRL = 1003
STAT?
DATA = 1 ( again)
And so on,in cycle, sending DATA=1. How do I exactly tell BIOS to pick up the result?
Tried to set some rx bits and irq bits in stat register, but it didnt helped. What should be done?
Fun Surfing Wave Aqua Recreation
 
See less See more
1
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top