Author Topic: Sega Model 3  (Read 2458 times)

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Sega Model 3
« on: February 08, 2020, 02:19:15 AM »
Good morning all,

I'm trying to integrate the Sega Model 3 and can't launch a game under AttractMode, here is my .cfg if someone can help me.

Thank you all.

cfg :

# Generated by Attract-Mode v2.6.0
#
executable           Q:\Sega Model 3\Supermodel.exe
args                 [romfilename]
rompath              Q:\Roms\Sega Model 3
romext               .zip
exit_hotkey          Joy0 Button11
artwork    flyer           
artwork    marquee         
artwork    snap            Q:\Roms\Sega Model 3\Snap
artwork    wheel           Q:\Roms\Sega Model 3\Wheel

rand0m

  • Sr. Member
  • ****
  • Posts: 343
    • View Profile
Re: Sega Model 3
« Reply #1 on: February 08, 2020, 03:53:39 AM »
if the files are in zip then use a slash at end of rompath i.e. Q:\Roms\Sega Model 3\
there should a Supermodel.ini in /config folder of emulator, make sure that rompath is given there (its near the end of file). Might also need games.xml if its not present in /config.

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Sega Model 3
« Reply #2 on: February 08, 2020, 04:36:26 AM »
Thank you for your reply.

The rompatch is well on the right path to roma and also in the cfg.

romspath.ini
 Q: \ Roms \ Sega Model 3

cyclair

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: Sega Model 3
« Reply #3 on: February 08, 2020, 04:53:32 AM »
I found the problem, we must put

args "[romfilename]" -fullscreen

it works perfectly.

Thank you ;-)