mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
Fix compile. (nw)
This commit is contained in:
parent
da682be221
commit
ba775aedec
@ -424,7 +424,7 @@ void iteagle_ide_device::device_start()
|
||||
{
|
||||
m_cpu = machine().device<cpu_device>(m_cpu_tag);
|
||||
pci_device::device_start();
|
||||
add_map(sizeof(m_ctrl_regs), M_IO, FUNC(ctrl_map));
|
||||
add_map(sizeof(m_ctrl_regs), M_IO, FUNC(iteagle_ide_device::ctrl_map));
|
||||
// ctrl defaults to base address 0x00000000
|
||||
bank_infos[0].adr = 0x000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user