Home
last modified time | relevance | path

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

/dports/games/libretro-o2em/libretro-o2em-f874a75/src/
H A Dvpp.c37 static uint8_t vpp_r=0; variable
215 vpp_r = vpp_data; in vpp_write()
322 if (vpp_r & 0x10) { in vpp_update_screen()
325 if ((vpp_r & 0x80) && blink_st) { in vpp_update_screen()
336 if ((vpp_r & 0x80) && !(attr & 8) && !blink_st) { in vpp_update_screen()
338 if (!(vpp_r & 0x10) || (x != vpp_cx) || (l != vpp_cy)) { in vpp_update_screen()
343 if (((y == 0) && (vpp_r & 8)) || ((y != 0) && (vpp_r & 1))) { in vpp_update_screen()
344 if ((!conc) || (!(vpp_r & 4))) { in vpp_update_screen()
345 if (box || (!(vpp_r & 2))) { in vpp_update_screen()
359 if (vpp_r & 0x20) in vpp_update_screen()
[all …]
/dports/emulators/o2em/o2em117src/src/
H A Dvpp.c43 static Byte vpp_r=0; variable
224 vpp_r = vpp_data; in vpp_write()
410 if (vpp_r & 0x10) { in vpp_update_screen()
413 if ((vpp_r & 0x80) && blink_st) { in vpp_update_screen()
424 if ((vpp_r & 0x80) && !(attr & 8) && !blink_st) { in vpp_update_screen()
426 if (!(vpp_r & 0x10) || (x != vpp_cx) || (l != vpp_cy)) { in vpp_update_screen()
431 if (((y == 0) && (vpp_r & 8)) || ((y != 0) && (vpp_r & 1))) { in vpp_update_screen()
432 if ((!conc) || (!(vpp_r & 4))) { in vpp_update_screen()
433 if (box || (!(vpp_r & 2))) { in vpp_update_screen()
447 if (vpp_r & 0x20) { in vpp_update_screen()
[all …]
/dports/emulators/o2em/o2em117src/
H A Dvpp.c42 static Byte vpp_r=0; variable
223 vpp_r = vpp_data; in vpp_write()
409 if (vpp_r & 0x10) { in vpp_update_screen()
412 if ((vpp_r & 0x80) && blink_st) { in vpp_update_screen()
423 if ((vpp_r & 0x80) && !(attr & 8) && !blink_st) { in vpp_update_screen()
425 if (!(vpp_r & 0x10) || (x != vpp_cx) || (l != vpp_cy)) { in vpp_update_screen()
430 if (((y == 0) && (vpp_r & 8)) || ((y != 0) && (vpp_r & 1))) { in vpp_update_screen()
431 if ((!conc) || (!(vpp_r & 4))) { in vpp_update_screen()
432 if (box || (!(vpp_r & 2))) { in vpp_update_screen()
446 if (vpp_r & 0x20) { in vpp_update_screen()
[all …]