MD Detect the control commands in the cartridge slot?

New member
Joined
Jun 3, 2019
Messages
4
Reaction score
0
Points
1
I want to detect the control commands (some pin that stays high or low) when a key is pressed ...
Does anyone know anything about it?
thank you.
 
Donator
Donator
Registered
Joined
Sep 1, 2018
Messages
87
Reaction score
62
Points
18
Hmmm... I may be missing something here, but... what console/device are you talking about?
 
New member
Joined
Jun 3, 2019
Messages
4
Reaction score
0
Points
1
oops
megadrive ... detect the control pins in the cartridge slot
 
Donator
Donator
Registered
Joined
May 30, 2019
Messages
239
Reaction score
204
Points
43
There is no actual pin in the cartridge slot that's connected to the controller port. The code in the ROM has to read the controllers (connected through memory mapped ports at $a10002-$a10007 and then use it.
 
Top