Author Topic: Romlist Fusion  (Read 5233 times)

maikolik

  • Newbie
  • *
  • Posts: 5
    • View Profile
Romlist Fusion
« 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




Luke_Nukem

  • Sr. Member
  • ****
  • Posts: 135
    • View Profile
    • Blogging about Rust lang
Re: Romlist Fusion
« Reply #1 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

maikolik

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Romlist Fusion
« Reply #2 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

i will try this and comment later, thanks.