Esempio n. 1
0
static VIDEO_START(viper)
{
	add_exit_callback(machine, viper_exit);

	voodoo_start(0, machine->primary_screen, VOODOO_3, 16, 16, 16);
}
Esempio n. 2
0
static VIDEO_START(viper)
{
	voodoo_start(0, 0, VOODOO_3, 16, 16, 16);
}