MAMEWorld >> EmuChat
View all threads Index   Flat Mode Flat  

Jfarro
MAME Fan
Reged: 02/24/14
Posts: 13
Send PM
Re: Is there a way to launch mame with the debugger hidden
02/25/14 08:37 AM


I've figured out that this is disabled in window.c, and most likely in other places. I found if I comment out:

if (window->machine().debug_flags & DEBUG_FLAG_OSD_ENABLED)
return;

I can toggle and get into full screen mode. So not quite the 'auto' I'm hoping for, but I see I'm going to have to make a custom build to enable this.

Update: Video.C was the file I was hunting for...

under extract_video_config, there is the line:
// if we are in debug mode, never go full screen
if (machine.debug_flags & DEBUG_FLAG_OSD_ENABLED)
video_config.windowed = TRUE;


Which allows me to run fullscreen from the start. I'll try to get a video up tonight so people can understand why this is a huge deal to me

Edited by Jfarro (02/25/14 09:23 AM)







Entire thread
Subject Posted by Posted on
* Is there a way to launch mame with the debugger hidden Jfarro 02/24/14 11:23 AM
. * Re: Is there a way to launch mame with the debugger hidden Anonymous  02/24/14 01:27 PM
. * Re: Is there a way to launch mame with the debugger hidden Jfarro  02/24/14 08:30 PM
. * Re: Is there a way to launch mame with the debugger hidden Anonymous  02/25/14 02:30 PM
. * Re: Is there a way to launch mame with the debugger hidden R. Belmont  02/25/14 06:31 PM
. * Re: Is there a way to launch mame with the debugger hidden Anonymous  02/26/14 03:47 AM
. * Re: Is there a way to launch mame with the debugger hidden R. Belmont  02/24/14 11:04 PM
. * Re: Is there a way to launch mame with the debugger hidden Anonymous  02/25/14 02:27 PM
. * Re: Is there a way to launch mame with the debugger hidden jonwil  02/25/14 12:15 AM
. * Re: Is there a way to launch mame with the debugger hidden Jfarro  02/25/14 03:31 AM
. * Re: Is there a way to launch mame with the debugger hidden Jfarro  02/25/14 08:37 AM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 318 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1642