Home
last modified time | relevance | path

Searched refs:s3_vga_device (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvirge_pci.cpp120 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 0, data >> 0); in vga_3b0_w()
126 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 1, data >> 8); in vga_3b0_w()
142 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 2, data >> 16); in vga_3b0_w()
144 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 3, data >> 24); in vga_3b0_w()
164 downcast<s3_vga_device *>(m_vga.target())->port_03c0_w(offset * 4 + 0, data >> 0); in vga_3c0_w()
166 downcast<s3_vga_device *>(m_vga.target())->port_03c0_w(offset * 4 + 1, data >> 8); in vga_3c0_w()
168 downcast<s3_vga_device *>(m_vga.target())->port_03c0_w(offset * 4 + 2, data >> 16); in vga_3c0_w()
191 downcast<s3_vga_device *>(m_vga.target())->port_03d0_w(offset * 4 + 0, data >> 0); in vga_3d0_w()
197 downcast<s3_vga_device *>(m_vga.target())->port_03d0_w(offset * 4 + 1, data >> 8); in vga_3d0_w()
214 return downcast<s3_vga_device *>(m_vga.target())->mem_r(offset); in vram_r()
[all …]
H A Dpc_vga.cpp156 s3_vga_device::s3_vga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint3… in s3_vga_device() function in s3_vga_device
157 : s3_vga_device(mconfig, S3_VGA, tag, owner, clock) in s3_vga_device()
161 s3_vga_device::s3_vga_device(const machine_config &mconfig, device_type type, const char *tag, devi… in s3_vga_device() function in s3_vga_device
381 void s3_vga_device::device_start() in device_start()
2033 void s3_vga_device::device_reset() in device_reset()
2569 uint16_t s3_vga_device::offset() in offset()
2704 void s3_vga_device::s3_define_video_mode() in s3_define_video_mode()
3129 uint8_t s3_vga_device::port_03b0_r(offs_t offset) in port_03b0_r()
3166 uint8_t s3_vga_device::port_03c0_r(offs_t offset) in port_03c0_r()
3196 uint8_t s3_vga_device::port_03d0_r(offs_t offset) in port_03d0_r()
[all …]
H A Dpc_vga.h584 class s3_vga_device : public ati_vga_device in DECLARE_DEVICE_TYPE()
588 s3_vga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); in DECLARE_DEVICE_TYPE()
606s3_vga_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u… in DECLARE_DEVICE_TYPE()
672 DECLARE_DEVICE_TYPE(S3_VGA, s3_vga_device) in DECLARE_DEVICE_TYPE() argument
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvirge_pci.cpp120 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 0, data >> 0); in vga_3b0_w()
126 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 1, data >> 8); in vga_3b0_w()
142 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 2, data >> 16); in vga_3b0_w()
144 downcast<s3_vga_device *>(m_vga.target())->port_03b0_w(offset * 4 + 3, data >> 24); in vga_3b0_w()
164 downcast<s3_vga_device *>(m_vga.target())->port_03c0_w(offset * 4 + 0, data >> 0); in vga_3c0_w()
166 downcast<s3_vga_device *>(m_vga.target())->port_03c0_w(offset * 4 + 1, data >> 8); in vga_3c0_w()
168 downcast<s3_vga_device *>(m_vga.target())->port_03c0_w(offset * 4 + 2, data >> 16); in vga_3c0_w()
191 downcast<s3_vga_device *>(m_vga.target())->port_03d0_w(offset * 4 + 0, data >> 0); in vga_3d0_w()
197 downcast<s3_vga_device *>(m_vga.target())->port_03d0_w(offset * 4 + 1, data >> 8); in vga_3d0_w()
214 return downcast<s3_vga_device *>(m_vga.target())->mem_r(offset); in vram_r()
[all …]
H A Dpc_vga.cpp156 s3_vga_device::s3_vga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint3… in s3_vga_device() function in s3_vga_device
157 : s3_vga_device(mconfig, S3_VGA, tag, owner, clock) in s3_vga_device()
161 s3_vga_device::s3_vga_device(const machine_config &mconfig, device_type type, const char *tag, devi… in s3_vga_device() function in s3_vga_device
381 void s3_vga_device::device_start() in device_start()
2033 void s3_vga_device::device_reset() in device_reset()
2569 uint16_t s3_vga_device::offset() in offset()
2704 void s3_vga_device::s3_define_video_mode() in s3_define_video_mode()
3129 uint8_t s3_vga_device::port_03b0_r(offs_t offset) in port_03b0_r()
3166 uint8_t s3_vga_device::port_03c0_r(offs_t offset) in port_03c0_r()
3196 uint8_t s3_vga_device::port_03d0_r(offs_t offset) in port_03d0_r()
[all …]
H A Dpc_vga.h584 class s3_vga_device : public ati_vga_device in DECLARE_DEVICE_TYPE()
588 s3_vga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); in DECLARE_DEVICE_TYPE()
606s3_vga_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u… in DECLARE_DEVICE_TYPE()
672 DECLARE_DEVICE_TYPE(S3_VGA, s3_vga_device) in DECLARE_DEVICE_TYPE() argument
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Dsvga_s3.cpp47 screen.set_screen_update(m_vga, FUNC(s3_vga_device::screen_update)); in device_add_mconfig()
87 … 0x03bf, read8sm_delegate(*m_vga, FUNC(s3_vga_device::port_03b0_r)), write8sm_delegate(*m_vga, FUN… in device_start()
88 … 0x03cf, read8sm_delegate(*m_vga, FUNC(s3_vga_device::port_03c0_r)), write8sm_delegate(*m_vga, FUN… in device_start()
89 … 0x03df, read8sm_delegate(*m_vga, FUNC(s3_vga_device::port_03d0_r)), write8sm_delegate(*m_vga, FUN… in device_start()
107 …0, 0xbffff, read8sm_delegate(*m_vga, FUNC(s3_vga_device::mem_r)), write8sm_delegate(*m_vga, FUNC(s… in device_start()
H A Dsvga_s3.h38 required_device<s3_vga_device> m_vga;
H A Ds3virge.cpp44 : s3_vga_device(mconfig, type, tag, owner, clock) in s3virge_vga_device()
167 return s3_vga_device::offset(); in offset()
778 res = s3_vga_device::port_03c0_r(offset); in port_03c0_r()
790 s3_vga_device::port_03c0_w(offset,data); in port_03c0_w()
H A Ds3virge.h19 class s3virge_vga_device : public s3_vga_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Dsvga_s3.cpp47 screen.set_screen_update(m_vga, FUNC(s3_vga_device::screen_update)); in device_add_mconfig()
87 … 0x03bf, read8sm_delegate(*m_vga, FUNC(s3_vga_device::port_03b0_r)), write8sm_delegate(*m_vga, FUN… in device_start()
88 … 0x03cf, read8sm_delegate(*m_vga, FUNC(s3_vga_device::port_03c0_r)), write8sm_delegate(*m_vga, FUN… in device_start()
89 … 0x03df, read8sm_delegate(*m_vga, FUNC(s3_vga_device::port_03d0_r)), write8sm_delegate(*m_vga, FUN… in device_start()
107 …0, 0xbffff, read8sm_delegate(*m_vga, FUNC(s3_vga_device::mem_r)), write8sm_delegate(*m_vga, FUNC(s… in device_start()
H A Dsvga_s3.h38 required_device<s3_vga_device> m_vga;
H A Ds3virge.cpp44 : s3_vga_device(mconfig, type, tag, owner, clock) in s3virge_vga_device()
167 return s3_vga_device::offset(); in offset()
778 res = s3_vga_device::port_03c0_r(offset); in port_03c0_r()
790 s3_vga_device::port_03c0_w(offset,data); in port_03c0_w()
H A Ds3virge.h19 class s3virge_vga_device : public s3_vga_device
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpcshare.cpp166 screen.set_screen_update("vga", FUNC(s3_vga_device::screen_update)); in pcvideo_s3_vga()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpcshare.cpp166 screen.set_screen_update("vga", FUNC(s3_vga_device::screen_update)); in pcvideo_s3_vga()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsavquest.cpp83 required_device<s3_vga_device> m_vga;
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsavquest.cpp83 required_device<s3_vga_device> m_vga;