Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: maikolik on June 09, 2014, 08:37:15 AM

Title: Romlist Fusion
Post by: maikolik on June 09, 2014, 08:37:15 AM
Hi, great job are you make with this front end, mi question is if a posibility of make a option to fusion listroms, example:

SNES, MAME, NES listroms are for separated

the idea is create a master list with all games of diferent systems in alfabetical order

pd: sorry for my english, i from chile

congratulations for your work



Title: Re: Romlist Fusion
Post by: Luke_Nukem on June 09, 2014, 03:25:42 PM
Your english is ten times better than the dropkicks I see on FaceBook.

If you were to use something like
Code: [Select]
attract --import-romlist mame.lst --import-romlist nintendo.lst fusionwill combine the entries from the mame.lst and nintendo.lst files (located in the current directory) into a single Attract-Mode romlist, called fusion. The "mame" emulator will be used for the mame.lst games, while the "nestopia" emulator will be used for the nintendo.lst games.

The above is taken from here https://github.com/mickelson/attract (https://github.com/mickelson/attract)
Title: Re: Romlist Fusion
Post by: maikolik on August 13, 2014, 02:22:00 PM
Your english is ten times better than the dropkicks I see on FaceBook.

If you were to use something like
Code: [Select]
attract --import-romlist mame.lst --import-romlist nintendo.lst fusionwill combine the entries from the mame.lst and nintendo.lst files (located in the current directory) into a single Attract-Mode romlist, called fusion. The "mame" emulator will be used for the mame.lst games, while the "nestopia" emulator will be used for the nintendo.lst games.

The above is taken from here https://github.com/mickelson/attract (https://github.com/mickelson/attract)

i will try this and comment later, thanks.