|
The output is pretty simple. Eg. for Tobal No.1 (PAL version), the program produces this output:
Code:
| | PAL<>NTSC PARCODE Finder
Opening File ... Complete.
Searching ... Found.
To ----- NTSC| PAL
D00CBA74 0001|0000
800CBA74 0000|0001
-- Search&Replace:
0D 80 02 3C 74 BA 42 8C 0D 80 01 3C 74 BA 24 AC
08 00 E0 03 00 00 00 00 0D 80 02 3C 74 BA 42 8C
PAL2NTSC: 24 AC to 20 AC
NTSC2PAL: 01 3C 74 BA 22 8C 01 00 04 24 from 3rd byte
Searching ... End of File. |
If you're using a cheat cart, the relevant bit is this:
Code:
| | To ----- NTSC| PAL
D00CBA74 0001|0000
800CBA74 0000|0001 |
As you may know, the cheat codes consist of an address and a value. The first part is the address, the value is taken from the column of the video mode you want to force. So in order to force NTSC, the codes you need are
Code:
| | D00CBA74 0001
800CBA74 0000 |
and if you want PAL you use
Code:
| | D00CBA74 0000
800CBA74 0001 |
The rest of the output is for modifying a disc image. If you don't know what file to give to the program, look in the SYSTEM.CNF. The file you want is on the "BOOT" row. |