Author Topic: Full screen Gens  (Read 2541 times)

Darkfire

  • Newbie
  • *
  • Posts: 2
    • View Profile
Full screen Gens
« on: October 12, 2018, 06:31:20 PM »
No rom loaded and I can not make it go full screen at the start. Why?
I read an old thread on the subject but I have not found the solution.

My AM gens.cfg:

executable   D:\ATTRACT\Emulators\Sega Genesis\ gens.exe
args                 --fs --quickexit "[romfilename]"
rompath           D:\ATTRACT\Emulators\Sega Genesis\Roms
romext             .zip; .smd; .md; .bin
system             Sega Genesis
info_source       thegamesdb.net
And the other image routes...


Thanks, and sorry for my english  :-[

Note: [In some cases I get an error window : lpdd>createsurface ]
« Last Edit: October 15, 2018, 07:35:26 AM by Darkfire »

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Full screen Gens
« Reply #1 on: October 14, 2018, 11:17:56 PM »
@Darkfire
you should test your settings in commandline / cmd before entering in AM:

you'll see that your paths won't work (spaces in names making problems; AM is case sensitive (under windows, you won't be able to create a folder with spaces at the beginning and ending)
correct path:
D:\ATTRACT\Emulators\Sega Genesis\gens.exe

your parameters are not correct placed:
correct :
"[romfilename]" --fs --quickexit

Fullscreen:
use Fusion
« Last Edit: October 14, 2018, 11:20:29 PM by hermine.potter »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

Darkfire

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Full screen Gens
« Reply #2 on: October 15, 2018, 08:02:51 AM »
Okay. Fusion is best, incredible comparison between both. Fullscreen it works at the first test in Fusion. Thanks! =)