not used and should not be part of this device anyway (nw)

This commit is contained in:
Miodrag Milanovic 2014-03-22 08:27:42 +00:00
parent f2838d9332
commit 047d95159d
2 changed files with 0 additions and 5 deletions

View File

@ -89,10 +89,6 @@ void k053260_device::device_start()
save_item(NAME(m_channels[i].ppcm), i);
save_item(NAME(m_channels[i].ppcm_data), i);
}
/* setup SH1 timer if necessary */
if ( m_intf->irq )
machine().scheduler().timer_pulse( attotime::from_hz(clock()) * 32, m_intf->irq, "m_intf->irq" );
}

View File

@ -27,7 +27,6 @@
struct k053260_interface
{
const char *rgnoverride;
timer_expired_func irq; /* called on SH1 complete cycle ( clock / 32 ) */
};