Home
last modified time | relevance | path

Searched refs:m_p_videoram (Results 1 – 25 of 134) sorted by relevance

123456

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dchannelf.cpp42 m_p_videoram = memregion("vram")->base(); in video_start()
60 …int const palette_offset = recalc_palette_offset(m_p_videoram[y*128+125]&3, m_p_videoram[y*128+126… in screen_update_channelf()
64 uint8_t const col = palette_offset+(m_p_videoram[x|(y<<7)]&3); in screen_update_channelf()
H A Dmz80.cpp51 uint8_t chr = m_p_videoram[x]; in screen_update_mz80k()
85 uint8_t chr = m_p_videoram[x]; in screen_update_mz80kj()
119 uint8_t chr = m_p_videoram[x&0x7ff]; in screen_update_mz80a()
H A Dtrs80.cpp35 uint8_t chr = m_p_videoram[x]; in screen_update_trs80()
107 uint8_t chr = m_p_videoram[x]; in screen_update_ht1080z()
175 uint8_t chr = m_p_videoram[x]; in screen_update_lnw80()
285 fg = (m_p_videoram[ x | y ] & 0x38) >> 3; in screen_update_lnw80()
290 fg = m_p_videoram[ 0x3c00 | x | y ] & 0x07; in screen_update_lnw80()
337 uint8_t chr = m_p_videoram[x]; in screen_update_radionic()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dchannelf.cpp42 m_p_videoram = memregion("vram")->base(); in video_start()
60 …int const palette_offset = recalc_palette_offset(m_p_videoram[y*128+125]&3, m_p_videoram[y*128+126… in screen_update_channelf()
64 uint8_t const col = palette_offset+(m_p_videoram[x|(y<<7)]&3); in screen_update_channelf()
H A Dmz80.cpp51 uint8_t chr = m_p_videoram[x]; in screen_update_mz80k()
85 uint8_t chr = m_p_videoram[x]; in screen_update_mz80kj()
119 uint8_t chr = m_p_videoram[x&0x7ff]; in screen_update_mz80a()
H A Dtrs80.cpp35 uint8_t chr = m_p_videoram[x]; in screen_update_trs80()
107 uint8_t chr = m_p_videoram[x]; in screen_update_ht1080z()
175 uint8_t chr = m_p_videoram[x]; in screen_update_lnw80()
285 fg = (m_p_videoram[ x | y ] & 0x38) >> 3; in screen_update_lnw80()
290 fg = m_p_videoram[ 0x3c00 | x | y ] & 0x07; in screen_update_lnw80()
337 uint8_t chr = m_p_videoram[x]; in screen_update_radionic()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dspc1500.cpp253 , m_p_videoram(*this, "videoram") in spc1500_state()
435 if(m_p_videoram[0x7ff] & 0x20) { in get_pcg_addr()
437 } else if(m_p_videoram[0x3ff] & 0x20) { in get_pcg_addr()
439 } else if(m_p_videoram[0x5ff] & 0x20) { in get_pcg_addr()
441 } else if(m_p_videoram[0x1ff] & 0x20) { in get_pcg_addr()
447 m_pcg_attr = m_p_videoram[vaddr]; in get_pcg_addr()
622 …if (offset < 0x4000) { offset += 0x2000; m_p_videoram[offset] = m_p_videoram[offset + 0x4000] = m_… in double_w()
625 …if (offset < 0x10000){ offset += 0x2000; m_p_videoram[offset] = m_p_videoram[offset - 0x4000] = da… in double_w()
646 m_p_videoram[offset-0x1800] = m_p_videoram[offset-0x2000] = data; in double_w()
649 m_p_videoram[offset-0x2000] = data; in double_w()
[all …]
H A Dsm7238.cpp54 , m_p_videoram(*this, "videoram") in sm7238_state()
104 required_shared_ptr<u8> m_p_videoram; member in sm7238_state
194 m_p_videoram[offset] = data; in vmem_w()
195 m_p_videoram[offset + 0x1000] = data; in vmem_w()
253 uint16_t chr = m_p_videoram[x] << 4; in screen_update()
254 uint8_t const attr = m_p_videoram[x + 0x1000]; in screen_update()
323 uint8_t const ctl1 = m_p_videoram[ma + 0x1000 + m_video.stride]; in screen_update()
328 ctl2 = m_p_videoram[ma + 0x1000 + m_video.stride + 1] >> 4; in screen_update()
330 ma = m_p_videoram[ma + m_video.stride + 1] | in screen_update()
331 (m_p_videoram[ma + 0x1000 + m_video.stride + 1] << 8); in screen_update()
H A Djonos.cpp32 , m_p_videoram(*this, "videoram") in jonos_state()
53 required_shared_ptr<u8> m_p_videoram; member in jonos_state
128 u16 ma = (m_p_videoram[0x7da] + (m_p_videoram[0x7db] << 8)) & 0x7ff; in screen_update()
139 u8 chr = m_p_videoram[x]; in screen_update()
H A Datt4425.cpp49 , m_p_videoram(*this, "videoram") in att4425_state()
75 required_shared_ptr<uint8_t> m_p_videoram; member in att4425_state
142 ma = (m_p_videoram[ma] << 8) + m_p_videoram[ma + 1] - 0x8000; in screen_update()
150 uint8_t const chr = m_p_videoram[x + 1]; in screen_update()
151 uint8_t const attr = m_p_videoram[x]; in screen_update()
H A Dgrfd2301.cpp44 , m_p_videoram(*this, "videoram") in grfd2301_state()
58 required_shared_ptr<uint8_t> m_p_videoram; member in grfd2301_state
98 uint8_t chr = m_p_videoram[x+ma]; in screen_update()
H A Dcd2650.cpp70 , m_p_videoram(*this, "videoram") in cd2650_state()
96 required_shared_ptr<u8> m_p_videoram; member in cd2650_state
210 u8 chr = m_p_videoram[mem] & 0x3f; in screen_update()
303 m_p_videoram[i-0x1000] = quick_data[i]; in QUICKLOAD_LOAD_MEMBER()
307 m_p_videoram[i-0x1000] = quick_data[i]; in QUICKLOAD_LOAD_MEMBER()
H A Dvta2000.cpp40 , m_p_videoram(*this, "videoram") in vta2000_state()
58 required_shared_ptr<uint8_t> m_p_videoram; member in vta2000_state
117 uint16_t chr = m_p_videoram[xx++]; in screen_update_vta2000()
118 uint8_t const attr = m_p_videoram[xx++]; in screen_update_vta2000()
H A Dtvgame.cpp29 , m_p_videoram(*this, "videoram") in tvgame_state()
42 required_shared_ptr<uint8_t> m_p_videoram; member in tvgame_state
86 uint8_t gfx = m_p_videoram[x]; in screen_update()
H A Dkrokha.cpp43 , m_p_videoram(*this, "videoram") in krokha_state()
64 required_shared_ptr<u8> m_p_videoram; member in krokha_state
126 uint16_t chr = m_p_videoram[x] << 3; in screen_update()
H A Dm3.cpp27 , m_p_videoram(*this, "videoram") in m3_state()
42 required_shared_ptr<u8> m_p_videoram; member in m3_state
72 uint8_t chr = m_p_videoram[mem]; in INPUT_PORTS_START()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dspc1500.cpp253 , m_p_videoram(*this, "videoram") in spc1500_state()
435 if(m_p_videoram[0x7ff] & 0x20) { in get_pcg_addr()
437 } else if(m_p_videoram[0x3ff] & 0x20) { in get_pcg_addr()
439 } else if(m_p_videoram[0x5ff] & 0x20) { in get_pcg_addr()
441 } else if(m_p_videoram[0x1ff] & 0x20) { in get_pcg_addr()
447 m_pcg_attr = m_p_videoram[vaddr]; in get_pcg_addr()
622 …if (offset < 0x4000) { offset += 0x2000; m_p_videoram[offset] = m_p_videoram[offset + 0x4000] = m_… in double_w()
625 …if (offset < 0x10000){ offset += 0x2000; m_p_videoram[offset] = m_p_videoram[offset - 0x4000] = da… in double_w()
646 m_p_videoram[offset-0x1800] = m_p_videoram[offset-0x2000] = data; in double_w()
649 m_p_videoram[offset-0x2000] = data; in double_w()
[all …]
H A Dsm7238.cpp54 , m_p_videoram(*this, "videoram") in sm7238_state()
104 required_shared_ptr<u8> m_p_videoram; member in sm7238_state
194 m_p_videoram[offset] = data; in vmem_w()
195 m_p_videoram[offset + 0x1000] = data; in vmem_w()
253 uint16_t chr = m_p_videoram[x] << 4; in screen_update()
254 uint8_t const attr = m_p_videoram[x + 0x1000]; in screen_update()
323 uint8_t const ctl1 = m_p_videoram[ma + 0x1000 + m_video.stride]; in screen_update()
328 ctl2 = m_p_videoram[ma + 0x1000 + m_video.stride + 1] >> 4; in screen_update()
330 ma = m_p_videoram[ma + m_video.stride + 1] | in screen_update()
331 (m_p_videoram[ma + 0x1000 + m_video.stride + 1] << 8); in screen_update()
H A Djonos.cpp32 , m_p_videoram(*this, "videoram") in jonos_state()
53 required_shared_ptr<u8> m_p_videoram; member in jonos_state
128 u16 ma = (m_p_videoram[0x7da] + (m_p_videoram[0x7db] << 8)) & 0x7ff; in screen_update()
139 u8 chr = m_p_videoram[x]; in screen_update()
H A Datt4425.cpp49 , m_p_videoram(*this, "videoram") in att4425_state()
75 required_shared_ptr<uint8_t> m_p_videoram; member in att4425_state
142 ma = (m_p_videoram[ma] << 8) + m_p_videoram[ma + 1] - 0x8000; in screen_update()
150 uint8_t const chr = m_p_videoram[x + 1]; in screen_update()
151 uint8_t const attr = m_p_videoram[x]; in screen_update()
H A Dgrfd2301.cpp44 , m_p_videoram(*this, "videoram") in grfd2301_state()
58 required_shared_ptr<uint8_t> m_p_videoram; member in grfd2301_state
98 uint8_t chr = m_p_videoram[x+ma]; in screen_update()
H A Dcd2650.cpp70 , m_p_videoram(*this, "videoram") in cd2650_state()
96 required_shared_ptr<u8> m_p_videoram; member in cd2650_state
210 u8 chr = m_p_videoram[mem] & 0x3f; in screen_update()
303 m_p_videoram[i-0x1000] = quick_data[i]; in QUICKLOAD_LOAD_MEMBER()
307 m_p_videoram[i-0x1000] = quick_data[i]; in QUICKLOAD_LOAD_MEMBER()
H A Dvta2000.cpp40 , m_p_videoram(*this, "videoram") in vta2000_state()
58 required_shared_ptr<uint8_t> m_p_videoram; member in vta2000_state
117 uint16_t chr = m_p_videoram[xx++]; in screen_update_vta2000()
118 uint8_t const attr = m_p_videoram[xx++]; in screen_update_vta2000()
/dports/emulators/mess/mame-mame0226/src/devices/bus/s100/
H A Ddg640.cpp33 m_p_videoram = make_unique_clear<u8[]>(0x400); in device_start()
34 save_pointer(NAME(m_p_videoram), 0x400); in device_start()
54 uint8_t chr = m_p_videoram[x]; in screen_update()
119 return m_p_videoram[offset & 0x3ff]; in s100_smemr_r()
130 m_p_videoram[offset & 0x3ff] = data; in s100_mwrt_w()
/dports/emulators/mame/mame-mame0226/src/devices/bus/s100/
H A Ddg640.cpp33 m_p_videoram = make_unique_clear<u8[]>(0x400); in device_start()
34 save_pointer(NAME(m_p_videoram), 0x400); in device_start()
54 uint8_t chr = m_p_videoram[x]; in screen_update()
119 return m_p_videoram[offset & 0x3ff]; in s100_smemr_r()
130 m_p_videoram[offset & 0x3ff] = data; in s100_mwrt_w()

123456