Home
last modified time | relevance | path

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

12

/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Daga.h94 uint8_t m_hsync; variable
H A Dmda.h67 uint8_t m_hsync; variable
H A Dcga.cpp310 m_update_row_type(-1), m_y(0), m_chr_gen_base(nullptr), m_chr_gen(nullptr), m_vsync(0), m_hsync(0), in isa8_cga_device()
370 save_item(NAME(m_hsync)); in device_start()
386 m_hsync = 0; in device_reset()
697 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
918 data = m_vsync | ( ( data & 0x40 ) >> 4 ) | m_hsync; in io_read()
1826 data = 0xc0 | m_vsync | ( ( data & 0x40 ) >> 4 ) | m_hsync; // 0xc0 == no expansion in io_read()
H A Daga.cpp87 m_hsync(0), in isa8_aga_device()
210 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
661 data = m_vsync | 0x08 | m_hsync; in pc_aga_mda_r()
710 data = m_vsync | ((data & 0x40) >> 4) | m_hsync; in pc_aga_cga_r()
H A Dcga.h82 uint8_t m_hsync; variable
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dmc6845.cpp572 return m_hsync; in READ_LINE_MEMBER()
724 if (m_hsync != state) in set_hsync()
726 m_hsync = state; in set_hsync()
727 m_out_hsync_cb(m_hsync); in set_hsync()
1276 m_vsync = m_hsync = 0; in device_start()
1320 save_item(NAME(m_hsync)); in device_start()
H A Dcrtc_ega.h140 int m_hsync; variable
H A Dmc6845.h172 int m_hsync; variable
H A Dfixfreq.cpp272 IOPORT_ID(HFRONTPORCH)->write(m_monitor.m_hsync); in device_reset()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dmc6845.cpp572 return m_hsync; in READ_LINE_MEMBER()
724 if (m_hsync != state) in set_hsync()
726 m_hsync = state; in set_hsync()
727 m_out_hsync_cb(m_hsync); in set_hsync()
1276 m_vsync = m_hsync = 0; in device_start()
1320 save_item(NAME(m_hsync)); in device_start()
H A Dcrtc_ega.h140 int m_hsync; variable
H A Dmc6845.h172 int m_hsync; variable
H A Dfixfreq.cpp272 IOPORT_ID(HFRONTPORCH)->write(m_monitor.m_hsync); in device_reset()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmc1000.cpp119 int m_hsync; member in mc1000_state
389 m_hsync = state; in WRITE_LINE_MEMBER()
484 save_item(NAME(m_hsync)); in machine_start()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmc1000.cpp119 int m_hsync; member in mc1000_state
389 m_hsync = state; in WRITE_LINE_MEMBER()
484 save_item(NAME(m_hsync)); in machine_start()
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Dmda.h67 uint8_t m_hsync; variable
H A Dcga.cpp310 m_update_row_type(-1), m_y(0), m_chr_gen_base(nullptr), m_chr_gen(nullptr), m_vsync(0), m_hsync(0), in isa8_cga_device()
370 save_item(NAME(m_hsync)); in device_start()
386 m_hsync = 0; in device_reset()
697 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
918 data = m_vsync | ( ( data & 0x40 ) >> 4 ) | m_hsync; in io_read()
1826 data = 0xc0 | m_vsync | ( ( data & 0x40 ) >> 4 ) | m_hsync; // 0xc0 == no expansion in io_read()
H A Daga.cpp87 m_hsync(0), in isa8_aga_device()
210 m_hsync = state ? 1 : 0; in WRITE_LINE_MEMBER()
661 data = m_vsync | 0x08 | m_hsync; in pc_aga_mda_r()
710 data = m_vsync | ((data & 0x40) >> 4) | m_hsync; in pc_aga_cga_r()
H A Dcga.h82 uint8_t m_hsync; variable
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dbbc.cpp336 m_hsync = state; in WRITE_LINE_MEMBER()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dbbc.cpp336 m_hsync = state; in WRITE_LINE_MEMBER()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dbbc.h346 int m_hsync; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dbbc.h346 int m_hsync; variable

12