Home
last modified time | relevance | path

Searched refs:SD0_y (Results 1 – 1 of 1) sorted by last modified time

/dports/emulators/hercules/hercules-3.13/
H A Dcmpsc.c373 #define SD0_y(sd0, i) ((sd0)[0] & (0x10 >> (i))) macro
385 #define SD0_ecb(sd0, i, cce, y) (((i) < 5) ? SD0_y((sd0), (i)) : (y) ? CCE_y((cce), ((i) - 5)) : 1)
870 logmsg("%c", (SD0_y(sd1, j) ? '1' : '0')); in cmpsc_print_sd()