all versions of romlister have the john elway QB bug.
I've dug around on google trying to find a forum post that explains what's happening, but there aren't good explanations out there, so here's an explanation from memory last time I tried to debug it.
basically that particular rom has data in the xml that has several "color=" fields, but they are assigned to buttons.
for a mala list, it wants to get the color status out of the driver status line of the xml data.
by default, when RL is pulling together the data for an element from the XML, if it sees multiple instances of the same search item, it returns all the instances of that data, strung together as a long list of data.
RL then tries to squish that data into the binary mala list, and it overflows the available buffer, resulting in a corrupt list from that game entry down.
in other words, this is a fairly stupid bug on romlister's behalf. It's so far down in the bowels of how RL operates though that I shudder to think of all the other things I'm going to break if I try to fix it, so it's kinda been back burnered for awhile.
I am however actively working on improving the data parsing abilities, and I will absolutely make sure this gets fixed while I'm in there.