Kevin O'Connor wrote:
The cn700.c code references mainboard_interrupt_handlers() which isn't defined if VGA_ROM_RUN is off. Define a dummy implementation of that function for this case.
Shouldn't cn700.c code be changed instead, so that it doesn't reference the function when VGA_ROM_RUN is off?
//Peter