Home
last modified time | relevance | path

Searched refs:m_hsync (Results 1 – 25 of 48) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dfixfreq.h32 m_hsync(791), in fixedfreq_monitor_desc()
43 int minh() const noexcept { return (m_hbackporch - m_hsync) * m_hscale; } in minh()
44 int maxh() const noexcept { return (m_hbackporch - m_hsync + m_hvisible) * m_hscale - 1; } in maxh()
56 int hbackporch_width() const noexcept { return m_hbackporch - m_hsync; } in hbackporch_width()
57 int hsync_width() const noexcept { return m_hsync - m_hfrontporch; } in hsync_width()
66 m_hsync = m_hfrontporch + sw; in set_h_rel()
67 m_hbackporch = m_hsync + bpw; in set_h_rel()
97 int m_hsync; member
H A Dcrtc_ega.cpp38 , m_hpixels_per_column(0), m_cur(0), m_hsync(0), m_vsync(0), m_vblank(0), m_de(0) in crtc_ega_device()
255 if (m_hsync != state) in set_hsync()
257 m_hsync = state; in set_hsync()
260 m_res_out_hsync_cb(m_hsync); in set_hsync()
647 m_hsync = 0; in device_start()
H A Dhuc6270.cpp514 if(m_hsync != state) in WRITE_LINE_MEMBER()
559 m_hsync = state; in WRITE_LINE_MEMBER()
868 save_item(NAME(m_hsync)); in device_start()
924 m_hsync = 0; in device_reset()
H A Dhuc6270.h98 int m_hsync; variable
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dfixfreq.h32 m_hsync(791), in fixedfreq_monitor_desc()
43 int minh() const noexcept { return (m_hbackporch - m_hsync) * m_hscale; } in minh()
44 int maxh() const noexcept { return (m_hbackporch - m_hsync + m_hvisible) * m_hscale - 1; } in maxh()
56 int hbackporch_width() const noexcept { return m_hbackporch - m_hsync; } in hbackporch_width()
57 int hsync_width() const noexcept { return m_hsync - m_hfrontporch; } in hsync_width()
66 m_hsync = m_hfrontporch + sw; in set_h_rel()
67 m_hbackporch = m_hsync + bpw; in set_h_rel()
97 int m_hsync; member
H A Dcrtc_ega.cpp38 , m_hpixels_per_column(0), m_cur(0), m_hsync(0), m_vsync(0), m_vblank(0), m_de(0) in crtc_ega_device()
255 if (m_hsync != state) in set_hsync()
257 m_hsync = state; in set_hsync()
260 m_res_out_hsync_cb(m_hsync); in set_hsync()
647 m_hsync = 0; in device_start()
H A Dhuc6270.cpp514 if(m_hsync != state) in WRITE_LINE_MEMBER()
559 m_hsync = state; in WRITE_LINE_MEMBER()
868 save_item(NAME(m_hsync)); in device_start()
924 m_hsync = 0; in device_reset()
H A Dhuc6270.h98 int m_hsync; variable
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dm79152pc.cpp93 bool m_hsync; member in m79152pc_state
116 return m_hsync ? 0 : 1; in READ_LINE_MEMBER()
174 m_hsync = true; in INPUT_PORTS_START()
183 m_hsync = false; in TIMER_CALLBACK_MEMBER()
247 m_hsync = false; in machine_start()
257 save_item(NAME(m_hsync)); in machine_start()
H A Damust.cpp149 bool m_hsync; member in amust_state
232 bool sync = m_hsync | m_vsync; in DEF_STR()
258 m_hsync = state; in WRITE_LINE_MEMBER()
412 m_hsync = false; in machine_reset()
448 save_item(NAME(m_hsync)); in machine_start()
H A Dfastinvaders.cpp120 uint8_t m_hsync; member in fastinvaders_state
168 if (m_hsync == 1) in TIMER_DEVICE_CALLBACK_MEMBER()
464 m_hsync=0; in DECLARE_WRITE_LINE_MEMBER()
469 m_hsync=1; in DECLARE_WRITE_LINE_MEMBER()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dm79152pc.cpp93 bool m_hsync; member in m79152pc_state
116 return m_hsync ? 0 : 1; in READ_LINE_MEMBER()
174 m_hsync = true; in INPUT_PORTS_START()
183 m_hsync = false; in TIMER_CALLBACK_MEMBER()
247 m_hsync = false; in machine_start()
257 save_item(NAME(m_hsync)); in machine_start()
H A Damust.cpp149 bool m_hsync; member in amust_state
232 bool sync = m_hsync | m_vsync; in DEF_STR()
258 m_hsync = state; in WRITE_LINE_MEMBER()
412 m_hsync = false; in machine_reset()
448 save_item(NAME(m_hsync)); in machine_start()
H A Dfastinvaders.cpp120 uint8_t m_hsync; member in fastinvaders_state
168 if (m_hsync == 1) in TIMER_DEVICE_CALLBACK_MEMBER()
464 m_hsync=0; in DECLARE_WRITE_LINE_MEMBER()
469 m_hsync=1; in DECLARE_WRITE_LINE_MEMBER()
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Deis_hgb107x.cpp199 m_hsync(0), in isa8_epc_mda_device()
235 m_hsync = 0; in device_reset()
339 data = (m_vsync != 0 ? 0x08 : 0x00) | (m_hsync != 0 ? 0x01 : 0x00); in io_read()
356 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
408 return 0xF0 | (m_pixel & 0x08) | m_hsync; in status_r()
H A Dmda.cpp169 m_update_row_type(-1), m_chr_gen(nullptr), m_vsync(0), m_hsync(0), m_pixel(0), in isa8_mda_device()
209 m_hsync = 0; in device_reset()
408 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
460 return 0xF0 | (m_pixel & 0x08) | m_hsync; in status_r()
731 return m_vsync | ( m_pixel & 0x08 ) | m_hsync; in status_r()
H A Dega.cpp590 …m_misc_output(0), m_feature_control(0), m_frame_cnt(0), m_hsync(0), m_vsync(0), m_vblank(0), m_dis… in isa8_ega_device()
658 m_hsync = 0; in device_reset()
764 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
1177 data = m_vblank | ( m_hsync | m_vsync ); // m_display_enable; in pc_ega8_3X0_r()
H A Deis_hgb107x.h104 uint8_t m_hsync; variable
H A Dega.h103 uint8_t m_hsync; variable
H A Daga.h94 uint8_t m_hsync; variable
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Deis_hgb107x.cpp199 m_hsync(0), in isa8_epc_mda_device()
235 m_hsync = 0; in device_reset()
339 data = (m_vsync != 0 ? 0x08 : 0x00) | (m_hsync != 0 ? 0x01 : 0x00); in io_read()
356 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
408 return 0xF0 | (m_pixel & 0x08) | m_hsync; in status_r()
H A Dmda.cpp169 m_update_row_type(-1), m_chr_gen(nullptr), m_vsync(0), m_hsync(0), m_pixel(0), in isa8_mda_device()
209 m_hsync = 0; in device_reset()
408 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
460 return 0xF0 | (m_pixel & 0x08) | m_hsync; in status_r()
731 return m_vsync | ( m_pixel & 0x08 ) | m_hsync; in status_r()
H A Dega.cpp590 …m_misc_output(0), m_feature_control(0), m_frame_cnt(0), m_hsync(0), m_vsync(0), m_vblank(0), m_dis… in isa8_ega_device()
658 m_hsync = 0; in device_reset()
764 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
1177 data = m_vblank | ( m_hsync | m_vsync ); // m_display_enable; in pc_ega8_3X0_r()
H A Deis_hgb107x.h104 uint8_t m_hsync; variable
H A Dega.h103 uint8_t m_hsync; variable

12