The cue file from the image I have is as follows:

FILE "Street Fighter Alpha 3 [SLUS-00821].bin" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00
  TRACK 02 MODE2/2352
    INDEX 01 45:46:17


Meanwhile, the Redump database's cue file is slightly different. More specifically my cue file has '45:46:17' for Track 2. Any idea which is correct?

FILE "Street Fighter Alpha 3 (U) (Track 1) [SLUS-00821].bin" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00
FILE "Street Fighter Alpha 3 (U) (Track 2) [SLUS-00821].bin" BINARY
  TRACK 02 MODE2/2352
    INDEX 01 00:00:00

In the first cue the audio is in the same file, so it starts at 45:46:17. In the second the audio track is a separate file.

Oh I see. So all Audio Tracks are saved into their own files rather than in an image file.

Thanks.