Sega Naomi with BeetleDC
-
@ReadyPlayaWon
Thanks
I don't like the ParseGamelistsOnly option because It hide the "unsrcaped" games
I'll try to figure out something like I did for Daphne emulatorI already set separated systems for Atomiswave and Naomi . I did the same thing than you .
It works.
-
@DTEAM said in Sega Naomi with BeetleDC:
I don't like the ParseGamelistsOnly option because It hide the "unsrcaped" games
i have scraped every single game on my system (all have metadata, images and videos) ... so it's not an issue for me. Oh well, i don't know of any other way, sorry.
-
My problems are with Lr-Mess systems like Gamate , FM Town Marty, etc. It's not a walk in the park to scrape them . I edited my gamelist manually with pictures from the net, my own videos, emumovie packages, hyperspin datas , etc.
-
This post is deleted! -
I fixed It! My problems was my extension list in platforms.cfg and es_systems.cfg files. I had written .chd, so that's why I saw the folders. Now I use:
Platforms.cfg
naomi_exts=".7z .zip" naomi_fullname="Sega Naomi"
es_systems.cfg
<system> <name> naomi </name> <fullname> Sega Naomi </fullname> <path> / home / pi / RetroPie / roms / naomi </path> <extension> .7z .zip </extension> <command> /opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ naomi% ROM% </command> <platform> naomi </platform> <theme> naomi </theme> </system>
and evrerythings work perfecly.....
By the way, Sega Naomi with Atomiswave are one of the coolest thing on Retropie!! It's absolutely amazing. I just can't believe I never installed It before today. Shame on me!
-
Good link to know:
(Naomi) Compatibility list
https://github.com/libretro/flycast/issues/136 -
And the cool thing, there is a number of them that got a release on the Dreamcast (little brother to Naomi) as well ... a few games i had issues with, the Dreamcast version plays great with Redream .. or lr-flycast if there's any probs,
Thanks for the es_system.cfg advice .. works a treat :)
-
Hey out of curiosity, is there a specific mame romset that has the correct Naomi ROMs?
-
@retropieuser555 said in Sega Naomi with BeetleDC:
Hey out of curiosity, is there a specific mame romset that has the correct Naomi ROMs?
Latest.
-
MAME 0.154 or more recent (for Bios)
Roms : Latest
see:
https://docs.libretro.com/library/flycast/
and (french)
https://recalbox.gitbook.io/documentation/v/francais/emulateurs/arcade/naomi/libretro-flycastto know if GD-Rom (.chd file + .zip file ) or Cartridge (.7z or .zip only)
https://wiki.arcadeotaku.com/w/Sega_NAOMI#Game_List(Naomi) Compatibility list
https://github.com/libretro/flycast/issues/136
To complete the machine setup with the infos above
emulators.cfg
lr-flycast = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-flycast/flycast_libretro.so </dev/null --config /opt/retropie/configs/naomi/retroarch.cfg %ROM%" default = "lr-flycast"
retroarch.cfg
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line input_remapping_directory = "/opt/retropie/configs/naomi/" #include "/opt/retropie/configs/all/retroarch.cfg"
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.