Opened 16 years ago

Closed 16 years ago

Last modified 5 years ago

#8866 closed patch

Allow extract_loom_tg16 to recognise turborip iso's

Reported by: SF/sanguinehearts Owned by:
Priority: normal Component: Tools
Version: Keywords:
Cc: Game:

Description

I cant get diff to run on my system here, I hope nobody objects to me submitting the code lines here:

Its tested and supports both USA and JPN ISOS ripped with turborip. Just put it in the switch statement dealing with the CRC's for the ISO's Thanks Rob

The code follows:

case 0xE70FA498: ISO = ISO_USA; notice("ISO contents verified as Loom USA (track 2)"); break; case 0xCA757D06: ISO = ISO_JPN; notice("ISO contents verified as Loom Japan (track 2)"); break;

Ticket imported from: #1964031. Ticket imported from: patches/971.

Change History (2)

comment:1 by Kirben, 16 years ago

Status: newclosed

comment:2 by digitall, 5 years ago

Component: Tools
Note: See TracTickets for help on using tickets.