Page 1 of 1

Where to find docs about joypad?

Posted: Sat Aug 16, 2008 8:30 pm
by M-374 LX
I searched in Google.
But I did not find documents about joypad.

Where can I find?

Posted: Mon Aug 18, 2008 9:22 am
by mic_
The Genesis emulator writers should be able to answer this one.

Or you could try messing about with the I/O ports (the ones starting at 0xA10000) and see if you get something that matches your joypad input.

Posted: Mon Aug 18, 2008 9:38 am
by KanedaFr
Charles MacDonald website is out so if anyone can point to his genio.txt file... ;)

else you could search for segasix.txt if you're looking for hardware info.

Posted: Mon Aug 18, 2008 10:20 am
by Eke
I saved some documents here recently:
http://code.google.com/p/genplus-gx/downloads/list

just look for gen_io.pdf, this is the same as gen_io.txt ;-)

Posted: Mon Aug 18, 2008 11:02 pm
by Nemesis
Thanks, there were some useful docs in that archive of yours that I hadn't seen before.

As for the joypad, there's a few pages in the official Genesis Programming Manual. Check pages 79 to 82. There's also some information scattered through the technical bulletins at the end. There's probably nothing in here that's not covered by that gen_io doc Eke posted, but if you want another source to compare to, it might come in handy. You can download the manual from http://nemesis.hacking-cult.org/MegaDri ... Manual.pdf

Posted: Mon Aug 18, 2008 11:21 pm
by Chilly Willy
If you check the 32X SDK, you'll find code that shows how to detect the various kinds of controllers that might be plugged into the SEGA, and how to read them. For example, you'll see how to distinguish between a 3 button pad, 6 button pad, mouse, etc.