Well, that wasn't too hard at all. Here's what I found to work for the M120:
Code: Select all
600 601 602 603 604 605 606 607 608 609 60A 60B 60C 60D 60E 60F 20 20 20 20 20 20 20 20 20 20 FF FF 20 FF FF 54
Basically, I left "60C" at it's original value of 20h, as the
GM300 value of 1Bh also remained unchanged when blanked. I filled in the "20" & "FF" values the same as the
GM300, and for the "60F" location I basically noted the
GM300 value increased from "19h" to "4Fh" when blanked...a difference of "36h". I added "36h" to the M120 original value of "1Eh", and came up with "54h".
The
GM300 RSS then recognized the M120 board as being blank & allowed the initialization procedure.
I don't have an M10 to test with, but it'll probably follow the format above.
Todd