For those interested, here are my notes on how to do the weight bug fix and the wgt+chk hack. If you want to add the weight bug fix or checking hack to your ROM, talk to me on AIM and I'll try to help out (it's not that hard, though I make it look pretty confusing here!). a line of code in my notes might look like this: 52 28 01 1C -- ADDQ.B #1,$011C(A0) -- increment check value 52 28 01 1C is the actual code that you put in the ROM using a hex editor ADDQ.B #1,$011C(A0)