Home
last modified time | relevance | path

Searched refs:BACKTAB_HEIGHT (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dstic.h78 static constexpr unsigned BACKTAB_HEIGHT = 12; variable
81 …static constexpr unsigned SCREEN_HEIGHT = (OVERSCAN_TOP_HEIGHT + (BACKTAB_HEIGHT * CAR…
165 uint16_t m_backtab_buffer[BACKTAB_HEIGHT][BACKTAB_WIDTH];
H A Dstic.cpp676 h < BACKTAB_HEIGHT; in render_color_stack_mode()
745 h < BACKTAB_HEIGHT; in render_fg_bg_mode()
805 bottomBorder = (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT) * Y_SCALE - 1; in copy_sprites_to_background()
886 for(row = 0; row < BACKTAB_HEIGHT; row++) in draw_background()
973 for(row = 0; row < BACKTAB_HEIGHT; row++) in draw_background()
1114 …hibit ? CARD_WIDTH : m_col_delay)) * X_SCALE, (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT … in draw_borders()
1115 …IDTH - 1) * X_SCALE, 0, OVERSCAN_RIGHT_WIDTH, (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT … in draw_borders()
1118 …intv_plot_box(bitmap, 0, (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT) * Y_SCALE, (OVERSCAN… in draw_borders()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dstic.h78 static constexpr unsigned BACKTAB_HEIGHT = 12; variable
81 …static constexpr unsigned SCREEN_HEIGHT = (OVERSCAN_TOP_HEIGHT + (BACKTAB_HEIGHT * CAR…
165 uint16_t m_backtab_buffer[BACKTAB_HEIGHT][BACKTAB_WIDTH];
H A Dstic.cpp676 h < BACKTAB_HEIGHT; in render_color_stack_mode()
745 h < BACKTAB_HEIGHT; in render_fg_bg_mode()
805 bottomBorder = (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT) * Y_SCALE - 1; in copy_sprites_to_background()
886 for(row = 0; row < BACKTAB_HEIGHT; row++) in draw_background()
973 for(row = 0; row < BACKTAB_HEIGHT; row++) in draw_background()
1114 …hibit ? CARD_WIDTH : m_col_delay)) * X_SCALE, (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT … in draw_borders()
1115 …IDTH - 1) * X_SCALE, 0, OVERSCAN_RIGHT_WIDTH, (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT … in draw_borders()
1118 …intv_plot_box(bitmap, 0, (OVERSCAN_TOP_HEIGHT + BACKTAB_HEIGHT * CARD_HEIGHT) * Y_SCALE, (OVERSCAN… in draw_borders()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dintv.cpp672 for (int row = 0; row < stic_device::BACKTAB_HEIGHT; row++) in INTERRUPT_GEN_MEMBER()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dintv.cpp672 for (int row = 0; row < stic_device::BACKTAB_HEIGHT; row++) in INTERRUPT_GEN_MEMBER()