Home
last modified time | relevance | path

Searched defs:install_device (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/vme/
H A Dvme.cpp302 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read8_delegate rhandler,… in install_device() function in vme_device
332 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read8sm_delegate rhandle… in install_device() function in vme_device
362 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read8smo_delegate rhandl… in install_device() function in vme_device
393 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read16_delegate rhandler… in install_device() function in vme_device
424 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read32_delegate rhandler… in install_device() function in vme_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/vme/
H A Dvme.cpp302 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read8_delegate rhandler,… in install_device() function in vme_device
332 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read8sm_delegate rhandle… in install_device() function in vme_device
362 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read8smo_delegate rhandl… in install_device() function in vme_device
393 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read16_delegate rhandler… in install_device() function in vme_device
424 void vme_device::install_device(vme_amod_t amod, offs_t start, offs_t end, read32_delegate rhandler… in install_device() function in vme_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/a1bus/
H A Da1bus.cpp127 void a1bus_device::install_device(offs_t start, offs_t end, read8sm_delegate rhandler, write8sm_del… in install_device() function in a1bus_device
193 void device_a1bus_card_interface::install_device(offs_t start, offs_t end, read8sm_delegate rhandle… in install_device() function in device_a1bus_card_interface
/dports/emulators/mame/mame-mame0226/src/devices/bus/a1bus/
H A Da1bus.cpp127 void a1bus_device::install_device(offs_t start, offs_t end, read8sm_delegate rhandler, write8sm_del… in install_device() function in a1bus_device
193 void device_a1bus_card_interface::install_device(offs_t start, offs_t end, read8sm_delegate rhandle… in install_device() function in device_a1bus_card_interface
/dports/emulators/mess/mame-mame0226/src/devices/bus/sbus/
H A Dhme.cpp52 void sbus_hme_device::install_device() in install_device() function in sbus_hme_device
H A Dsunpc.cpp52 void sbus_sunpc_device::install_device() in install_device() function in sbus_sunpc_device
H A Dartecon.cpp53 void sbus_artecon_device::install_device() in install_device() function in sbus_artecon_device
H A Dbwtwo.cpp71 void sbus_bwtwo_device::install_device() in install_device() function in sbus_bwtwo_device
H A Dcgthree.cpp63 void sbus_cgthree_device::install_device() in install_device() function in sbus_cgthree_device
H A Dcgsix.cpp1336 void sbus_turbogx_device::install_device() in install_device() function in sbus_turbogx_device
1378 void sbus_turbogxp_device::install_device() in install_device() function in sbus_turbogxp_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/sbus/
H A Dhme.cpp52 void sbus_hme_device::install_device() in install_device() function in sbus_hme_device
H A Dsunpc.cpp52 void sbus_sunpc_device::install_device() in install_device() function in sbus_sunpc_device
H A Dartecon.cpp53 void sbus_artecon_device::install_device() in install_device() function in sbus_artecon_device
H A Dbwtwo.cpp71 void sbus_bwtwo_device::install_device() in install_device() function in sbus_bwtwo_device
H A Dcgthree.cpp63 void sbus_cgthree_device::install_device() in install_device() function in sbus_cgthree_device
H A Dcgsix.cpp1336 void sbus_turbogx_device::install_device() in install_device() function in sbus_turbogx_device
1378 void sbus_turbogxp_device::install_device() in install_device() function in sbus_turbogxp_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/qbus/
H A Dqbus.cpp137 void qbus_device::install_device(offs_t start, offs_t end, read16sm_delegate rhandler, write16sm_de… in install_device() function in qbus_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/qbus/
H A Dqbus.cpp137 void qbus_device::install_device(offs_t start, offs_t end, read16sm_delegate rhandler, write16sm_de… in install_device() function in qbus_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/macpds/
H A Dmacpds.cpp99 template<typename R, typename W> void macpds_device::install_device(offs_t start, offs_t end, R rha… in install_device() function in macpds_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/macpds/
H A Dmacpds.cpp99 template<typename R, typename W> void macpds_device::install_device(offs_t start, offs_t end, R rha… in install_device() function in macpds_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/nubus/
H A Dnubus.cpp127 template<typename R, typename W> void nubus_device::install_device(offs_t start, offs_t end, R rhan… in install_device() function in nubus_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/nubus/
H A Dnubus.cpp127 template<typename R, typename W> void nubus_device::install_device(offs_t start, offs_t end, R rhan… in install_device() function in nubus_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Disa.cpp311 template<typename R, typename W> void isa8_device::install_device(offs_t start, offs_t end, R rhand… in install_device() function in isa8_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Disa.cpp311 template<typename R, typename W> void isa8_device::install_device(offs_t start, offs_t end, R rhand… in install_device() function in isa8_device