Home
last modified time | relevance | path

Searched refs:toscr_nbits (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c877 static int toscr_nbits; variable
1389 toscr_nbits = 0; in flush_display()
1703 if (toscr_nbits > 16) in maybe_finish_last_fetch()
1704 toscr_nbits = 0; in maybe_finish_last_fetch()
1705 if (toscr_nbits == 16) in maybe_finish_last_fetch()
1798 if (toscr_nbits > 16) { in one_fetch_cycle_0()
1800 toscr_nbits = 0; in one_fetch_cycle_0()
1802 if (toscr_nbits == 16) in one_fetch_cycle_0()
1853 toscr_nbits = 0; in update_fetch_x()
1855 if (toscr_nbits == 16) in update_fetch_x()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp1024 static int toscr_nbits; variable
1751 toscr_nbits = 0;
2259 if (toscr_nbits > 16)
2260 toscr_nbits = 0;
2261 if (toscr_nbits == 16)
2451 if (toscr_nbits > 16) {
2453 toscr_nbits = 0;
2455 if (toscr_nbits == 16)
2494 toscr_nbits = 0;
2496 if (toscr_nbits == 16)
[all …]
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c645 static int toscr_nbits; variable
930 if (toscr_nbits > 0 && thisline_decision.plfleft != -1) in flush_display()
931 toscr (toscr_nbits, fm); in flush_display()
932 toscr_nbits = 0; in flush_display()
1211 toscr_nbits += 2 << toscr_res; in one_fetch_cycle_0()
1213 if (toscr_nbits == 16) in one_fetch_cycle_0()
1215 if (toscr_nbits > 16) in one_fetch_cycle_0()
1362 toscr_nbits = 0; in start_bpl_dma()