Esempio n. 1
0
	static driver_data_t *alloc(running_machine &machine) { return auto_alloc_clear(&machine, chanbara_state(machine)); }
Esempio n. 2
0
 static void *alloc(running_machine &machine) {
     return auto_alloc_clear(&machine, chanbara_state(machine));
 }