Home
last modified time | relevance | path

Searched refs:update_dac (Results 1 – 25 of 27) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/bus/centronics/
H A Dcovox.h33 …E_MEMBER( input_data0 ) override { if (state) m_data |= 0x01; else m_data &= ~0x01; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
34 …E_MEMBER( input_data1 ) override { if (state) m_data |= 0x02; else m_data &= ~0x02; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
35 …E_MEMBER( input_data2 ) override { if (state) m_data |= 0x04; else m_data &= ~0x04; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
36 …E_MEMBER( input_data3 ) override { if (state) m_data |= 0x08; else m_data &= ~0x08; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
37 …E_MEMBER( input_data4 ) override { if (state) m_data |= 0x10; else m_data &= ~0x10; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
38 …E_MEMBER( input_data5 ) override { if (state) m_data |= 0x20; else m_data &= ~0x20; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
39 …E_MEMBER( input_data6 ) override { if (state) m_data |= 0x40; else m_data &= ~0x40; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
45 void update_dac();
69 virtual DECLARE_WRITE_LINE_MEMBER( input_strobe ) override { m_strobe = state; update_dac(); } in DECLARE_DEVICE_TYPE()
78 virtual DECLARE_WRITE_LINE_MEMBER( input_autofd ) override { m_autofd = state; update_dac(); } in DECLARE_DEVICE_TYPE()
[all …]
H A Ddigiblst.h39 …E_MEMBER( input_data0 ) override { if (state) m_data |= 0x01; else m_data &= ~0x01; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
40 …E_MEMBER( input_data1 ) override { if (state) m_data |= 0x02; else m_data &= ~0x02; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
41 …E_MEMBER( input_data2 ) override { if (state) m_data |= 0x04; else m_data &= ~0x04; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
42 …E_MEMBER( input_data3 ) override { if (state) m_data |= 0x08; else m_data &= ~0x08; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
43 …E_MEMBER( input_data4 ) override { if (state) m_data |= 0x10; else m_data &= ~0x10; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
44 …E_MEMBER( input_data5 ) override { if (state) m_data |= 0x20; else m_data &= ~0x20; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
45 …E_MEMBER( input_data6 ) override { if (state) m_data |= 0x40; else m_data &= ~0x40; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
46 …_MEMBER( input_strobe ) override { if (state) m_data &= ~0x80; else m_data |= 0x80; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
51 void update_dac();
H A Dcovox.cpp52 void centronics_covox_device::update_dac() in update_dac() function in centronics_covox_device
104 void centronics_covox_stereo_device::update_dac() in update_dac() function in centronics_covox_stereo_device
H A Ddigiblst.cpp52 void centronics_digiblaster_device::update_dac() in update_dac() function in centronics_digiblaster_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/centronics/
H A Dcovox.h33 …E_MEMBER( input_data0 ) override { if (state) m_data |= 0x01; else m_data &= ~0x01; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
34 …E_MEMBER( input_data1 ) override { if (state) m_data |= 0x02; else m_data &= ~0x02; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
35 …E_MEMBER( input_data2 ) override { if (state) m_data |= 0x04; else m_data &= ~0x04; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
36 …E_MEMBER( input_data3 ) override { if (state) m_data |= 0x08; else m_data &= ~0x08; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
37 …E_MEMBER( input_data4 ) override { if (state) m_data |= 0x10; else m_data &= ~0x10; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
38 …E_MEMBER( input_data5 ) override { if (state) m_data |= 0x20; else m_data &= ~0x20; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
39 …E_MEMBER( input_data6 ) override { if (state) m_data |= 0x40; else m_data &= ~0x40; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
45 void update_dac();
69 virtual DECLARE_WRITE_LINE_MEMBER( input_strobe ) override { m_strobe = state; update_dac(); } in DECLARE_DEVICE_TYPE()
78 virtual DECLARE_WRITE_LINE_MEMBER( input_autofd ) override { m_autofd = state; update_dac(); } in DECLARE_DEVICE_TYPE()
[all …]
H A Ddigiblst.h39 …E_MEMBER( input_data0 ) override { if (state) m_data |= 0x01; else m_data &= ~0x01; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
40 …E_MEMBER( input_data1 ) override { if (state) m_data |= 0x02; else m_data &= ~0x02; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
41 …E_MEMBER( input_data2 ) override { if (state) m_data |= 0x04; else m_data &= ~0x04; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
42 …E_MEMBER( input_data3 ) override { if (state) m_data |= 0x08; else m_data &= ~0x08; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
43 …E_MEMBER( input_data4 ) override { if (state) m_data |= 0x10; else m_data &= ~0x10; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
44 …E_MEMBER( input_data5 ) override { if (state) m_data |= 0x20; else m_data &= ~0x20; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
45 …E_MEMBER( input_data6 ) override { if (state) m_data |= 0x40; else m_data &= ~0x40; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
46 …_MEMBER( input_strobe ) override { if (state) m_data &= ~0x80; else m_data |= 0x80; update_dac(); } in DECLARE_WRITE_LINE_MEMBER()
51 void update_dac();
H A Dcovox.cpp52 void centronics_covox_device::update_dac() in update_dac() function in centronics_covox_device
104 void centronics_covox_stereo_device::update_dac() in update_dac() function in centronics_covox_stereo_device
H A Ddigiblst.cpp52 void centronics_digiblaster_device::update_dac() in update_dac() function in centronics_digiblaster_device
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dadvision.cpp118 void advision_state::update_dac() in update_dac() function in advision_state
128 update_dac(); in sound_g_w()
135 update_dac(); in sound_d_w()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dadvision.cpp118 void advision_state::update_dac() in update_dac() function in advision_state
128 update_dac(); in sound_g_w()
135 update_dac(); in sound_d_w()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dconic_cchess2.cpp79 void update_dac();
109 void cchess2_state::update_dac() in update_dac() function in __anon2e8c2efd0111::cchess2_state
120 update_dac(); in pia0_pa_w()
158 update_dac(); in pia1_pb_w()
H A Dsitcom.cpp134 void update_dac(uint8_t value);
257 update_dac(data); in update_ppi_pa()
265 update_dac(m_ppi->pa_r()); in update_ppi_pb()
341 void sitcom_timer_state::update_dac(uint8_t value) in update_dac() function in __anond8e530360111::sitcom_timer_state
H A Dmindset.cpp179 void update_dac();
206 void mindset_sound_module::update_dac() in update_dac() function in mindset_sound_module
215 update_dac(); in p1_w()
221 update_dac(); in p2_w()
398 void update_dac();
575 void mindset_state::update_dac() in update_dac() function in mindset_state
584 update_dac(); in snd_p1_w()
590 update_dac(); in snd_p2_w()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dconic_cchess2.cpp79 void update_dac();
109 void cchess2_state::update_dac() in update_dac() function in __anona79dd2250111::cchess2_state
120 update_dac(); in pia0_pa_w()
158 update_dac(); in pia1_pb_w()
H A Dsitcom.cpp134 void update_dac(uint8_t value);
257 update_dac(data); in update_ppi_pa()
265 update_dac(m_ppi->pa_r()); in update_ppi_pb()
341 void sitcom_timer_state::update_dac(uint8_t value) in update_dac() function in __anon6259905e0111::sitcom_timer_state
H A Dmindset.cpp179 void update_dac();
206 void mindset_sound_module::update_dac() in update_dac() function in mindset_sound_module
215 update_dac(); in p1_w()
221 update_dac(); in p2_w()
398 void update_dac();
575 void mindset_state::update_dac() in update_dac() function in mindset_state
584 update_dac(); in snd_p1_w()
590 update_dac(); in snd_p2_w()
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dad_sound.cpp262 void ad_59mc07_device::update_dac() in update_dac() function in ad_59mc07_device
280 update_dac(); in dac_latch_w()
299 update_dac(); in i8155_portb_w()
H A Dad_sound.h83 void update_dac(); in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dad_sound.cpp262 void ad_59mc07_device::update_dac() in update_dac() function in ad_59mc07_device
280 update_dac(); in dac_latch_w()
299 update_dac(); in i8155_portb_w()
H A Dad_sound.h83 void update_dac(); in DECLARE_DEVICE_TYPE()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dadvision.h48 void update_dac();
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dadvision.h48 void update_dac();
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dsmt.c99 static void update_dac(struct s_smc *smc, int report);
407 update_dac(smc,0) ; in smt_event()
604 update_dac(smc,1) ; in smt_received_pack()
630 update_dac(smc,1) ; in smt_received_pack()
655 update_dac(smc,1) ; in smt_received_pack()
806 static void update_dac(struct s_smc *smc, int report) in update_dac() function
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dsmt.c99 static void update_dac(struct s_smc *smc, int report);
407 update_dac(smc,0) ; in smt_event()
604 update_dac(smc,1) ; in smt_received_pack()
630 update_dac(smc,1) ; in smt_received_pack()
655 update_dac(smc,1) ; in smt_received_pack()
806 static void update_dac(struct s_smc *smc, int report) in update_dac() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dsmt.c99 static void update_dac(struct s_smc *smc, int report);
407 update_dac(smc,0) ; in smt_event()
604 update_dac(smc,1) ; in smt_received_pack()
630 update_dac(smc,1) ; in smt_received_pack()
655 update_dac(smc,1) ; in smt_received_pack()
806 static void update_dac(struct s_smc *smc, int report) in update_dac() function

12