Buono a sapersi, appena posso controllo!!!Cmq se la memoria non mi inganna, è possibile aumentare la dimensione dei caratteri e del menu di AdvMAME con un'opzione in advmame.rc.

ho impostato questa:
hdmi_timings 1920 1 152 247 280 224 1 8 7 23 0 0 0 60 0 40860000 1
per cambiare al volo le impostazioni video di retropie:
modificare:
/opt/retropie/configs/all/runcommand-onstart.sh
vcgencmd hdmi_timings 1600 1 115 150 170 240 1 4 3 15 0 0 0 60 0 32000000 1
tvservice -e "DMT 87"
fbset -depth 8 && fbset -depth 16 -xres 1600 -yres 240
/opt/retropie/configs/all/runcommand-onend.sh
vcgencmd hdmi_timings 320 1 23 25 39 240 1 4 3 15 0 0 0 60 0 6400000 1
tvservice -e "DMT 87"
fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240
oppure si può aggiungere questo script per ogni emulatore!
io ho aggiunto su advmame:
/opt/retropie/configs/advmame/runcommand-onstart.sh
hdmi_timings 1920 1 152 247 280 224 1 8 7 23 0 0 0 60 0 40860000 1
tvservice -e "DMT 87"
fbset -depth 8 && fbset -depth 16 -xres 1920 -yres 247
/opt/retropie/configs/advmame/runcommand-onend.sh
vcgencmd hdmi_timings 320 1 23 25 39 240 1 4 3 15 0 0 0 60 0 6400000 1
tvservice -e "DMT 87"
fbset -depth 8 && fbset -depth 16 -xres 320 -yres 240
Devo dire che funziona bene, e sul mio arcade va ancora meglio se tengo alte le frequenze verticali!