notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
cue/bin finally implemented
[picodrive.git]
/
Pico
/
sound
/
sn76496.h
Commit
Line
Data
cc68a136
1
#ifndef SN76496_H
\r
2
#define SN76496_H
\r
3
\r
4
void SN76496Write(int data);
\r
5
void SN76496Update(short *buffer,int length,int stereo);
\r
6
int SN76496_init(int clock,int sample_rate);
\r
7
\r
8
#endif
\r