| 1020 | static int tofix = 0; |
| 1021 | |
| 1022 | static void ResetRL(uint8 *target) { |
| 1023 | memset(target, 0xFF, 256); |
| 1024 | InputScanlineHook(0, 0, 0, 0); |
| 1025 | Plinef = target; |
| 1026 | Pline = target; |
| 1027 | firsttile = 0; |
| 1028 | linestartts = timestamp * 48 + X.count; |
| 1029 | tofix = 0; |
| 1030 | FCEUPPU_LineUpdate(); |
| 1031 | tofix = 1; |
| 1032 | } |
| 1033 | |
| 1034 | static uint8 sprlinebuf[256 + 8]; |
| 1035 |
no test coverage detected