Home
last modified time | relevance | path

Searched refs:cammu_c4_device (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dcammu.cpp100 : cammu_c4_device(mconfig, CAMMU_C4T, tag, owner, clock) in cammu_c4t_device()
117 : cammu_c4_device(mconfig, CAMMU_C4I, tag, owner, clock) in cammu_c4i_device()
128 cammu_c4_device::cammu_c4_device(const machine_config &mconfig, device_type type, const char *tag, … in cammu_c4_device() function in cammu_c4_device
168 void cammu_c4_device::device_start() in device_start()
187 cammu_c4_device::device_start(); in device_start()
200 cammu_c4_device::device_start(); in device_start()
623 bool cammu_c4_device::get_access(const access_type mode, const u32 pte, const u32 ssw) const in get_access()
H A Dcammu.h262 class cammu_c4_device : public cammu_device
296cammu_c4_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner,…
318 class cammu_c4t_device : public cammu_c4_device
408 class cammu_c4i_device : public cammu_c4_device
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dcammu.cpp100 : cammu_c4_device(mconfig, CAMMU_C4T, tag, owner, clock) in cammu_c4t_device()
117 : cammu_c4_device(mconfig, CAMMU_C4I, tag, owner, clock) in cammu_c4i_device()
128 cammu_c4_device::cammu_c4_device(const machine_config &mconfig, device_type type, const char *tag, … in cammu_c4_device() function in cammu_c4_device
168 void cammu_c4_device::device_start() in device_start()
187 cammu_c4_device::device_start(); in device_start()
200 cammu_c4_device::device_start(); in device_start()
623 bool cammu_c4_device::get_access(const access_type mode, const u32 pte, const u32 ssw) const in get_access()
H A Dcammu.h262 class cammu_c4_device : public cammu_device
296cammu_c4_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner,…
318 class cammu_c4t_device : public cammu_c4_device
408 class cammu_c4i_device : public cammu_c4_device
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dinterpro.cpp549 required_device<cammu_c4_device> m_mmu;
1045 map(0x00000000, 0x00001fff).m(m_mmu, FUNC(cammu_c4_device::map)); in sapphire_io_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dinterpro.cpp549 required_device<cammu_c4_device> m_mmu;
1045 map(0x00000000, 0x00001fff).m(m_mmu, FUNC(cammu_c4_device::map)); in sapphire_io_map()