Home
last modified time | relevance | path

Searched refs:spg110_video_device (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dspg110.cpp112 …map(0x002010, 0x002015).rw(m_spg_video, FUNC(spg110_video_device::tmap0_regs_r), FUNC(spg110_video… in internal_map()
113 …map(0x002016, 0x00201b).rw(m_spg_video, FUNC(spg110_video_device::tmap1_regs_r), FUNC(spg110_video… in internal_map()
116 map(0x00201c, 0x00201c).w(m_spg_video, FUNC(spg110_video_device::spg110_201c_w)); in internal_map()
120 …map(0x002028, 0x002028).rw(m_spg_video, FUNC(spg110_video_device::spg110_2028_r), FUNC(spg110_vide… in internal_map()
121 …map(0x002029, 0x002029).rw(m_spg_video, FUNC(spg110_video_device::spg110_2029_r), FUNC(spg110_vide… in internal_map()
129 …map(0x002037, 0x002037).rw(m_spg_video, FUNC(spg110_video_device::spg110_2037_r), FUNC(spg110_vide… in internal_map()
137 …map(0x002042, 0x002042).rw(m_spg_video, FUNC(spg110_video_device::spg110_2042_r),FUNC(spg110_video… in internal_map()
146 map(0x002060, 0x002060).w(m_spg_video, FUNC(spg110_video_device::dma_dst_w)); in internal_map()
148 …map(0x002062, 0x002062).rw(m_spg_video, FUNC(spg110_video_device::dma_len_status_r),FUNC(spg110_vi… in internal_map()
151 …map(0x002065, 0x002065).rw(m_spg_video, FUNC(spg110_video_device::dma_manual_r), FUNC(spg110_video… in internal_map()
[all …]
H A Dspg110_video.cpp12 spg110_video_device::spg110_video_device(const machine_config &mconfig, device_type type, const cha… in spg110_video_device() function in spg110_video_device
29 spg110_video_device::spg110_video_device(const machine_config &mconfig, const char *tag, device_t *… in spg110_video_device() function in spg110_video_device
34 template<spg110_video_device::flipx_t FlipX>
345 uint16_t spg110_video_device::spg110_2063_r() in spg110_2063_r()
458 void spg110_video_device::dma_manual_w(uint16_t data) in dma_manual_w()
463 uint16_t spg110_video_device::dma_manual_r() in dma_manual_r()
469 uint16_t spg110_video_device::dma_len_status_r() in dma_len_status_r()
543 void spg110_video_device::device_start() in device_start()
558 void spg110_video_device::device_reset() in device_reset()
663 WRITE_LINE_MEMBER(spg110_video_device::vblank) in WRITE_LINE_MEMBER()
[all …]
H A Dspg110_video.h15 class spg110_video_device : public device_t, public device_memory_interface
19spg110_video_device(const machine_config &mconfig, device_type type, const char *tag, device_t *ow…
20spg110_video_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t cloc…
23spg110_video_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t cloc… in spg110_video_device() function
24 : spg110_video_device(mconfig, tag, owner, clock) in spg110_video_device()
171 DECLARE_DEVICE_TYPE(SPG110_VIDEO, spg110_video_device)
H A Dspg110.h59 required_device<spg110_video_device> m_spg_video;
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dspg110.cpp112 …map(0x002010, 0x002015).rw(m_spg_video, FUNC(spg110_video_device::tmap0_regs_r), FUNC(spg110_video… in internal_map()
113 …map(0x002016, 0x00201b).rw(m_spg_video, FUNC(spg110_video_device::tmap1_regs_r), FUNC(spg110_video… in internal_map()
116 map(0x00201c, 0x00201c).w(m_spg_video, FUNC(spg110_video_device::spg110_201c_w)); in internal_map()
120 …map(0x002028, 0x002028).rw(m_spg_video, FUNC(spg110_video_device::spg110_2028_r), FUNC(spg110_vide… in internal_map()
121 …map(0x002029, 0x002029).rw(m_spg_video, FUNC(spg110_video_device::spg110_2029_r), FUNC(spg110_vide… in internal_map()
129 …map(0x002037, 0x002037).rw(m_spg_video, FUNC(spg110_video_device::spg110_2037_r), FUNC(spg110_vide… in internal_map()
137 …map(0x002042, 0x002042).rw(m_spg_video, FUNC(spg110_video_device::spg110_2042_r),FUNC(spg110_video… in internal_map()
146 map(0x002060, 0x002060).w(m_spg_video, FUNC(spg110_video_device::dma_dst_w)); in internal_map()
148 …map(0x002062, 0x002062).rw(m_spg_video, FUNC(spg110_video_device::dma_len_status_r),FUNC(spg110_vi… in internal_map()
151 …map(0x002065, 0x002065).rw(m_spg_video, FUNC(spg110_video_device::dma_manual_r), FUNC(spg110_video… in internal_map()
[all …]
H A Dspg110_video.cpp12 spg110_video_device::spg110_video_device(const machine_config &mconfig, device_type type, const cha… in spg110_video_device() function in spg110_video_device
29 spg110_video_device::spg110_video_device(const machine_config &mconfig, const char *tag, device_t *… in spg110_video_device() function in spg110_video_device
34 template<spg110_video_device::flipx_t FlipX>
345 uint16_t spg110_video_device::spg110_2063_r() in spg110_2063_r()
458 void spg110_video_device::dma_manual_w(uint16_t data) in dma_manual_w()
463 uint16_t spg110_video_device::dma_manual_r() in dma_manual_r()
469 uint16_t spg110_video_device::dma_len_status_r() in dma_len_status_r()
543 void spg110_video_device::device_start() in device_start()
558 void spg110_video_device::device_reset() in device_reset()
663 WRITE_LINE_MEMBER(spg110_video_device::vblank) in WRITE_LINE_MEMBER()
[all …]
H A Dspg110_video.h15 class spg110_video_device : public device_t, public device_memory_interface
19spg110_video_device(const machine_config &mconfig, device_type type, const char *tag, device_t *ow…
20spg110_video_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t cloc…
23spg110_video_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t cloc… in spg110_video_device() function
24 : spg110_video_device(mconfig, tag, owner, clock) in spg110_video_device()
171 DECLARE_DEVICE_TYPE(SPG110_VIDEO, spg110_video_device)
H A Dspg110.h59 required_device<spg110_video_device> m_spg_video;