Lets say I have a Defender Pink label rom. It runs on exactly the same hardware as the Red label ROM.
I know how to add it into williams.c so that it replaces the RED label ROM, by giving it the same name and changing the CRD SHA1 codes.
But how do I add it as an additional ROM ?
I added in williams.c:
ROM_START( defenderp ) ...... definition ....
and a line at the bottom
GAME( 1980, defenderp, defender, defender, ......
But it didn't appear in my game list. So what additional source files do I need to modify ?