Dusting Mustang :I'm going to check the page as soon as possible. Thanks.
Buddabing:1) If you remove entries from it, it will not display those in the list, regardless of if the rom is in there or not? So you can remove puckman?
The FullList is just used as dictionnary to translate ROMNAME to Title name.
If the "translation" for your romname is not found in the fulllist , the romname will be displayed instead of the title.
If you want remove puckman :
- if your configuration use a GAMELIST you have just to remove it from the GAMELIST (no need to remove it from the FullList.txt) ,
- if your cofiguration simply browser a folder and doesn't use GAMELIST , you have to remove (or rename the rom extension) the rom from the folder.
2) How is fulllist.txt updated?
The fulllist txt file in case of mame can be simply generated like that :
mame.exe -listfull > fulllist.txt
Usually, i update the fulllist.txt provided with Atomic at each version of Atomic with the current version of MAME.
You can edit the Fulllist.txt directly using the notepad if you want add a game or modify the title.
the FullList.txt doesn't work only for MAME , you can use it with all emulator if you need to translate a romname to a title name. you can use it to translate video or music name in to a title if you use Jukebox feature too.
the syntax of a row if very simple :
romname(without extension) "title to display"
Sample of fulllist.Txt
puckman "PuckMan (Japan set 1, Probably Bootleg)"
puckmana "PuckMan (Japan set 2)"
puckmanf "PuckMan (Japan set 1 with speedup hack)"
puckmanh "Puckman (Falcom?)"
pacman "Pac-Man (Midway)"
pacmanf "Pac-Man (Midway, with speedup hack)"
puckmod "PuckMan (Japan set 3)"
pacmod "Pac-Man (Midway, harder)"
newpuc2 "Newpuc2"
newpuc2b "Newpuc2 (set 2)"
3) If you change the descriptions, for example changing "Roboton (Green Label)" to just "Robotron", it will display that way in the game list?
Exactly.