From what i read there was some promise listed on one of their forums:-
- extract cpucode from other bios file for your cpu (you've limited space in your bios file so extract and add just cpucode for you cpu).
- in your bios file, add before adress 5DBE0 your new cpucode xxxxx. i've extracted cpucode for your cpu and he has a size of 2000 (hex format). calculate the new beginning of ncpucode: 5DBE0 - SizeOfCpuCode = new beginning of ncpucode. 5DBE0 - 2000(for me)= 5BBE0 (for me)
- go to 5BBE0 (for me) and add your new cpucode here
- now find value *BS1 (type: text string in hex workshop) result: adress 6D090. you've this:
2A 42 53 31 04 08 96 07 00 80 D0 E0 DB FD FF 00 *BS1............
patch here: E0 DB (original adress 5DBE0 - the beginning of original ncpucode) to E0 BB (adress 5BBE0 -the beginning of new ncpucode)
- save your modded bios file and run c:\cbrom G1975XC.F3 /NC_CPUCODE NCPUCODE.BIN for new checksum
- now check with cbrom your result
but im not too confident with hex editors atm, so perhaps you would enjoy better luck.
:p
http://www.rebelshavenforum.com/sis-bin/...p=4#000059