Home
last modified time | relevance | path

Searched refs:m_read_ram (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dvtvideo.cpp79 , m_read_ram(*this) in vt100_video_device()
108 m_read_ram.resolve_safe(0); in device_start()
379 if (m_read_ram(0) != 0x7f) in video_update()
391 uint8_t code = m_read_ram(addr + xpos); in video_update()
403 temp = m_read_ram(addr + xpos + 1) * 256 + m_read_ram(addr + xpos + 2); in video_update()
698 if (m_read_ram(0) != 0xff) // video uninitialized? in video_update()
707 temp = m_read_ram(addr + 2) * 256 + m_read_ram(addr + 1); in video_update()
710 temp = m_read_ram(attr_addr); in video_update()
723 code = m_read_ram(addr + xpos); in video_update()
743 temp = m_read_ram(addr + xpos + 2) * 256 + m_read_ram(addr + xpos + 1); in video_update()
[all …]
H A Dvtvideo.h26 auto ram_rd_callback() { return m_read_ram.bind(); } in ram_rd_callback()
56 devcb_read8 m_read_ram; variable
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dvtvideo.cpp79 , m_read_ram(*this) in vt100_video_device()
108 m_read_ram.resolve_safe(0); in device_start()
379 if (m_read_ram(0) != 0x7f) in video_update()
391 uint8_t code = m_read_ram(addr + xpos); in video_update()
403 temp = m_read_ram(addr + xpos + 1) * 256 + m_read_ram(addr + xpos + 2); in video_update()
698 if (m_read_ram(0) != 0xff) // video uninitialized? in video_update()
707 temp = m_read_ram(addr + 2) * 256 + m_read_ram(addr + 1); in video_update()
710 temp = m_read_ram(attr_addr); in video_update()
723 code = m_read_ram(addr + xpos); in video_update()
743 temp = m_read_ram(addr + xpos + 2) * 256 + m_read_ram(addr + xpos + 1); in video_update()
[all …]
H A Dvtvideo.h26 auto ram_rd_callback() { return m_read_ram.bind(); } in ram_rd_callback()
56 devcb_read8 m_read_ram; variable