MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

GoTheBunnies
MAME Fan
Reged: 03/18/11
Posts: 3
Send PM


Can I remove bezels and get fullscreen?
#249175 - 03/18/11 06:09 AM


Hi guys,

Running Mame 133 through GameEx frontend on a 3-sided cocktail.

I use the GameEx bezels which replace the Mame bezels on vertical games, but the problem is that some of the games are still a little 'thin' on the screen.

Wondering if there's a way to effectively lose the aspect ratio so that the game fills the entire screen? This is how my config file looks at present....

#
# CORE CONFIGURATION OPTIONS
#
readconfig 1

#
# CORE SEARCH PATH OPTIONS
#
rompath "c:\Emulators\Mame32\Mame_133\roms\"
samplepath samples
artpath artwork
ctrlrpath ctrlr
inipath .;ini
fontpath .
cheatpath cheat
crosshairpath crosshair

#
# CORE OUTPUT DIRECTORY OPTIONS
#
cfg_directory cfg
nvram_directory nvram
memcard_directory memcard
input_directory inp
state_directory sta
snapshot_directory snap
diff_directory diff
comment_directory comments
hiscore_directory hi

#
# CORE STATE/PLAYBACK OPTIONS
#
state
autosave 1
playback
record
mngwrite
aviwrite
wavwrite
snapname %g/%i
snapsize auto
snapview internal
burnin 0

#
# CORE PERFORMANCE OPTIONS
#
autoframeskip 0
frameskip 0
seconds_to_run 0
throttle 1
sleep 1
speed 1.0
refreshspeed 0

#
# CORE ROTATION OPTIONS
#
rotate 1
ror 0
rol 0
autoror 0
autorol 0
flipx 0
flipy 0

#
# CORE ARTWORK OPTIONS
#
artwork_crop 0
use_backdrops 1
use_overlays 1
use_bezels 1

#
# CORE SCREEN OPTIONS
#
brightness 1.0
contrast 1.0
gamma 1.0
pause_brightness 0.65

#
# CORE VECTOR OPTIONS
#
antialias 1
beam 1.0
flicker 0

#
# CORE SOUND OPTIONS
#
sound 1
samplerate 48000
samples 1
volume 0

#
# CORE INPUT OPTIONS
#
coin_lockout 1
ctrlr
mouse 0
joystick 1
lightgun 0
multikeyboard 0
multimouse 0
steadykey 0
offscreen_reload 0
joystick_map auto
joystick_deadzone 0.3
joystick_saturation 0.85
natural 0
uimodekey auto

#
# CORE INPUT AUTOMATIC ENABLE OPTIONS
#
paddle_device keyboard
adstick_device keyboard
pedal_device keyboard
dial_device keyboard
trackball_device keyboard
lightgun_device keyboard
positional_device keyboard
mouse_device mouse

#
# CORE DEBUGGING OPTIONS
#
log 0
verbose 0
update_in_pause 0
debug 0
debugscript
debug_internal 0

#
# CORE MISC OPTIONS
#
b10$
cheat 0
skip_gameinfo 1

#
# CORE MKChamp OPTIONS
#
disable_hiscore_patch 0
disable_nagscreen_patch 0
disable_loading_patch 0

#
# WINDOWS DEBUGGING OPTIONS
#
oslog 0
watchdog 0
debugger_font "Lucida Console"
debugger_font_size 9

#
# WINDOWS PERFORMANCE OPTIONS
#
priority 0
multithreading 0
numprocessors auto

#
# WINDOWS VIDEO OPTIONS
#
video d3d
numscreens 1
window 0
maximize 1
keepaspect 0
prescale 1
effect none
waitvsync 1
syncrefresh 1

#
# DIRECTDRAW-SPECIFIC OPTIONS
#
hwstretch 1

#
# DIRECT3D-SPECIFIC OPTIONS
#
d3dversion 9
filter 1

#
# PER-WINDOW VIDEO OPTIONS
#
screen auto
aspect auto
resolution auto
view auto
screen0 auto
aspect0 auto
resolution0 auto
view0 auto
screen1 auto
aspect1 auto
resolution1 auto
view1 auto
screen2 auto
aspect2 auto
resolution2 auto
view2 auto
screen3 auto
aspect3 auto
resolution3 auto
view3 auto

