Home
last modified time | relevance | path

Searched refs:vert_disp_end (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dvis.cpp280 …if(!vga.crtc.horz_disp_end || !vga.crtc.vert_disp_end || !vga.crtc.horz_total || !vga.crtc.vert_to… in recompute_params()
283 …area(0, ((vga.crtc.horz_disp_end + 1) * ((float)(hclock_m)/divisor))-1, 0, vga.crtc.vert_disp_end); in recompute_params()
600 vga.crtc.vert_disp_end = m_crtc_regs[0x12]; in vga_w()
603 vga.crtc.vert_disp_end |= ((data & 0x40) << (9-6)); in vga_w()
607 vga.crtc.vert_disp_end |= ((data & 0x02) << (8-1)); in vga_w()
612 vga.crtc.vert_disp_end *= (m_interlace ? 2 : 1); in vga_w()
630 …vga.crtc.vert_disp_end = ((m_crtc_regs[0x07] & 0x40) << (9-6)) | ((m_crtc_regs[0x07] & 0x02) << (8… in vga_w()
631 vga.crtc.vert_disp_end |= data; in vga_w()
632 vga.crtc.vert_disp_end *= (m_interlace ? 2 : 1); in vga_w()
661 vga.crtc.vert_disp_end *= 2; in vga_w()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dvis.cpp280 …if(!vga.crtc.horz_disp_end || !vga.crtc.vert_disp_end || !vga.crtc.horz_total || !vga.crtc.vert_to… in recompute_params()
283 …area(0, ((vga.crtc.horz_disp_end + 1) * ((float)(hclock_m)/divisor))-1, 0, vga.crtc.vert_disp_end); in recompute_params()
600 vga.crtc.vert_disp_end = m_crtc_regs[0x12]; in vga_w()
603 vga.crtc.vert_disp_end |= ((data & 0x40) << (9-6)); in vga_w()
607 vga.crtc.vert_disp_end |= ((data & 0x02) << (8-1)); in vga_w()
612 vga.crtc.vert_disp_end *= (m_interlace ? 2 : 1); in vga_w()
630 …vga.crtc.vert_disp_end = ((m_crtc_regs[0x07] & 0x40) << (9-6)) | ((m_crtc_regs[0x07] & 0x02) << (8… in vga_w()
631 vga.crtc.vert_disp_end |= data; in vga_w()
632 vga.crtc.vert_disp_end *= (m_interlace ? 2 : 1); in vga_w()
661 vga.crtc.vert_disp_end *= 2; in vga_w()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dpc_vga.cpp78 #define LINES (vga.crtc.vert_disp_end+1)
79 #define TEXT_LINES (vga.crtc.vert_disp_end+1)
286 save_item(NAME(vga.crtc.vert_disp_end)); in device_start()
1252 res |= (vga.crtc.vert_disp_end & 0x200) >> 3; in crtc_reg_read()
1256 res |= (vga.crtc.vert_disp_end & 0x100) >> 7; in crtc_reg_read()
1296 res = vga.crtc.vert_disp_end & 0xff; in crtc_reg_read()
1423 vga.crtc.vert_disp_end &= ~0x300; in crtc_reg_write()
1426 vga.crtc.vert_disp_end |= ((data & 0x40) << (9-6)); in crtc_reg_write()
1476 vga.crtc.vert_disp_end &= ~0xff; in crtc_reg_write()
1477 vga.crtc.vert_disp_end |= data & 0xff; in crtc_reg_write()
[all …]
H A Dclgd542x.cpp21 #define LINES (vga.crtc.vert_disp_end+1)
22 #define TEXT_LINES (vga.crtc.vert_disp_end+1)
H A Dpc_vga.h157 uint16_t vert_disp_end; member
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dpc_vga.cpp78 #define LINES (vga.crtc.vert_disp_end+1)
79 #define TEXT_LINES (vga.crtc.vert_disp_end+1)
286 save_item(NAME(vga.crtc.vert_disp_end)); in device_start()
1252 res |= (vga.crtc.vert_disp_end & 0x200) >> 3; in crtc_reg_read()
1256 res |= (vga.crtc.vert_disp_end & 0x100) >> 7; in crtc_reg_read()
1296 res = vga.crtc.vert_disp_end & 0xff; in crtc_reg_read()
1423 vga.crtc.vert_disp_end &= ~0x300; in crtc_reg_write()
1426 vga.crtc.vert_disp_end |= ((data & 0x40) << (9-6)); in crtc_reg_write()
1476 vga.crtc.vert_disp_end &= ~0xff; in crtc_reg_write()
1477 vga.crtc.vert_disp_end |= data & 0xff; in crtc_reg_write()
[all …]
H A Dclgd542x.cpp21 #define LINES (vga.crtc.vert_disp_end+1)
22 #define TEXT_LINES (vga.crtc.vert_disp_end+1)
H A Dpc_vga.h157 uint16_t vert_disp_end; member
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Ds3virge.cpp692 vga.crtc.vert_disp_end = (vga.crtc.vert_disp_end & 0xfbff) | ((data & 0x02) << 9); in s3_crtc_reg_write()
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Ds3virge.cpp692 vga.crtc.vert_disp_end = (vga.crtc.vert_disp_end & 0xfbff) | ((data & 0x02) << 9); in s3_crtc_reg_write()