<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Tutorial: Handheld and Plug &amp; Play systems with MAME]]></title><description><![CDATA[<h2>Tutorial: Handheld and Plug &amp; Play systems with MAME</h2>
<hr />
<p dir="auto">Following a request from the post <a href="https://retropie.org.uk/forum/topic/28182/lr-mame-20xy-and-handheld-games/28?_=1605029025333">Lr-mame 20xy and handheld games</a><br />
Here is a tutorial to create <strong>7 new systems</strong> with <strong>MAME standalone</strong>. The systems are:</p>
<ul>
<li><em><strong>Konami Handheld</strong></em></li>
<li><em><strong>"All in one" handheld and Plug &amp; Play</strong></em> (concept like 100 games in one cartridge)</li>
<li><em><strong>Game &amp; Watch</strong></em> (with madrigal and MAME romset)</li>
<li><em><strong>Tiger Handheld</strong></em></li>
<li><em><strong>Tiger R-Zone</strong></em></li>
<li><em><strong>Classic Handheld</strong></em> (non-game &amp; watch from madrigal and all other manufacturers in the MAME romset such as Coleco, Entex, etc.)</li>
<li><em><strong>JAKKS Pacific TV Games</strong></em>      ----&gt; <em>New edit:</em> Here's a tutorial to add more games with  Jakks Game Key files : <a href="https://retropie.org.uk/forum/topic/30881/how-to-run-jakks-game-key-files-on-retropie">How to run Jakks Game Key files on RetroPie</a> credit goes to: <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/jimmyfromthebay" aria-label="Profile: JimmyFromTheBay">@<bdi>JimmyFromTheBay</bdi></a><br />
<strong>New edit:</strong> : For gamelist.xml and Artworks for those systems, you can use <a href="https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-lr-mame-and-mame-standalone">Development of module-script generator for lr-mess, lr-mame and mame standalone</a> approach or get them here (<a href="https://drive.google.com/drive/folders/1f_jXMG0XMBdyOOBpz8CHM6AFj9vC1R6m" target="_blank" rel="noopener noreferrer nofollow ugc">gamelist</a>, <a href="https://drive.google.com/drive/folders/1sm6gdOcaaQaNUtQ9tZ5Q5WQ6m1OD2QY3" target="_blank" rel="noopener noreferrer nofollow ugc">artworks</a>)</li>
</ul>
<p dir="auto">1 - Install MAME (standalone from binary) from experimental section in Retropie Setup<br />
2 - Get MAME Romset (most recent) and get games from the lists <s>in the following</s> <a href="https://retropie.org.uk/forum/topic/28182/lr-mame-20xy-and-handheld-games/28?_=1605029025333"><s>post</s></a>  see  First Reply in this post (below).<br />
3 - Create 7 games folders in <strong>/home/pi/RetroPie/roms</strong> for systems above (gameandwatch maybe already exist):<br />
<strong>NEW EDIT:</strong> For steps 3 to 9, you can use the script <a href="https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-and-mame-standalone">here</a>:  <a href="https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-and-mame-standalone">Development of module-script generator for lr-mess and mame standalone</a> &lt;--------- (<em><strong>Highly recommended</strong></em>)<br />
<strong>all_in1<br />
classich<br />
jakks<br />
konamih<br />
tigerrz<br />
tigerh<br />
gameandwatch</strong> (if not already created)</p>
<p dir="auto">4 - Modify or Create a theme (see  T<a href="https://retropie.org.uk/docs/Creating-Your-Own-EmulationStation-Theme/" target="_blank" rel="noopener noreferrer nofollow ugc">heme tutorial</a>) and add pictures in your config folders (launching.png) for when your games load<br />
5 - go in <strong>/opt/retropie/configs/mame</strong> and open <strong>mame.ini</strong> with Notepad++ via FileZilla and replace the lines by this:</p>
<pre><code>rompath /home/pi/RetroPie/roms/mame;/home/pi/RetroPie/roms/arcade;/home/pi/RetroPie/BIOS/mame;/home/pi/RetroPie/BIOS;/home/pi/RetroPie/roms/tigerh;/home/pi/RetroPie/roms/gameandwatch;/home/pi/RetroPie/roms/tigerrz;/home/pi/RetroPie/roms/pong;/home/pi/RetroPie/roms/konamih;/home/pi/RetroPie/roms/classich;/home/pi/RetroPie/roms/atomiswave;/home/pi/RetroPie/roms/naomi;/home/pi/RetroPie/roms/all_in1;/home/pi/RetroPie/roms/jakks
hashpath /opt/retropie/emulators/mame/hash
samplepath /home/pi/RetroPie/roms/mame/samples;/home/pi/RetroPie/roms/arcade/samples
artpath /home/pi/RetroPie/roms/mame/artwork;/home/pi/RetroPie/roms/arcade/artwork;/home/pi/RetroPie/BIOS/mame/artwork
ctrlrpath /opt/retropie/emulators/mame/ctrlr
pluginspath /opt/retropie/emulators/mame/plugins
languagepath /opt/retropie/emulators/mame/language
cfg_directory /home/pi/RetroPie/roms/mame/cfg
nvram_directory /home/pi/RetroPie/roms/mame/nvram
input_directory /home/pi/RetroPie/roms/mame/inp
state_directory /home/pi/RetroPie/roms/mame/sta
snapshot_directory /home/pi/RetroPie/roms/mame/snap
diff_directory /home/pi/RetroPie/roms/mame/diff
comment_directory /home/pi/RetroPie/roms/mame/comments
skip_gameinfo 1
plugin hiscore
samplerate 44100
video accel
cheatpath /home/pi/RetroPie/roms/mame/cheat
cheat 1

</code></pre>
<p dir="auto">6 - Now, you can create <strong>separated systems</strong> and put all your <a href="https://drive.google.com/drive/folders/1WLKcvynl0ky2mRL1UacA9yaiMTnNs4x5" target="_blank" rel="noopener noreferrer nofollow ugc">MAME Artwork site 1</a>, <a href="https://drive.google.com/drive/folders/1NshkplPGDMGdSKN92kEZJRL8yi80aRDJ" target="_blank" rel="noopener noreferrer nofollow ugc">MAME Artwork site 2</a> in the same folder. This folder is the same for lr-mess.<br />
<strong>/home/pi/RetroPie/BIOS/mame/artwork</strong>  (you have to create artwork folder)</p>
<p dir="auto">7 - Now, you have to create your  <strong>systems</strong> (Note: <strong>mame = mame</strong> and <strong>mame-autoframeskip = mame with autoframeskip by default</strong>):</p>
<p dir="auto"><strong>For:</strong><br />
/opt/retropie/configs/<strong>all_in1</strong><br />
/opt/retropie/configs/<strong>konamih</strong><br />
/opt/retropie/configs/<strong>tigerh</strong><br />
/opt/retropie/configs/<strong>tigerrz</strong><br />
/opt/retropie/configs/<strong>jakks</strong></p>
<p dir="auto">With MAME standalone, we don't need retroarch.cfg</p>
<p dir="auto">emulators.cfg</p>
<pre><code>mame = "/opt/retropie/emulators/mame/mame %BASENAME%"
mame-autoframeskip = "/opt/retropie/emulators/mame/mame -autoframeskip %BASENAME%"
default = "mame-autoframeskip"
</code></pre>
<p dir="auto"><strong>For:</strong><br />
/opt/retropie/configs/<strong>classich</strong></p>
<p dir="auto">emulators.cfg</p>
<pre><code>lr-gw = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-gw/gw_libretro.so --config /opt/retropie/configs/classich/retroarch.cfg %ROM%"
mame = "/opt/retropie/emulators/mame/mame %BASENAME%"
mame-autoframeskip = "/opt/retropie/emulators/mame/mame -autoframeskip %BASENAME%"
default = "lr-gw"
</code></pre>
<p dir="auto">retroarch.cfg</p>
<pre><code># Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/classich/"

#include "/opt/retropie/configs/all/retroarch.cfg"

</code></pre>
<p dir="auto"><strong>For:</strong><br />
/opt/retropie/configs/<strong>gameandwatch</strong><br />
emulators.cfg</p>
<pre><code>lr-gw = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-gw/gw_libretro.so --config /opt/retropie/configs/gameandwatch/retroarch.cfg %ROM%"
mame = "/opt/retropie/emulators/mame/mame %BASENAME%"
mame-autoframeskip = "/opt/retropie/emulators/mame/mame -autoframeskip %BASENAME%"
default = "mame-autoframeskip"
</code></pre>
<p dir="auto">retroarch.cfg</p>
<pre><code># Settings made here will only override settings in the global retroarch.cfg if placed above the #include line

input_remapping_directory = "/opt/retropie/configs/gameandwatch/"

#include "/opt/retropie/configs/all/retroarch.cfg"

</code></pre>
<p dir="auto">8 - Add the following lines in <strong>platforms.cfg</strong><br />
<strong>/opt/retropie/configs/all</strong></p>
<pre><code>tigerh_exts=".7z .cue .fba .iso .zip .cdi .chd .gdi .sh"
tigerh_fullname="Tiger Handheld Electronics"

tigerrz_exts=".7z .cue .fba .iso .zip .cdi .chd .gdi .sh"
tigerrz_fullname="Tiger R-Zone"

jakks_exts=".7z .cue .fba .iso .zip .cdi .chd .gdi .sh"
jakks_fullname="JAKKS Pacific TV Games"

konamih_exts=".7z .cue .fba .iso .zip .cdi .chd .gdi .sh"
konamih_fullname="Konami Handheld"

all_in1_exts=".7z .cue .fba .iso .zip .cdi .chd .gdi .sh"
all_in1_fullname="All in One Handheld and Plug and Play"

classich_exts=".mgw .7z"
classich_fullname="Classic Handheld Systems"

gameandwatch_exts=".mgw .7z"
gameandwatch_fullname="Game and Watch"

</code></pre>
<p dir="auto">9 - Add the following lines in <strong>systems.cfg</strong><br />
<strong>/opt/retropie/configs/all/emulationstation</strong><br />
don't forget to add .7z and .zip to gameandwatch</p>
<pre><code>             &lt;system&gt;
    &lt;name&gt;jakks&lt;/name&gt;
    &lt;fullname&gt;JAKKS Pacific TV Games&lt;/fullname&gt;
    &lt;path&gt;/home/pi/RetroPie/roms/jakks&lt;/path&gt;
    &lt;extension&gt;.7z .zip&lt;/extension&gt;
    &lt;command&gt;/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ jakks %ROM%&lt;/command&gt;
    &lt;platform&gt;jakks&lt;/platform&gt;
    &lt;theme&gt;jakks&lt;/theme&gt;
  &lt;/system&gt;
      &lt;system&gt;
    &lt;name&gt;gameandwatch&lt;/name&gt;
    &lt;fullname&gt;Game and Watch&lt;/fullname&gt;
    &lt;path&gt;/home/pi/RetroPie/roms/gameandwatch&lt;/path&gt;
    &lt;extension&gt;.mgw .MGW .7z .zip&lt;/extension&gt;
    &lt;command&gt;/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ gameandwatch %ROM%&lt;/command&gt;
    &lt;platform&gt;gameandwatch&lt;/platform&gt;
    &lt;theme&gt;gameandwatch&lt;/theme&gt;
  &lt;/system&gt;
        &lt;system&gt;
    &lt;name&gt;classich&lt;/name&gt;
    &lt;fullname&gt;Classic Handheld Systems&lt;/fullname&gt;
    &lt;path&gt;/home/pi/RetroPie/roms/classich&lt;/path&gt;
    &lt;extension&gt;.mgw .MGW .7z .zip&lt;/extension&gt;
    &lt;command&gt;/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ classich %ROM%&lt;/command&gt;
    &lt;platform&gt;classich&lt;/platform&gt;
    &lt;theme&gt;classich&lt;/theme&gt;
  &lt;/system&gt;
       &lt;system&gt;
    &lt;name&gt;konamih&lt;/name&gt;
    &lt;fullname&gt;Konami Handheld&lt;/fullname&gt;
    &lt;path&gt;/home/pi/RetroPie/roms/konamih&lt;/path&gt;
    &lt;extension&gt;.fba .zip .FBA .ZIP .cue .CUE .7z&lt;/extension&gt;
    &lt;command&gt;/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ konamih %ROM%&lt;/command&gt;
    &lt;platform&gt;konamih&lt;/platform&gt;
    &lt;theme&gt;konamih&lt;/theme&gt;
  &lt;/system&gt;
     &lt;system&gt;
    &lt;name&gt;tigerh&lt;/name&gt;
    &lt;fullname&gt;Tiger Handheld Electronics&lt;/fullname&gt;
    &lt;path&gt;/home/pi/RetroPie/roms/tigerh&lt;/path&gt;
    &lt;extension&gt;.fba .zip .FBA .ZIP .cue .CUE .7z&lt;/extension&gt;
    &lt;command&gt;/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ tigerh %ROM%&lt;/command&gt;
    &lt;platform&gt;tigerh&lt;/platform&gt;
    &lt;theme&gt;tigerh&lt;/theme&gt;
  &lt;/system&gt;
       &lt;system&gt;
    &lt;name&gt;tigerrz&lt;/name&gt;
    &lt;fullname&gt;Tiger R-Zone&lt;/fullname&gt;
    &lt;path&gt;/home/pi/RetroPie/roms/tigerrz&lt;/path&gt;
    &lt;extension&gt;.fba .zip .FBA .ZIP .cue .CUE .7z&lt;/extension&gt;
    &lt;command&gt;/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ tigerrz %ROM%&lt;/command&gt;
    &lt;platform&gt;tigerrz&lt;/platform&gt;
    &lt;theme&gt;tigerrz&lt;/theme&gt;
  &lt;/system&gt;
        &lt;system&gt;
    &lt;name&gt;all_in1&lt;/name&gt;
    &lt;fullname&gt;All in One Handheld and Plug and Play&lt;/fullname&gt;
    &lt;path&gt;/home/pi/RetroPie/roms/all_in1&lt;/path&gt;
    &lt;extension&gt;.7z .cue .fba .iso .zip .cdi .chd .gdi .sh&lt;/extension&gt;
    &lt;command&gt;/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ all_in1 %ROM%&lt;/command&gt;
    &lt;platform&gt;all_in1&lt;/platform&gt;
    &lt;theme&gt;all_in1&lt;/theme&gt;
  &lt;/system&gt;

</code></pre>
<p dir="auto">10- The way I configured the controllers avoids using the keyboard. You just have to use it on the first start.</p>
<p dir="auto"><strong>Now we load a game</strong></p>
<ul>
<li>
<p dir="auto">Connect your keyboard and press TAB</p>
</li>
<li>
<p dir="auto">You'll see this :<br />
<img src="/forum/assets/uploads/files/1605036466179-1.jpg" alt="1.jpg" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">Go in (input general)  and  User interface and  set the following keys. It will set your controller for MAME menu.<br />
<img src="/forum/assets/uploads/files/1605036895592-2.jpg" alt="2.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1605040185988-pr%C3%A9sentation1.png" alt="Présentation1.png" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1605036932949-3.jpg" alt="3.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1605039941712-7.jpg" alt="7.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1605037110748-4.jpg" alt="4.jpg" class=" img-fluid img-markdown" /><br />
Now you can go in the menu, do your game setup and exit without keyboard. This is the only time you will have to configure the main menu options.</p>
</li>
</ul>
<p dir="auto">11- Go back in the main menu. Set your controller for your game (go in input this machine)<br />
<img src="/forum/assets/uploads/files/1605036466179-1.jpg" alt="1.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1605037121858-5.jpg" alt="5.jpg" class=" img-fluid img-markdown" /><br />
You will have to set It once per game because all games have different button configurations.</p>
<p dir="auto">12 - <strong>IMPORTANT (for LCD systems and more )</strong> : By default, they run at 33 FPS. <strong>Frameskip must be set at : Auto</strong> (set it with F8 and F9). Those games didn't have a big number of images per second on there original format, so frameskip = Auto doesn't affect the playability and recreate <strong>the real gaming experience</strong>.     (Right analogue down  and left thumb) It's also good for the other systems like Jakks and All in One. <strong>NEW EDIT</strong> : Now,  AutoFrameskip is set by default, use <strong>mame-autoframeskip</strong> emulator/system for that.</p>
<p dir="auto">Frameskip = auto (help sometime with sound issues)</p>
<p dir="auto">13 - To exit the emulator or go back in the menu, press Right Thumb = escape (cancel) button</p>
<p dir="auto">14 - Scrape systems. Not supported by sites like Screen Scraper or others at this time. See  <a href="https://drive.google.com/drive/folders/1bfuYF7Ij_dhNc9b8bVCS6I22XiEmP7rv?usp=sharing" target="_blank" rel="noopener noreferrer nofollow ugc">https://drive.google.com/drive/folders/1bfuYF7Ij_dhNc9b8bVCS6I22XiEmP7rv?usp=sharing</a>  for pre-compiled <strong>gamelists/downloaded_images</strong> or See site like <a href="https://emumovies.com/files/category/1103-handheld-media/" target="_blank" rel="noopener noreferrer nofollow ugc">EmuMovie (right menu - subcategories)</a> for now and do It manually . <strong>NEW EDIT</strong>: You can use <a href="https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-lr-mame-and-mame-standalone">Development of module-script generator for lr-mess, lr-mame and mame standalone</a> to do that (<em><strong>Highly recommended</strong></em>)</p>
<p dir="auto"><strong>Tip:</strong> For Tiger games, they don't have the Screen Focus option. To have a full screen with background, go in video option and change <strong>View     Full</strong> by <strong>View         Cropped</strong></p>
<p dir="auto">15 - You are All set (for the list of games, see post #2 of this thread)</p>
<p dir="auto">you can also read<br />
<a href="https://retropie.org.uk/forum/topic/28182/lr-mame-20xy-and-handheld-games/16?_=1605029025333">https://retropie.org.uk/forum/topic/28182/lr-mame-20xy-and-handheld-games/16?_=1605029025333</a></p>
<hr />
<p dir="auto">HERE'S  A THEME COVERING THOSE NEW SYSTEMS <a href="https://github.com/DTEAM-1/cygnus-blue-flames" target="_blank" rel="noopener noreferrer nofollow ugc">Cygnus - Blue flames</a><br />
<img src="https://raw.githubusercontent.com/FollyMaddy/media/main/animated_gif/themes/cygnus-blue-flames.gif" alt="cygnus_blue_flames" class=" img-fluid img-markdown" /></p>
<hr />
<p dir="auto"><img src="/forum/assets/uploads/files/1604543792117-1.jpg" alt="1.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1604543790562-2.jpg" alt="2.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1604544225887-4.jpg" alt="4.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1604544232600-5.jpg" alt="5.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1604783860923-6.jpg" alt="6.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1603210356055-bos.jpg" alt="bos.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1603204370950-ddkong.jpg" alt="DDKONG.jpg" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1603210361402-bf.jpg" alt="bf.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Hope this will be useful</p>
]]></description><link>https://retropie.org.uk/forum/topic/28462/tutorial-handheld-and-plug-play-systems-with-mame</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 18:43:21 GMT</lastBuildDate><atom:link href="https://retropie.org.uk/forum/topic/28462.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Nov 2020 19:56:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Thu, 06 Aug 2026 20:35:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: folly">@<bdi>folly</bdi></a>,</p>
<p dir="auto">I've temporarily put my efforts on the project on hold to focus on Borked3DS. Borked3ds with Vulkan will might not be perfect, but I'll leave all the probes in the code in case anyone wants to continue. I still have one graphics bug to fix, potentially one last speed improvement, and I'll package everything to have a simplified command line for <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/gvx64" aria-label="Profile: gvx64">@<bdi>gvx64</bdi></a>'s official repo project. My version is based on the latest Trixie backport. I'll share my optimal settings later. I should be back to contributing to this thread in about a month. Also, I've installed the latest standalone version of DuckStation running on Vulkan, and it works great on a Pi 5. I'll share the script later.</p>
]]></description><link>https://retropie.org.uk/forum/post/307431</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/307431</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Thu, 06 Aug 2026 20:35:02 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Thu, 06 Aug 2026 17:38:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">I made a list for potential new all_in1 drivers with this command :</p>
<pre><code>cat /opt/retropie/emulators/mame/mame0289_systems_sorted_info|awk '!/all_in1/ &amp;&amp; !/jakks/ &amp;&amp; !/bootlegs/ &amp;&amp; /good/'|awk '/lxc/ &amp;&amp; /non-/ || /non-/ &amp;&amp; /in 1)/ || /non-/ &amp;&amp; /in-1)/ || /non-/ &amp;&amp; /in1/ || /non-/ &amp;&amp; /in 1 / || /non-/ &amp;&amp; /in-1 / || /zonefusn/ || /rtvgc300/'|cut -d " " -f2
</code></pre>
<p dir="auto">It's a lot.<br />
Are you able to check them ?<br />
There is no hurry ;-)</p>
<p dir="auto">110dance<br />
36pcase<br />
arcade3d<br />
cdlyoko<br />
dgun851<br />
dgun853<br />
dturbogt<br />
exsprt48<br />
f3in1<br />
gamekid<br />
gcs2mgp<br />
itvg48<br />
jl1810gr<br />
jl2050<br />
jl2377<br />
lexi30<br />
lx_jg7410<br />
lxccatv<br />
lxccminn<br />
lxccplan<br />
lxcmc250<br />
lxcmcy<br />
lxcmcyba<br />
lxcmcybt<br />
lxcmcyco<br />
lxcmcycr<br />
lxcmcydp<br />
lxcmcydpn<br />
lxcmcyfd<br />
lxcmcyfz<br />
lxcmcyfza<br />
lxcmcyfzb<br />
lxcmcyls<br />
lxcmcypj<br />
lxcmcypp<br />
lxcmcypp75<br />
lxcmcyppa<br />
lxcmcyspn<br />
lxcmcysw<br />
lxplasma<br />
max10in1<br />
maxx5in1<br />
maxx6in1<br />
mc_9x6sa<br />
mc_dcat8a<br />
miwi2_16<br />
msinamco<br />
pokermor<br />
polmega<br />
rcapnp<br />
rtvgc300<br />
rtvgc300cr<br />
rtvgc300fz<br />
rtvgc300pj<br />
sealvt<br />
senario25<br />
silv35<br />
silvlt50<br />
solargm<br />
sudo6in1<br />
t3in1sa<br />
t7in1ss<br />
timetp25<br />
timetp7<br />
tvsprt10<br />
v4in1eg<br />
ventur25<br />
vgcap35<br />
vjtv2500<br />
vjtv2501<br />
vsmax25v<br />
vsmaxtx2<br />
vsmaxx17<br />
vsmaxx77<br />
vsmaxxvd<br />
vt25in1<br />
vt50in1<br />
wldsoctv<br />
wol260<br />
xing48<br />
zone7in1p<br />
zonefusn</p>
]]></description><link>https://retropie.org.uk/forum/post/307428</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/307428</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Thu, 06 Aug 2026 17:38:44 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 02 Dec 2025 15:21:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">Systems from MAME 0.283  have been added to the <a href="https://drive.google.com/drive/u/1/folders/1-74gaUnnVA1anVhtIo0zBDN0NeR3C_zD" target="_blank" rel="noopener noreferrer nofollow ugc">"all_in1"</a> gamelist.xml file (description, video, logo, system picture, year..) and to the <a href="https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-lr-mame-and-mame-standalone">MAME module-script generator:</a></p>
<p dir="auto"><img src="/forum/assets/uploads/files/1764688869974-410ced93-305b-4ab6-b1ec-e087f067885e-image.png" alt="410ced93-305b-4ab6-b1ec-e087f067885e-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://retropie.org.uk/forum/post/305557</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305557</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Tue, 02 Dec 2025 15:21:40 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Mon, 17 Nov 2025 19:34:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">I discovered the program <a href="https://docs.astral.sh/uv/getting-started/installation/" target="_blank" rel="noopener noreferrer nofollow ugc">UV</a> which makes it easier getting python scripts running on older python versions and also quicker when python modules need to be installed for a script.<br />
If I run <a href="http://gdrivedl.py" target="_blank" rel="noopener noreferrer nofollow ugc">gdrivedl.py</a> with python3.11 the errors, we talked about in this topic, dissapear.<br />
I can run retroscraper-remote again in Trixie exept no images are downloaded.<br />
Added an <a href="https://github.com/zayamatias/retroscraper-remote/issues/2" target="_blank" rel="noopener noreferrer nofollow ugc">issue</a> on github for that.</p>
<p dir="auto">Conclusion is that most programs are behind with updates for newer versions that is why we see these issues.</p>
<p dir="auto">I am testing UV in the script as we speak.<br />
I will probably add it if there are no issues.</p>
]]></description><link>https://retropie.org.uk/forum/post/305467</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305467</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Mon, 17 Nov 2025 19:34:48 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Thu, 02 Oct 2025 18:24:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">The error at the end is gone.<br />
The errors at the beginning are sadly still there.<br />
I think we should leave it to rest for a while.<br />
When the time comes we can have a second look.</p>
]]></description><link>https://retropie.org.uk/forum/post/305043</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305043</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Thu, 02 Oct 2025 18:24:50 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Thu, 02 Oct 2025 00:04:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a><br />
I re-uploaded it</p>
]]></description><link>https://retropie.org.uk/forum/post/305038</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305038</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Thu, 02 Oct 2025 00:04:22 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Wed, 01 Oct 2025 20:01:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">I updated the 7z file again as I did not <code>touch</code> the gamelist.xml and the folders.<br />
I had the error message at the beginning and the end.<br />
Can you do it ones again ?<br />
Hope it will work otherwise I do not know what to do next.</p>
<p dir="auto">I will check it tomorrow again.</p>
]]></description><link>https://retropie.org.uk/forum/post/305037</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305037</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Wed, 01 Oct 2025 20:01:18 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Wed, 01 Oct 2025 19:13:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">Done with your update, you can try it again</p>
]]></description><link>https://retropie.org.uk/forum/post/305035</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305035</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Wed, 01 Oct 2025 19:13:17 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Wed, 01 Oct 2025 18:59:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">I checked and the error now goes up to the file ablpinb.png, very strange.<br />
arcade10.mp4 seems to be ok now.</p>
<p dir="auto">Might be that all files above arcade10.mp4 need to be addressed to get rid of the error message.</p>
<p dir="auto">I read that if you use the touch command, on the file, that it will update the date and time.<br />
I used this command for updating all files ;</p>
<pre><code>for f in *;do touch $f;done
</code></pre>
<p dir="auto">I placed a compressed file here (will delete it later again):<br />
<a href="https://drive.google.com/drive/folders/1s3Yw1tR-vcIsHJDy882MAVUX9Ny_d229?usp=sharing" target="_blank" rel="noopener noreferrer nofollow ugc">https://drive.google.com/drive/folders/1s3Yw1tR-vcIsHJDy882MAVUX9Ny_d229?usp=sharing</a></p>
<p dir="auto">Can you update the all_in1 folder with my patched files ?</p>
]]></description><link>https://retropie.org.uk/forum/post/305032</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305032</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Wed, 01 Oct 2025 18:59:21 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 30 Sep 2025 19:46:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a><br />
You can test it again. For some reason, that file was not replaced</p>
]]></description><link>https://retropie.org.uk/forum/post/305022</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305022</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Tue, 30 Sep 2025 19:46:35 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 30 Sep 2025 19:33:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">Yes I remember.<br />
Though it seems you fixed it for the other files, makes me wonder ...</p>
<p dir="auto">I looked at the date and time of the file and noticed when I copy the file to somewhere else something changes in the date and time,<br />
You might want to try and copy the file to another location and then add that file to the gdrive, for instance.</p>
<p dir="auto">I will try tomorrow evening again, perhaps that will also make a difference, I remember that we have had some issues with that also before.</p>
]]></description><link>https://retropie.org.uk/forum/post/305021</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305021</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Tue, 30 Sep 2025 19:33:55 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 30 Sep 2025 19:23:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">It's a problem with Google Drive when you do the download and not the file itself. I'll try delete it again and copy it again. Do you remember the bug with Google Drive, To replace a file, we must delete it and upload it and not just overwrite it. Probably it's something like that. It's not the first time you have problems with the date time</p>
]]></description><link>https://retropie.org.uk/forum/post/305020</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305020</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Tue, 30 Sep 2025 19:23:26 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 30 Sep 2025 19:17:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">I tried again (updating all) and still have this one error message :</p>
<pre><code>INFO: /home/pi/RetroPie/roms/all_in1/media/emulationstation/arcade10.mp4 [Exists]
&lt;stdin&gt;:238: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
&lt;stdin&gt;:239: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input &amp; format.
See https://github.com/python/cpython/issues/70647.
INFO: /home/pi/RetroPie/roms/all_in1/media/emulationstation/arcade10.png [Exists]
```.</code></pre>
]]></description><link>https://retropie.org.uk/forum/post/305019</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305019</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Tue, 30 Sep 2025 19:17:58 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 30 Sep 2025 16:48:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">I deleted all the files and uploaded them again. Can you try it again please.</p>
]]></description><link>https://retropie.org.uk/forum/post/305017</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305017</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Tue, 30 Sep 2025 16:48:29 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 30 Sep 2025 13:52:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">For both files it seems to be fixed, however I now get the error on arcade10.mp4.<br />
Might be that that one also has bad datetime tags.</p>
]]></description><link>https://retropie.org.uk/forum/post/305016</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305016</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Tue, 30 Sep 2025 13:52:46 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Mon, 29 Sep 2025 21:58:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">Can you please try again. I replaced both files and the gamelist.</p>
]]></description><link>https://retropie.org.uk/forum/post/305014</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305014</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Mon, 29 Sep 2025 21:58:24 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Mon, 29 Sep 2025 18:31:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">When downloading the gamelists I noticed 2 error messages.</p>
<pre><code>INFO: /home/pi/RetroPie/roms/all_in1/media/emulationstation/arcade10.png [Exists]
&lt;stdin&gt;:238: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
&lt;stdin&gt;:239: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input &amp; format.
See https://github.com/python/cpython/issues/70647.

INFO: /home/pi/RetroPie/roms/all_in1/media/emulationstation/techni4.png [Exists]
&lt;stdin&gt;:233: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
</code></pre>
<p dir="auto">Can you have a look at those 2 files ?<br />
Perhaps you can just open them and save them again to get good datetime tags in the file.</p>
]]></description><link>https://retropie.org.uk/forum/post/305013</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305013</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Mon, 29 Sep 2025 18:31:04 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Mon, 29 Sep 2025 14:23:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">Systems from MAME 0.281  have been added to the <a href="https://drive.google.com/drive/u/1/folders/1-74gaUnnVA1anVhtIo0zBDN0NeR3C_zD" target="_blank" rel="noopener noreferrer nofollow ugc">"all_in1"</a> gamelist.xml file (description, video, logo, system picture, year..) and to the <a href="https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-lr-mame-and-mame-standalone">MAME module-script generator:</a></p>
<p dir="auto"><img src="/forum/assets/uploads/files/1759155772717-5d8e8c75-1fba-49c9-8419-d35cf3eff90a-image.png" alt="5d8e8c75-1fba-49c9-8419-d35cf3eff90a-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://retropie.org.uk/forum/post/305011</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/305011</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Mon, 29 Sep 2025 14:23:03 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Mon, 22 Sep 2025 00:49:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a></p>
<p dir="auto">Systems from MAME 0.280  have been added to the <a href="https://drive.google.com/drive/u/1/folders/1-74gaUnnVA1anVhtIo0zBDN0NeR3C_zD" target="_blank" rel="noopener noreferrer nofollow ugc">"all_in1"</a> gamelist.xml file (description, video, logo, system picture, year..) and to the <a href="https://retropie.org.uk/forum/topic/29682/development-of-module-script-generator-for-lr-mess-lr-mame-and-mame-standalone">MAME module-script generator:</a></p>
<p dir="auto"><img src="https://retropie.org.uk/forum/assets/uploads/files/1757444242728-19a280a3-49ce-4ada-916d-edd807c9d525-image.png" alt="text alternatif" class=" img-fluid img-markdown" /></p>
]]></description><link>https://retropie.org.uk/forum/post/304987</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/304987</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Mon, 22 Sep 2025 00:49:19 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 09 Sep 2025 19:50:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a> said in <a href="/forum/post/304949">Tutorial: Handheld and Plug &amp; Play systems with MAME</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a> said in <a href="/forum/post/304887">Tutorial: Handheld and Plug &amp; Play systems with MAME</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">For 280 my awk script detected fxmcr165a for classich.<br />
Can you check what needs to be added for all_in1 ?</p>
</blockquote>
<p dir="auto">It's a microcomputer trainer from 1981.</p>
<p dir="auto"><a href="http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165" target="_blank" rel="noopener noreferrer nofollow ugc">http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165</a></p>
<p dir="auto"><a href="http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165a&amp;arcade_only=0&amp;autosearch=1" target="_blank" rel="noopener noreferrer nofollow ugc">http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165a&amp;arcade_only=0&amp;autosearch=1</a></p>
</blockquote>
<p dir="auto">Aha nice.</p>
]]></description><link>https://retropie.org.uk/forum/post/304951</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/304951</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Tue, 09 Sep 2025 19:50:03 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Tue, 09 Sep 2025 19:05:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a> said in <a href="/forum/post/304887">Tutorial: Handheld and Plug &amp; Play systems with MAME</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">For 280 my awk script detected fxmcr165a for classich.<br />
Can you check what needs to be added for all_in1 ?</p>
</blockquote>
<p dir="auto">It's a microcomputer trainer from 1981.</p>
<p dir="auto"><a href="http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165" target="_blank" rel="noopener noreferrer nofollow ugc">http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165</a></p>
<p dir="auto"><a href="http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165a&amp;arcade_only=0&amp;autosearch=1" target="_blank" rel="noopener noreferrer nofollow ugc">http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=fxmcr165a&amp;arcade_only=0&amp;autosearch=1</a></p>
]]></description><link>https://retropie.org.uk/forum/post/304949</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/304949</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Tue, 09 Sep 2025 19:05:23 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Sun, 31 Aug 2025 13:28:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">For 280 my awk script detected fxmcr165a for classich.<br />
Can you check what needs to be added for all_in1 ?</p>
]]></description><link>https://retropie.org.uk/forum/post/304887</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/304887</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Sun, 31 Aug 2025 13:28:45 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Thu, 21 Aug 2025 00:57:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/folly" aria-label="Profile: Folly">@<bdi>Folly</bdi></a> said in <a href="/forum/post/304835">Tutorial: Handheld and Plug &amp; Play systems with MAME</a>:</p>
<blockquote>
<p dir="auto">Having a ball with paintball ;-)</p>
</blockquote>
<p dir="auto">😆</p>
]]></description><link>https://retropie.org.uk/forum/post/304838</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/304838</guid><dc:creator><![CDATA[DTEAM]]></dc:creator><pubDate>Thu, 21 Aug 2025 00:57:25 GMT</pubDate></item><item><title><![CDATA[Reply to Tutorial: Handheld and Plug &amp; Play systems with MAME on Wed, 20 Aug 2025 15:21:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dteam" aria-label="Profile: DTEAM">@<bdi>DTEAM</bdi></a></p>
<p dir="auto">Nice adds !<br />
Having a ball with paintball ;-)</p>
]]></description><link>https://retropie.org.uk/forum/post/304835</link><guid isPermaLink="true">https://retropie.org.uk/forum/post/304835</guid><dc:creator><![CDATA[Folly]]></dc:creator><pubDate>Wed, 20 Aug 2025 15:21:43 GMT</pubDate></item></channel></rss>