Beispiel #1
0
static READ8_HANDLER( hitme_port_2_r )
{
	return read_port_and_t0_and_hblank(space->machine, 2);
}
Beispiel #2
0
static READ8_HANDLER( hitme_port_2_r )
{
	return read_port_and_t0_and_hblank(2);
}