Author Topic: catver.ini not being parsed properly  (Read 5699 times)

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: catver.ini not being parsed properly
« Reply #2 on: April 17, 2015, 07:37:30 AM »
Thanks for reporting your find!
The fact is that 'Catver.ini' is structured differently from .159 version!
http://www.mgalaxy.com/forum/index.php?topic=731.msg2784#msg2784

raynerman

  • Newbie
  • *
  • Posts: 2
catver.ini not being parsed properly
« Reply #1 on: April 17, 2015, 07:08:14 AM »
Hi,

I just setup Mame 0.160, and couldn't get the genres filled in.  To fix the problem I have to remove the spaces from around the equals signs in the catver.ini file.

I.e.,

The original format in the file:

Code: [Select]
[Category]
005 = Maze / Shooter Small
10yard = Sports / Amer. Football

But I had to change it to:

Code: [Select]
[Category]
005=Maze / Shooter Small
10yard=Sports / Amer. Football