Home
last modified time | relevance | path

Searched refs:write_speech (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/intv/
H A Decs.h60 …virtual void write_speech(offs_t offset, uint16_t data) override { if (m_voice_enabled) m_subslot-… in write_speech() function
H A Dvoice.cpp108 void intv_voice_device::write_speech(offs_t offset, uint16_t data) in write_speech() function in intv_voice_device
H A Dslot.cpp525 void intv_cart_slot_device::write_speech(offs_t offset, uint16_t data) in write_speech() function in intv_cart_slot_device
528 m_cart->write_speech(offset, data); in write_speech()
H A Dslot.h65 virtual void write_speech(offs_t offset, uint16_t data) {} in write_speech() function
155 void write_speech(offs_t offset, uint16_t data);
H A Dvoice.h22 virtual void write_speech(offs_t offset, uint16_t data) override;
/dports/emulators/mame/mame-mame0226/src/devices/bus/intv/
H A Decs.h60 …virtual void write_speech(offs_t offset, uint16_t data) override { if (m_voice_enabled) m_subslot-… in write_speech() function
H A Dvoice.cpp108 void intv_voice_device::write_speech(offs_t offset, uint16_t data) in write_speech() function in intv_voice_device
H A Dslot.cpp525 void intv_cart_slot_device::write_speech(offs_t offset, uint16_t data) in write_speech() function in intv_cart_slot_device
528 m_cart->write_speech(offset, data); in write_speech()
H A Dslot.h65 virtual void write_speech(offs_t offset, uint16_t data) {} in write_speech() function
155 void write_speech(offs_t offset, uint16_t data);
H A Dvoice.h22 virtual void write_speech(offs_t offset, uint16_t data) override;
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dintv.cpp615 …lot_device::read_speech)), write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_speech))); in machine_start()
632 …lot_device::read_speech)), write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_speech))); in machine_start()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dintv.cpp615 …lot_device::read_speech)), write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_speech))); in machine_start()
632 …lot_device::read_speech)), write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_speech))); in machine_start()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dintv.cpp308 …voice", FUNC(intv_voice_device::read_speech), FUNC(intv_voice_device::write_speech)); // Intellivo… in intvoice_mem()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dintv.cpp308 …voice", FUNC(intv_voice_device::read_speech), FUNC(intv_voice_device::write_speech)); // Intellivo… in intvoice_mem()