Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MiteWiseacre

Pages: [1]
1
General / Trouble running attract mode on crt
« on: January 05, 2020, 03:21:40 PM »
Looking for some help, I can’t seem to launch attract mode on my crt. I have my PC set up with emudriver to run in 640x480 and groovymame to use super resolutions. Launching attractmode kicks me into an un usable resolution. Can’t figure the command to launch in windowed or which config file I should be looking at to change the appropriate setting.
Thanks for any help.

2
General / Re: problem with fullscreen mode in 480i desktop res
« on: June 19, 2019, 01:47:18 AM »
So I can run Attract mode in 648x486 window default, once launched I have to switch to windowed or games won’t launch but then the AM menus are white out. Anyone get this before with a crt?

3
General / Re: problem with fullscreen mode in 480i desktop res
« on: June 18, 2019, 04:12:19 PM »
Thanks, that worked
Now I have to get Groovymame Working so I can launch games while I’m 648x486

4
General / Re: problem with fullscreen mode in 480i desktop res
« on: June 18, 2019, 07:16:26 AM »
I’m having problems here too
Running crt emudriver on a Sony Wega
Attract mode launches if Window Mode is set to default but the screen can’t handle whatever resolution it’s sending (I think 480p)
If I set
Window Mode   Yes
Attract mode won’t launch

5
Sorry I know this is old
It seems the snap is sitting at 0,0 for me, the preview shows it more near the centre of the screen
can't find the line in the layout.nut that sets the coords for the snap, can anyone help me?

Edit,
I added this above the set_snap_dimensions function:

snap_shadow.x = 240;
snap_shadow.y = 80;
snap_shadow.width = 400;
snap_shadow.height = 300;

snap.x = snap_shadow.x - 10;
snap.y = snap_shadow.y - 10;
snap.width = snap_shadow.width;
snap.height = snap_shadow.height;

Pages: [1]