Of course.
I know several formulas to calculate checksum after speed scale changing:
1. NOT(SUM(array(0x91-0x95);array(0x9A-0xB9))) value should be placed in 0x90
2. NOT(SUM(array(0x91-0xB9))) value should be placed in 0x90
3. NOT(0xB0 + SUM(array(0xB3-0xE3))) value should be placed in 0xB2 (in this formula 0xB0 is a value, not an address)
4. NOT(0xB0 + SUM(array(0xB1-0xE3))) value should be placed in 0xB0 (address) (in this formula 0xB0 is a value, not an address)
I found this information here (
http://www.audi-club.ru/forum/showpost.php?p=7169643&postcount=45) this post on Russian but you can check images to understand when each formula can be applied. By these images 3 and 4 formula can be applied to my dump but only 4 formula removed "DEF".
Also yesterday i found this solution (
http://nefariousmotorsports.com/forum/index.php?topic=7964.msg72627#msg72627) i didn't try it but i hope it works.