I got bored and started looking at olds/olds100/olds100a and managed to get them all to run. ^^
Olds100 was easily fixable, since it is exactly the same data as olds100a, just with a different rom set. The problem is that it was missing a rom. ^^
If you look at olds, it has 5x512kb program roms, and olds100 only has 4. Given that the data from olds100a is the same, just merged into a single 4mb rom, it was easy enough to figure out what the data should be.
{ "v100-u1.040", 0x080000, 0x37ea4e75, 1 | BRF_ESS | BRF_PRG },
You can get this rom by splitting olds100a's p0500.v10 into 512kb chunks -- it should be chunk #5.
Olds only needed the ram_dump added and the protection hooked up. ^^ Nothing terribly difficult there.