Beispiel #1
0
static READ16_HANDLER( exterm_host_data_r )
{
	return tms34010_host_r(cputag_get_cpu(space->machine, "slave"), offset / TOWORD(0x00100000));
}
Beispiel #2
0
static READ16_HANDLER( exterm_host_data_r )
{
    return tms34010_host_r(1, offset / TOWORD(0x00100000));
}
Beispiel #3
0
static READ16_HANDLER( exterm_host_data_r )
{
	return tms34010_host_r(space->machine().device("slave"), offset / TOWORD(0x00100000));
}
Beispiel #4
0
static READ16_HANDLER( tms_host_r )
{
	return tms34010_host_r(cputag_get_cpu(space->machine, "vgb"), offset);
}