notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
389aa76
)
tried to adjust timers using formulae
author
notaz
<notasas@gmail.com>
Thu, 26 Jun 2008 19:32:34 +0000
(19:32 +0000)
committer
notaz
<notasas@gmail.com>
Thu, 26 Jun 2008 19:32:34 +0000
(19:32 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@497
be3aeb3a
-fb24-0410-a615-
afba39da0efa
linux/940ctl_ym2612.c
patch
|
blob
|
blame
|
history
diff --git
a/linux/940ctl_ym2612.c
b/linux/940ctl_ym2612.c
index
32e672f
..
b6b593a
100644
(file)
--- a/
linux/940ctl_ym2612.c
+++ b/
linux/940ctl_ym2612.c
@@
-53,6
+53,16
@@
void YM2612PicoStateLoad_940(void)
}
}
+void YM2612PicoStateSave2_940(int tat, int tbt)
+{
+ YM2612PicoStateSave2(tat, tbt);
+}
+
+int YM2612PicoStateLoad2_940(int *tat, int *tbt)
+{
+ return YM2612PicoStateLoad2(tat, tbt);
+}
+
void sharedmem_init(void)
{