The NEW Build Your Own Arcade Controls

Main => File Repository => Topic started by: OldSchoolGames on April 29, 2020, 08:57:54 am

Title: Missing rlmacros.txt in Romlister
Post by: OldSchoolGames on April 29, 2020, 08:57:54 am
Hello,

I recently downloaded and start working with romlister to sort through MAME roms. When I click the option to sort by region a pop up message appears saying I need rlmacros.txt. The only file I got when I downloaded from waste.org was the exe file (build 033). I also downloaded the source files link but didn't see it in there either. The site mentions the program is no longer maintained but that testing was done by users at this site. I'm wondering if someone here might be able to provide a link to download the file or an alternate version containing it.

Thank You
Title: Re: Missing rlmacros.txt in Romlister
Post by: PL1 on April 29, 2020, 11:28:26 am
Well, I was able to find an image of it and I typed it back out, so if you need it,here you go:

Code: [Select]
; this is a comment
@ASIA = ( '(Europe / USA / Japan / Asia)' | '(Asia ' | '(Euro/Asia ' | '(Asia, ' | '(Europe/Asia ' | 'Asia)' | '(Asia/Europe' | '(International/Japan)' | '(World)' )
@USA = ( ' USA ' | '(USA ' | '(USA, ' | 'USA (Japan)' | 'USA, (Japan, ' | '(JPN, USA, EXP, KOR, AUS)' | '(USA)' | '(International/Japan)' | '(US)' | '(US?)' | '(US, ' | '(US ' | '(Europe / USA / Japan / Asia)' | ', US' | '(World)' )
@EURO = ( '(Europe ' | '(Euro)' | '(Euro ' | '(Euro,' | ' Euro ' | '(Europe, ' | ' European ' | '(Asia/Europe' | '(Europe/Asia ' | ' Europe)' | '(European)' | '(Europe / USA / Japan / Asia)' | '(International/Japan)' | '(World)' )
@JAPAN = ( '(JPN, USA, EXP, KOR, AUS)' | '(Japan ' | '(Japan)' | '(Japan, ' | ', Japan)' | '(Japan?)' | '(Europe / USA / Japan / Asia)' | '(International/Japan)' | '(Japan, Japanese)' | '(Japan, English)' | ' Japan ' | ' Japan,' | ', Japan,' | ' Japanese ' | ', Japanese' | '(World)' )
@ALLNC = (!cloneof & !emulation=preliminary) & !(isbios=yes)


Scott