mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
not used and should not be part of this device anyway (nw)
This commit is contained in:
parent
f2838d9332
commit
047d95159d
@ -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" );
|
||||
}
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
struct k053260_interface
|
||||
{
|
||||
const char *rgnoverride;
|
||||
timer_expired_func irq; /* called on SH1 complete cycle ( clock / 32 ) */
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user