Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp676 #define HARD_DDF_STOP (HARD_DDF_LIMITS_DISABLED ? maxhpos : 0xd4) macro
978 stop = plfstop + DDF_OFFSET < hpos || plfstop > HARD_DDF_STOP ? HARD_DDF_STOP : plfstop;
981 stop = plfstop + DDF_OFFSET <= hpos || plfstop > HARD_DDF_STOP ? HARD_DDF_STOP : plfstop;
2369 if (pos == HARD_DDF_STOP) {
2561 int ddfstop_to_test_ddf = HARD_DDF_STOP;
2596 if (pos <= HARD_DDF_STOP && stoppos > HARD_DDF_STOP) {
2895 if (last_decide_line_hpos < HARD_DDF_STOP && hstart > HARD_DDF_STOP) {
2896 plf_end_hpos = HARD_DDF_STOP + DDF_OFFSET;
2925 if (last_decide_line_hpos < HARD_DDF_STOP && hpos >= HARD_DDF_STOP) {
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c458 #define HARD_DDF_STOP 0xd4 macro
614 int stop = plfstop < hpos || plfstop > HARD_DDF_STOP ? HARD_DDF_STOP : plfstop; in estimate_last_fetch_cycle()
1248 ddfstop_to_test = HARD_DDF_STOP; in update_fetch()
1249 if (ddfstop >= last_fetch_hpos && ddfstop < HARD_DDF_STOP) in update_fetch()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c666 #define HARD_DDF_STOP (HARD_DDF_LIMITS_DISABLED ? 0xff : 0xd6) macro
843 int stop = plfstop < hpos || plfstop > HARD_DDF_STOP ? HARD_DDF_STOP : plfstop; in estimate_last_fetch_cycle()
1881 ddfstop_to_test = HARD_DDF_STOP; in update_fetch()