Development of module-script generator for lr-mess, lr-mame and mame standalone
-
@Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
moving back to my Debian 11 VM.
Sounds like a good idea (though I never used pure debain so far), i also encountered some trouble whence using shared folders now: seem to be working right after enabling 'em, but not anymore after a reboot/restart (need to be deactivated, all FS traces removed from the guest (media target folders) and then can be enabled again). Guess the OpenVMware-Tools need some overhaul in regards to nowadays Ubuntu. But for me setting up a new vm has has to wait 'till next week, as i am currently abroad.
-
We can make threads of both in general discussion and discuss installation and issues we face.
Let's see next week or so. -
Any news ?
-
It doesn't work with No-Intro Roms, i'll try with MAME roms
I got the good BIOS -
@DTEAM said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
It doesn't work with No-Intro Roms,
Looks like No-intro roms (
nointro-merged
) are just regular pce files and no cd-rom files. -
It works with:
mame-system-pcecd-cdrm-autoframeskip = "/opt/retropie/emulators/mame/mame -v -c -autoframeskip -ui_active pce scdsys -cdrm %ROM%"
I added scdsys in my command line. It was my error.
-
@DTEAM said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
pcecd
Should not be in there.
You use the latest mame, right ? -
The speed is very good on a PI4 but without autoframeskip.
I recommend:mame-system-pcecd-cdrm = "/opt/retropie/emulators/mame/mame -v -c -ui_active pce cdsys -cdrm %ROM%"
-
@DTEAM said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
The speed is very good on a PI4 but without autoframeskip.
I recommend:mame-system-pcecd-cdrm = "/opt/retropie/emulators/mame/mame -v -c -ui_active pce cdsys -cdrm %ROM%"
Is the speed better with that bios ?
Btw. I can add that line too if needed, What do you think ?
-
@Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
@DTEAM said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
pcecd
Should not be in there.
You use the latest mame, right ?My bad for pcecd, I did a cut and paste from my previous post , but it's not in my real command line. I modified my post.
-
Another mistake ... Oh my god!
No it's scdsysSorry. So ... the good line is:
mame-system-pcecd-cdrm = "/opt/retropie/emulators/mame/mame -v -c -ui_active pce scdsys -cdrm %ROM%"
NEW EDIT: It works with all .chd files, regardless of the name used
-
Haha, Some days are just .....
I have them too you know ;-) -
We should try the same thing with NEOGEO CD
-
I will have a look tomorrow.
-
There are separate drivers for them :
Driver neocd (Neo-Geo CD (NTSC?)): @game_console@home_videogame@non-arcade
Driver neocdz (Neo-Geo CDZ (US)): @game_console@good@home_videogame@non-arcade
Driver neocdzj (Neo-Geo CDZ (Japan)): @game_console@good@home_videogame@non-arcadeSeems we should try
neocdz
andneocdzj
as they marked as good. -
Got the first file already running:
Sonic Wings 3 ~ Aero Fighters 3 (Japan) (En,Ja).chd (chd_neogeocd
romset)
You need neocdz.zip and perhaps neogeo.zipneocdz is not yet detected as a retropie system name so it will just install as neocdz.
Perhaps I have to add some kind of recognition so it's recognised as, for example, neocd. -
I had a look at our cygnus-blue-flames theme and found the next directories :
-> pce-cd
-> neogeo-cdI will change the script so :
- "pcecd"(not a real driver) will install as pce-cd
neocd
,neocdz
andneocdj
will install as neogeo-cd
Done, all updated to 253.10
-
Nice!, I'll try your script today . Is It in the Extra section?
The last "CD add on" to try could be Megadrive/Genesis CD -
pce-cd is in the extra.
neocd,neocdz and neocdzj are just regular system drivers, so they are in the default. -
I want to make these changes in 253.11 for matching next system drivers with better names :
Detect as
sega32
(cartridge only):
Driver 32x (Genesis with 32X (USA, NTSC)): @game_console@home_videogame@lightgun@non-arcade
Driver 32xe (Mega Drive with 32X (Europe, PAL)): @game_console@home_videogame@lightgun@non-arcade
Driver 32xj (Mega Drive with 32X (Japan, NTSC)): @game_console@home_videogame@lightgun@non-arcadeDetect as
sega32-cd
(cdrom and cartridge):
Driver 32x_mcd (Mega-CD with 32X (Europe, PAL)): @game_console@home_videogame@lightgun@non-arcade
Driver 32x_mcdj (Mega-CD with 32X (Japan, NTSC)): @game_console@home_videogame@lightgun@non-arcade
Driver 32x_scd (Sega CD with 32X (USA, NTSC)): @game_console@home_videogame@lightgun@non-arcade
(sega32-cd isn't in the cygnus-blue-flames theme yet !)Detect as
segacd
(cdrom and cartridge):
Driver megacd (Mega-CD (Europe, PAL)): @game_console@home_videogame@lightgun@non-arcade
Driver megacd2 (Mega-CD 2 (Europe, PAL)): @game_console@home_videogame@lightgun@non-arcade
Driver megacd2j (Mega-CD 2 (Japan, NTSC)): @game_console@home_videogame@lightgun@non-arcade
Driver megacda (Mega-CD (Asia, PAL)): @game_console@home_videogame@lightgun@non-arcade
Driver megacdj (Mega-CD (Japan, NTSC)): @game_console@home_videogame@lightgun@non-arcadeYou see that all drivers have no @good tag so they can have issues.
I have testedmegacd2
ok with 1 game.Are you comfortable with detecting them as these RetroPie names ?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.