Well it seems in my case forcing fb_state.flags |= VIDEO_DRIVER_FLAGS_DEFAULT_BGR16; Fixed the issue...hopefully :P
Hello Andrea Mazzoleni; I compile a version of advmame for ARM 32 bits (its arm64 with 32bit user space) to use with Amlogic devices, it works ok for the most part, but some games, specially the ones that use Taito F3, do not display at all, I can only hear sound, even the menu has no "skin" This is how I compile it ./autogen.sh ./configure --prefix=/usr --datadir=/usr/share/ --datarootdir=/usr/share/ --host=armv8a --enable-fb --enable-freetype --with-freetype-prefix=$SYSROOT_PREFIX/usr/ --enable-slang...
In fact, here it is :)
You can create it yourself but you need to SSH to your device advmame --listxml > advmame.dat if you can't, let me know and I will upload it somewhere
I found the solution. I modified the joverride.dat in the source code to include the missing buttons and now everything is working fine :)
A few versions back I could access the menu by pressing the 2 thumb buttoms on my Logitech F310 gamepad (one for the configure UI and one for cancel), but this is not working anymore, I can still use it to play games and insert coins and all, but I just can't go to the menu, did anything change or is there any way I can get that functionatily back? this is part of my advmame.rc file: input_map[coin1] keyboard[0e8f_2519,5] or joystick_button[046d_c21d,6] input_map[start1] joystick_button[046d_c21d,7]...
A few versions back I could access the menu by pressing the 2 thumb buttoms on my Logitech F310 gamepad (one for the configure UI and one for cancel), but this is not working anymore, I can still use it to play games and insert coins and all, but I just can't go to the menu, did anything change or is there any way I can get that functionatily back? this is part of my advmame.rc file: input_map[coin1] keyboard[0e8f_2519,5] or joystick_button[046d_c21d,6] input_map[start1] joystick_button[046d_c21d,7]...
I am having a weird problem and I hope someone can help me. I compile and run advancemame on arm arch, on a Amlogic s905 and everything works fine, until I create an ALSA card using this configuration: https://github.com/shantigilbert/LibreELEC.tv/blob/a97f2817456ccbac99a4fbc062d5911b1590e6af/projects/S905/filesystem/usr/share/alsa/cards/AML-M8AUDIO.conf Then I only get a black screen and I have to manually kill advancemame. If I remove this file then it works as fine again, does anyone have an idea...
I am having a weird problem and I hope someone can help me. I compile and run advancemame on arm arch, on a Amlogic s905 and everything works fine, until I create an ALSA card using this configuration: https://github.com/shantigilbert/LibreELEC.tv/blob/a97f2817456ccbac99a4fbc062d5911b1590e6af/projects/S905/filesystem/usr/share/alsa/cards/AML-M8AUDIO.conf Then I only get a black screen and I have to manually kill advancemame if I remove this file then it works as fine again, does anyone have an idea...
I was abble to compile by removing the prefix from sdl2-config on the configure.ac...
I was abble to compile by removing the prefix from sdl2-config on the configure.ac...
Thank you! I will try this :) Not possible to build in the Amologic system as it...
Thank you! I will try this :)
Thanks for the reply! I am not trying to build it for Raspberry pi, its a Amlogic...
It finally runs very well if I start it up from a terminal window, but now there...
ok after figuring out the video modes, I got it to start, unfortunately its slower...
this is what I get ./advcfg sh: tvservice: not found No text modes available for...
I got a advmame v3.0 binary from somewhere (can't remember where) and it works almost...