mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
vic20: Removed deprecated code. (nw)
This commit is contained in:
parent
ae9d3356b0
commit
7ddcd88dae
@ -96,14 +96,6 @@ void vic20_expansion_slot_device::device_start()
|
||||
m_write_irq.resolve_safe();
|
||||
m_write_nmi.resolve_safe();
|
||||
m_write_res.resolve_safe();
|
||||
|
||||
// inherit bus clock
|
||||
if (clock() == 0)
|
||||
{
|
||||
vic20_expansion_slot_device *root = machine().device<vic20_expansion_slot_device>(VIC20_EXPANSION_SLOT_TAG);
|
||||
assert(root);
|
||||
set_unscaled_clock(root->clock());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user