Cutting my teeth - 3 to 6 button layout?
Moderator: BigEvilCorporation
Cutting my teeth - 3 to 6 button layout?
Going to embark on a project and I'm trying to see if it's possible to change a function of a game to a different button.. Problem is the game uses the general 3 and I would like to map this (basically involves depressing B) to a 4th button - ala 6 button layout.
Is this feasible?
Rifling through some of the documents with my brow furrowed it looks like there's no speed reading course.
This would be arduous for me, and probably daunting but you have to eat the elephant one bite at a time and I'm willing to earn my hax0rz1! certificate.
Not looking to be bottle fed but can you guys help get me on the right path?
Do I start with trackers to detect the input?
Is this feasible?
Rifling through some of the documents with my brow furrowed it looks like there's no speed reading course.
This would be arduous for me, and probably daunting but you have to eat the elephant one bite at a time and I'm willing to earn my hax0rz1! certificate.
Not looking to be bottle fed but can you guys help get me on the right path?
Do I start with trackers to detect the input?
-
- Very interested
- Posts: 2984
- Joined: Fri Aug 17, 2007 9:33 pm
Thanks for the reply CW. I think you actually answered a question of mine at tototek's boards about their md pro cards.Chilly Willy wrote:Disassemble the game and look for references to the IO ports. Once you've found the subroutine that gets the port, look for code that calls it (or if the subroutine stores the port to memory, look for references to that memory location).
The game doesn't have typical 4.5MM bit screws, Id have to wreck the cart to get it open.
Is there anyway to do this with watchers? I was messing with kmod earlier.
EDIT: Your referring to IDA pro?
-
- Very interested
- Posts: 2984
- Joined: Fri Aug 17, 2007 9:33 pm
What he said.Flygon wrote:Yeah, he actually means disassembling it with IDA, not the cartridge itself.
Just get a rom image of the game of the net and run it through your favorite disassembler. Windows folks mainly use IDA.
Most disassemblers have search features, so if you search for the IO base address, it can narrow down what you need to disassemble quickly.
Left myself wide open for a insult there, thanks for taking the high road on my question about opening the cart . Thankfully you guys don't appear to be that callused.Chilly Willy wrote:What he said.Flygon wrote:Yeah, he actually means disassembling it with IDA, not the cartridge itself.
Just get a rom image of the game of the net and run it through your favorite disassembler. Windows folks mainly use IDA.
Most disassemblers have search features, so if you search for the IO base address, it can narrow down what you need to disassemble quickly.
Looking for the IO in IDA I think that I've found the subroutines(?) in CTRL(1-3) and DATA(1-3). Opening the sub and viewing in HEX A I've found some hex offsets and values. I'm not sure if they are useful or worth pursuing.
Here's a screen shot from IDA. Am I following the right bread crumbs?
-
- Very interested
- Posts: 2984
- Joined: Fri Aug 17, 2007 9:33 pm