mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +03:00
m5074x: added missing memory_space_config() (nw)
This commit is contained in:
parent
e7f6bd1cc8
commit
2578a9ddcb
@ -109,6 +109,13 @@ void m5074x_device::device_start()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
device_memory_interface::space_config_vector m5074x_device::memory_space_config() const
|
||||||
|
{
|
||||||
|
return space_config_vector {
|
||||||
|
std::make_pair(AS_PROGRAM, &m_program_config)
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
// device_reset - device-specific reset
|
// device_reset - device-specific reset
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user