notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14ebd37
)
core, fix for vdp save/load regression
author
kub
<derkub@gmail.com>
Fri, 7 Jan 2022 06:32:37 +0000
(07:32 +0100)
committer
kub
<derkub@gmail.com>
Fri, 7 Jan 2022 06:32:37 +0000
(07:32 +0100)
pico/videoport.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/videoport.c
b/pico/videoport.c
index
8269d89
..
1ecb311
100644
(file)
--- a/
pico/videoport.c
+++ b/
pico/videoport.c
@@
-1165,7
+1165,7
@@
void PicoVideoLoad(void)
}
\r
\r
// fake entries in the FIFO if there are outstanding transfers
\r
- vf->fifo_ql = vf->fifo_qx = vf->fifo_total = 0;
\r
+ vf->fifo_ql = vf->fifo_qx = vf->fifo_
cnt = vf->fifo_
total = 0;
\r
if (pv->fifo_cnt) {
\r
int wc = (pv->fifo_cnt + b) >> b;
\r
pv->status |= PVS_FIFORUN|PVS_CPUWR;
\r