Discussion:
[advancemame-users] CAN run Advmame in fullscreen mode using SDL, but CANNOT run Advmenu in fullscreen...
Administrator
2002-10-30 11:11:02 UTC
Permalink
Why is it that I can run Advmame in fullscreen but not Advmenu?
When I try to run advmenu it says no video modes. However when I run
admenu in a window and select a game to play, the game lauches in
fullscreen mode just fine...
Mans Jonasson
2002-10-30 11:15:02 UTC
Permalink
Post by Administrator
Why is it that I can run Advmame in fullscreen but not Advmenu?
When I try to run advmenu it says no video modes. However when I run
admenu in a window and select a game to play, the game lauches in
fullscreen mode just fine...
AdvMenu has its own .rc file - you can take one of the working video modes
from your advmame.rc and copy it to your advmenu.rc and it should work.
That's how I got the perfect resolution in AdvMenu.

/Mans
Administrator
2002-10-30 19:38:05 UTC
Permalink
According to the AdvanceMenu documentation...

"5.2 Video Configuration Options
5.2.1 device_video_*
All the `device_video_*' options defined in the `advv.txt' file can be
used.
If you are using the `sdl' video driver you don't need to set these
options. "

I am using the SDL video driver so I shouldn't have to set video modes
right?
Secondly, as far as I can tell, I don't have any video modes defined in
my advmame.rc yet it works fine in fullscreen mode. I am including the
contents of both of my config files in the hopes that someone can tell
me what's wrong/missing. As for now I have device_sdl_fullscreen set to
no as setting it to yes produces the no video modes error.

Advmame.rc:

device_joystick none
device_keyboard auto
device_mouse none
device_sdl_fullscreen yes
device_sdl_samples 512
device_sound auto
device_video auto
device_video_15bit yes
device_video_16bit yes
device_video_32bit yes
device_video_8bit yes
device_video_doublescan yes
device_video_fastchange no
device_video_interlace yes
device_video_singlescan yes
dir_artwork /ftp/mame/mame/artwork
dir_cfg /ftp/mame/mame/cfg
dir_hi /ftp/mame/mame/hi
dir_imagediff /ftp/mame/mame/image
dir_imager /ftp/mame/mame/image
dir_imagerw /ftp/mame/mame/image
dir_inp /ftp/mame/mame/inp
dir_memcard /ftp/mame/mame/memcard
dir_nvram /ftp/mame/mame/nvram
dir_rom /ftp/mame/mame/roms
dir_sample /ftp/mame/mame/sample
dir_snap /ftp/mame/mame/snap
dir_sta /ftp/mame/mame/sta
display_adjust none
display_antialias yes
display_artwork yes
display_artwork_crop no
display_beam 1
display_brightness 1
display_buffer no
display_depth auto
display_expand 1
display_flicker 0
display_flipx no
display_flipy no
display_frameskip auto
display_gamma 1
display_intensity 1.5
display_interlaceeffect none
display_magnify no
display_mode auto
display_resize mixed
display_resizeeffect auto
display_restore yes
display_rgb no
display_rgbeffect none
display_rol no
display_ror no
display_rotate auto
display_scanlines yes
display_skipcolumns auto
display_skiplines auto
display_translucency yes
display_vsync yes
input_hotkey yes
input_idleexit 0
input_map[0,pedal] joystick[0,0,3]
input_map[0,trakx] mouse[0,0]
input_map[0,traky] mouse[0,1]
input_map[0,x] joystick[0,0,0]
input_map[0,y] joystick[0,0,1]
input_map[0,z] joystick[0,0,2]
input_map[1,pedal] joystick[1,0,3]
input_map[1,trakx] mouse[1,0]
input_map[1,traky] mouse[1,1]
input_map[1,x] joystick[1,0,0]
input_map[1,y] joystick[1,0,1]
input_map[1,z] joystick[1,0,2]
input_map[2,pedal] joystick[2,0,3]
input_map[2,trakx] mouse[2,0]
input_map[2,traky] mouse[2,1]
input_map[2,x] joystick[2,0,0]
input_map[2,y] joystick[2,0,1]
input_map[2,z] joystick[2,0,2]
input_map[3,pedal] joystick[3,0,3]
input_map[3,trakx] mouse[3,0]
input_map[3,traky] mouse[3,1]
input_map[3,x] joystick[3,0,0]
input_map[3,y] joystick[3,0,1]
input_map[3,z] joystick[3,0,2]
input_steadykey no
misc_cheat no
misc_cheatfile cheat.dat
misc_crash no
misc_historyfile history.dat
misc_infofile mameinfo.dat
misc_internaldepth auto
misc_languagefile english.lng
misc_quiet no
misc_safequit yes
misc_safequitdebug no
misc_safequitfile safequit.dat
misc_smp no
misc_speed 1
misc_startuptime 6
misc_timetorun 0
misc_turbospeed 3
record_sound yes
record_sound_time 15
record_video yes
record_video_interleave 2
record_video_time 15
script_coin[1]
script_coin[2]
script_coin[3]
script_coin[4]
script_emulation
script_led[1] on(kdb, 0b1); wait(!event()); off(kdb, 0b1);
script_led[2] on(kdb, 0b10); wait(!event()); off(kdb, 0b10);
script_led[3]
script_play
script_start[1]
script_start[2]
script_start[3]
script_start[4]
script_turbo while (event()) { toggle(kdb, 0b100); delay(100); }
off(kdb, 0b100);
script_video wait(!event()); set(kdb,0);
sound_latency 0.1
sound_resamplefilter yes
sound_samplerate 44100
sound_samples yes
sound_stereo yes
sound_volume 0

Advmenu.rc:

color help black white
color help_tag lightred white
color submenu_bar lightred white
color submenu_item black white
color submenu_item_select black lightgreen
color menu_item black white
color menu_hidden gray white
color menu_tag lightred white
color menu_item_select black lightgreen
color menu_hidden_select gray lightgreen
color menu_tag_select lightred lightgreen
color bar black white
color bar_tag lightred white
color bar_hidden gray white
color grid lightred white
color backdrop black gray
color icon white white
color cursor gray white
config save_at_exit
device_joystick none
device_keyboard auto
device_mouse none
device_sdl_fullscreen no
device_sdl_samples 512
device_sound auto
device_video auto
device_video_15bit yes
device_video_16bit yes
device_video_32bit yes
device_video_8bit yes
device_video_doublescan yes
device_video_fastchange no
device_video_interlace yes
device_video_singlescan yes
emulator "advmame" advmame "advmame" ""
emulator "Genesis" generic "/usr/local/bin/dgen" "-f %p"
emulator_roms "Genesis" "/ftp/mame/genesis/roms"
emulator_roms_filter "Genesis" ""
emulator_altss "Genesis"
event_alpha no
event_assign up up
event_assign down down
event_assign left left
event_assign right right
event_assign enter 1
event_assign shutdown lcontrol esc
event_assign esc esc
event_assign space space
event_assign mode tab
event_assign home home
event_assign end end
event_assign pgup pgup
event_assign pgdn pgdn
event_assign help f1
event_assign group f2
event_assign type f3
event_assign exclude f4
event_assign sort f5
event_assign setgroup f9
event_assign settype f10
event_assign runclone f12
event_assign del del
event_assign ins insert
event_assign command f8
event_assign menu backquote or backslash
event_assign emulator f6
event_assign snapshot period_pad
event_assign rotate 0_pad
event_assign lock scrlock
event_exit_press 1
event_mode fast
event_repeat 500 50
group "Very Good"
group "Good"
group "Bad"
group "<undefined>"
icon_space 43
idle_screensaver 60 10
idle_screensaver_preview snap
idle_start 0 0
lock no
loop no
menu_base 190
menu_rel 11
merge differential
misc_quiet no
mode tile_normal
mode_skip
mouse_delta 100
preview snap
preview_default none
preview_default_cabinet none
preview_default_flyer none
preview_default_icon none
preview_default_marquee none
preview_default_snap none
preview_default_title none
preview_expand 1.15
run_msg "Run game"
run_preview snap
sort parent
sound_background_begin none
sound_background_end none
sound_background_loop default
sound_background_loop_dir "mp3"
sound_background_start none
sound_background_stop none
sound_buffer 0.1
sound_foreground_begin default
sound_foreground_end default
sound_foreground_key default
sound_foreground_start default
sound_foreground_stop default
sound_latency 0.1
sound_samplerate 44100
sound_volume 0
type "Computer"
type "Console"
type "Application"
type "Arcade"
type "Shot 'em Up"
type "Bet 'em Up"
type "Fight"
type "Gun"
type "Puzzle"
type "RPG"
type "Sport"
type "Breakout"
type "Filler"
type "Racing"
type "Flipper"
type "<undefined>"
video_brightness 1
video_depth 16
video_font none
video_gamma 1
video_orientation
video_restore no
video_size 1024
emulator_include "advmame"
group_include "<undefined>"
group_include "Bad"
group_include "Good"
group_include "Very Good"
type_include "<undefined>"
type_include "Application"
type_include "Arcade"
type_include "Bet 'em Up"
type_include "Breakout"
type_include "Computer"
type_include "Console"
type_include "Fight"
type_include "Filler"
type_include "Flipper"
type_include "Gun"
type_include "Puzzle"
type_include "RPG"
type_include "Racing"
type_include "Shot 'em Up"
type_include "Sport"
emulator_attrib "advmame" missing exclude
emulator_attrib "advmame" clone exclude
emulator_attrib "advmame" bad exclude
emulator_attrib "advmame" vector include
emulator_attrib "advmame" vertical include
emulator_attrib "advmame" neogeo include
emulator_attrib "advmame" deco exclude
emulator_attrib "advmame" playchoice exclude
emulator_attrib "Genesis" missing exclude



-----Original Message-----
From: Mans Jonasson [mailto:***@agoodid.com]
Sent: Wednesday, October 30, 2002 8:14 AM
To: advancemame-***@lists.sourceforge.net
Subject: Re: [advancemame-users] CAN run Advmame in fullscreen mode
using SDL, but CANNOT run Advmenu in fullscreen...
Post by Administrator
Why is it that I can run Advmame in fullscreen but not Advmenu?
When I try to run advmenu it says no video modes. However when I run
admenu in a window and select a game to play, the game lauches in
fullscreen mode just fine...
AdvMenu has its own .rc file - you can take one of the working video
modes
from your advmame.rc and copy it to your advmenu.rc and it should work.
That's how I got the perfect resolution in AdvMenu.

/Mans



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Unsubscribe at
https://lists.sourceforge.net/lists/listinfo/advancemame-users

Loading...