Ejemplo n.º 1
0
static INTERRUPT_GEN( exelv_hblank_interrupt )
{
	tms3556_interrupt(device->machine());
}
Ejemplo n.º 2
0
static void exelv_hblank_interrupt(void)
{
	tms3556_interrupt();
}