How to edit list file.
version 2

Header :
--------
$name= ****
  Zip name of the game.

$version=2
  List file format version. (version 2 is for BrdigeM1 0.5.1)

$default= number
  This number will override the core's default song. (Optional)

$songmax= number
  Highest possible song number for the game. (Optional)

$fixed_volume = ***
  Specifies default volume gain when output normalization is disabled. (Optional)

  * Note: Please do not add this setting to games like below.
         1) needs sound re-balancing
         2) developing (TaitoF3, SCSP, etc.)
         3) output volume is unstable
         4) wave clips w/o normalizing (Valkyrie, Dirtfox, etc.)

Main :
------
$main
  Defines the start of the list.

#Decimal Number + Space
  BridgeM1 recognizes the line is a song number to play.

$Hexadecimal Number + Space
  BridgeM1 recognizes the line is a hexadecimal song number to play.
  The number is converted to a decimal number and displayed in the track list.

<time="[mm:]ss[.dd]">
  Defines track length. When Auto-Moving-On is enabled and it reaches
  the time, automatically moves on to the next song. (Optional)

&lt; &gt;
  They are replaced with "<" and ">" between "$main" and "$end".

// Comment
  This line is not displayed in the track list window.

$end
  Defines the end of the list.