#
# FULL SCREEN OPTIONS
#
triplebuffer 1
switchres 0
full_screen_brightness 1.0
full_screen_contrast 1.0
full_screen_gamma 1.0

#
# WINDOWS SOUND OPTIONS
#
audio_latency 2

#
# INPUT DEVICE OPTIONS
#
dual_lightgun 0



redk9258
Regular
Reged: 09/21/03
Posts: 3968
Loc: Troy, Illinois USA
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: GoTheBunnies]
#249176 - 03/18/11 06:19 AM


#
# CORE MKChamp OPTIONS
#
disable_hiscore_patch 0
disable_nagscreen_patch 0
disable_loading_patch 0


Doesn't look like a MAME.ini to me.



GoTheBunnies
MAME Fan
Reged: 03/18/11
Posts: 3
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: redk9258]
#249177 - 03/18/11 06:24 AM


That was very helpful - thanks!

It's what I copied from my Mame folder, so to a newbie like me, it's my mame ini



R. Belmont
Cuckoo for IGAvania
Reged: 09/21/03
Posts: 9716
Loc: ECV-197 The Orville
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: GoTheBunnies]
#249180 - 03/18/11 06:37 AM


> That was very helpful - thanks!
>
> It's what I copied from my Mame folder, so to a newbie like me, it's my mame ini

The point is that you are not running stock MAME and we can't support custom versions here because they can and do behave differently from what MAMEdev ships. You should contact the authors of this "MKChamp" and ask them for help.



GoTheBunnies
MAME Fan
Reged: 03/18/11
Posts: 3
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: R. Belmont]
#249181 - 03/18/11 06:41 AM


Ok, so I'm not running stock Mame (which I didn't know until now) - but if I was (because I'm happy to) could I do what I'm trying to do?



Sune
Connected
Reged: 09/21/03
Posts: 5648
Loc: Lagoa Santa, Brasil
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: GoTheBunnies]
#249183 - 03/18/11 07:45 AM


> # CORE ARTWORK OPTIONS
> #
> artwork_crop 0
> use_backdrops 1
> use_overlays 1
> use_bezels 1

artwork_crop 1

S



R. Belmont
Cuckoo for IGAvania
Reged: 09/21/03
Posts: 9716
Loc: ECV-197 The Orville
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: GoTheBunnies]
#249204 - 03/18/11 05:02 PM


> Ok, so I'm not running stock Mame (which I didn't know until now) - but if I was
> (because I'm happy to) could I do what I'm trying to do?

Sure. Lots of users believe that they paid for a 16:9 monitor and games should fill all of the screen, even though it makes Chun Li look like she weighs about 350 pounds and is about to go on Montel to find out if Ken, Ryu, or Zangief is the baby daddy. Turn off artwork and turn off keepaspect and it should fatten her up nicely.



Bryan Ischo
MAME Fan
Reged: 03/28/10
Posts: 358
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: R. Belmont]
#249208 - 03/18/11 05:28 PM



> Sure. Lots of users believe that they paid for a 16:9 monitor and games should fill
> all of the screen, even though it makes Chun Li look like she weighs about 350 pounds
> and is about to go on Montel to find out if Ken, Ryu, or Zangief is the baby daddy.
> Turn off artwork and turn off keepaspect and it should fatten her up nicely.

Classic! I nominate this for a dev quote!



redk9258
Regular
Reged: 09/21/03
Posts: 3968
Loc: Troy, Illinois USA
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: Bryan Ischo]
#249216 - 03/18/11 07:00 PM


> Classic! I nominate this for a dev quote!

I second the motion!



mogli
MAME Fan
Reged: 01/26/08
Posts: 1956
Send PM


Re: Can I remove bezels and get fullscreen? new [Re: redk9258]
#249266 - 03/19/11 02:45 AM


> > Classic! I nominate this for a dev quote!
>
> I second the motion!

Hahahahah. Fuck an A, yes.



Consider it high comedy....sincere tragedy....whatever...don't take it personally.

The Culture



Pages: 1

MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

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