You can comment out the GAME() or CONS() or COMP() macros at the end of the driver for starters, but then you'll most likely wind up with errors related to symbols defined but not used, since there will now be functions that are implemented but not used by anything. So you'll probably need to follow the errors down a bit of a rabbit hole until you've commented out enough things to make the compiler happy.