Forums

Sega Master System / Mark III / Game Gear
SG-1000 / SC-3000 / SF-7000 / OMV
Home - Forums - Games - Scans - Maps - Cheats - Credits
Music - Videos - Development - Hacks - Translations - Homebrew

View topic - Button settings OutRun Europa

Reply to topic
Author Message
  • Joined: 19 Sep 2008
  • Posts: 29
Reply with quote
Button settings OutRun Europa
Post Posted: Sun Jun 28, 2015 11:37 am
Hello everyone,

I saw a section on this website called "Controller Patches" and I wonder if there is a patch (or someone can do, hehe!) of the game OutRun Europe to exchange Nitro by acceleration button (up button? It has no logic...). I love this game, but it's hard to play with original settings buttons.

Greetings from Spain!
  View user's profile Send private message
  • Site Admin
  • Joined: 19 Oct 1999
  • Posts: 14740
  • Location: London
Reply with quote
Post Posted: Sun Jun 28, 2015 1:00 pm
Then you'll hit the nitro button by accident all the time...
  View user's profile Send private message Visit poster's website
  • Joined: 08 Dec 2005
  • Posts: 488
  • Location: Melbourne, Australia
Reply with quote
Post Posted: Sun Jun 28, 2015 1:35 pm
This game uses some fairly verbose code to map controller input bits to an in-memory representation. We can therefore swap (all uses of) Up and Button 2 by changing this mapping.

Master System version:
ROM[0293e] = 6f
ROM[0295c] = 47

Game Gear versions:
ROM[0298a] = 6f
ROM[029a8] = 47
  View user's profile Send private message Visit poster's website
  • Joined: 19 Sep 2008
  • Posts: 29
Reply with quote
Post Posted: Sun Jun 28, 2015 3:43 pm
Paul Baker wrote
This game uses some fairly verbose code to map controller input bits to an in-memory representation. We can therefore swap (all uses of) Up and Button 2 by changing this mapping.

Master System version:
ROM[0293e] = 6f
ROM[0295c] = 47

Game Gear versions:
ROM[0298a] = 6f
ROM[029a8] = 47


Thanks, but I'm not a computer engineer and I don't know how to modify it. Could you upload the modified rom?
  View user's profile Send private message
  • Site Admin
  • Joined: 19 Oct 1999
  • Posts: 14740
  • Location: London
Reply with quote
Post Posted: Sun Jun 28, 2015 4:32 pm
Better to make an IPS, let's hope people can use them easily enough.
  View user's profile Send private message Visit poster's website
  • Joined: 19 Sep 2008
  • Posts: 29
Reply with quote
Post Posted: Sun Jun 28, 2015 7:00 pm
Yes , I wish someone could do that patch...
  View user's profile Send private message
  • Joined: 14 Apr 2013
  • Posts: 624
Reply with quote
Post Posted: Sun Jun 28, 2015 7:18 pm
revon wrote
Yes , I wish someone could do that patch...

You can create it yourself quite easily. Just load the rom into Emulicious and open the Memory Editor. In there make sure the ROM tab is selected and press CTRL+G. Enter the address specified by Paul (e.g. 29e3) into the box and click ok. You will see the blinking cursor at the location you have entered. There you can type the value specified by Paul (e.g. 6f). Do the same for the other address value pair. When you're done you can press CTRL+S and save the file either as an ips patch by entering a filename with ips extension or directly as patched rom by etering a filename with sms extension.
  View user's profile Send private message Visit poster's website
  • Joined: 19 Sep 2008
  • Posts: 29
Reply with quote
Post Posted: Sun Jun 28, 2015 7:49 pm
Done!!! Thanks!!!
  View user's profile Send private message
  • Site Admin
  • Joined: 08 Jul 2001
  • Posts: 8649
  • Location: Paris, France
Reply with quote
Post Posted: Sun Jun 28, 2015 8:18 pm
revon: i have deleted your attachment seeing it is not necessary with the information being available in the thread. Better not to spread too many hacks.
  View user's profile Send private message Visit poster's website
  • Site Admin
  • Joined: 19 Oct 1999
  • Posts: 14740
  • Location: London
Reply with quote
Post Posted: Sun Jun 28, 2015 9:45 pm
I made IPS files and pages:

http://www.smspower.org/Hacks/OutRunEuropa-SMS-Controller-SwapUpAnd2
http://www.smspower.org/Hacks/OutRunEuropa-GG-Controller-SwapUpAnd2
  View user's profile Send private message Visit poster's website
Reply to topic



Back to the top of this page

Back to SMS Power!