region detection, cd states wip, fixes, stuff

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@25 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-01-28 22:51:16 +00:00
parent 598e7c06cd
commit 979ba09f05
7 changed files with 136 additions and 105 deletions

View file

@ -23,9 +23,9 @@ YM2612 *ym2612_940 = &ym2612;
int mix_buffer_[44100/50*2]; /* this is where the YM2612 samples will be mixed to */
int *mix_buffer = mix_buffer_;
static _940_data_t shared_data_;
// static _940_data_t shared_data_;
static _940_ctl_t shared_ctl_;
static _940_data_t *shared_data = &shared_data_;
// static _940_data_t *shared_data = &shared_data_;
static _940_ctl_t *shared_ctl = &shared_ctl_;
unsigned char *mp3_mem = 0;