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:
4321a68
)
audio: fix for save/load
author
kub
<derkub@gmail.com>
Wed, 6 May 2020 20:58:39 +0000
(22:58 +0200)
committer
kub
<derkub@gmail.com>
Wed, 6 May 2020 20:58:39 +0000
(22:58 +0200)
pico/state.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/state.c
b/pico/state.c
index
6047adb
..
b0b6a33
100644
(file)
--- a/
pico/state.c
+++ b/
pico/state.c
@@
-565,7
+565,7
@@
readend:
z80_unpack(buff_z80);
\r
\r
// due to dep from 68k cycles..
\r
- Pico.t.m68c_aim = Pico.t.m68c_cnt;
\r
+ Pico.t.m68c_
frame_start = Pico.t.m68c_
aim = Pico.t.m68c_cnt;
\r
if (PicoIn.AHW & PAHW_32X)
\r
Pico32xStateLoaded(0);
\r
if (PicoIn.AHW & PAHW_MCD)
\r