psp memhandlers, vsync, stuff

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@289 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-11-01 19:24:13 +00:00
parent 88b3d7c16a
commit 3ec29f016c
16 changed files with 836 additions and 40 deletions

View file

@ -254,9 +254,9 @@ PICO_INTERNAL int PsndRender(int offset, int length)
SN76496Update(PsndOut+offset, length, stereo);
// Add in the stereo FM buffer
if (PicoOpt & 1)
if (PicoOpt & 1) {
buf32_updated = YM2612UpdateOne(buf32, length, stereo, 1);
else
} else
memset32(buf32, 0, length<<stereo);
//printf("active_chs: %02x\n", buf32_updated);