Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dmos7360.cpp359 save_item(NAME(m_ecmcolor)); in device_start()
406 memset(m_ecmcolor, 0, sizeof(m_ecmcolor)); in device_reset()
700 m_ecmcolor[0] = m_colors[ecm]; in drawlines()
701 m_ecmcolor[1] = attr & 0x7f; in drawlines()
702 draw_character(ybegin, yend, ch & ~0xc0, yoff, xoff, m_ecmcolor); in drawlines()
H A Dmos7360.h159 …uint16_t m_c16_bitmap[2], m_bitmapmulti[4], m_mono[2], m_monoinversed[2], m_multi[4], m_ecmcolor[2… variable
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dmos7360.cpp359 save_item(NAME(m_ecmcolor)); in device_start()
406 memset(m_ecmcolor, 0, sizeof(m_ecmcolor)); in device_reset()
700 m_ecmcolor[0] = m_colors[ecm]; in drawlines()
701 m_ecmcolor[1] = attr & 0x7f; in drawlines()
702 draw_character(ybegin, yend, ch & ~0xc0, yoff, xoff, m_ecmcolor); in drawlines()
H A Dmos7360.h159 …uint16_t m_c16_bitmap[2], m_bitmapmulti[4], m_mono[2], m_monoinversed[2], m_multi[4], m_ecmcolor[2… variable
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvic4567.cpp275 save_item(NAME(m_ecmcolor)); in device_start()
343 m_ecmcolor[i] = 0; in device_reset()
869 m_ecmcolor[0] = m_colors[ecm]; in drawlines()
870 m_ecmcolor[1] = attr; in drawlines()
871 draw_character(ybegin, yend, ch & ~0xC0, yoff, xoff, m_ecmcolor, start_x, end_x); in drawlines()
1108 m_ecmcolor[0] = m_colors[ecm]; in vic2_drawlines()
1109 m_ecmcolor[1] = attr; in vic2_drawlines()
1110 draw_character(ybegin, yend, ch & ~0xC0, yoff, xoff, m_ecmcolor, start_x, end_x); in vic2_drawlines()
H A Dvic4567.h192 …uint16_t m_c64_bitmap[2], m_bitmapmulti[4], m_mono[2], m_multi[4], m_ecmcolor[2], m_colors[4], m_s… variable
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvic4567.cpp275 save_item(NAME(m_ecmcolor)); in device_start()
343 m_ecmcolor[i] = 0; in device_reset()
869 m_ecmcolor[0] = m_colors[ecm]; in drawlines()
870 m_ecmcolor[1] = attr; in drawlines()
871 draw_character(ybegin, yend, ch & ~0xC0, yoff, xoff, m_ecmcolor, start_x, end_x); in drawlines()
1108 m_ecmcolor[0] = m_colors[ecm]; in vic2_drawlines()
1109 m_ecmcolor[1] = attr; in vic2_drawlines()
1110 draw_character(ybegin, yend, ch & ~0xC0, yoff, xoff, m_ecmcolor, start_x, end_x); in vic2_drawlines()
H A Dvic4567.h192 …uint16_t m_c64_bitmap[2], m_bitmapmulti[4], m_mono[2], m_multi[4], m_ecmcolor[2], m_colors[4], m_s… variable