ym2612 stray sounds on save load fixed

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@128 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-05-11 20:45:29 +00:00
parent 18e95d7f8a
commit d5d119243c
3 changed files with 8 additions and 4 deletions

View file

@ -313,6 +313,12 @@ void YM2612PicoStateLoad_940(void)
{
int i, old_A1 = addr_A1;
/* make sure JOB940_PICOSTATELOAD gets done before next JOB940_YM2612UPDATEONE */
add_job_940(JOB940_PICOSTATELOAD);
if (CHECK_BUSY(JOB940_PICOSTATELOAD)) wait_busy_940(JOB940_PICOSTATELOAD);
writebuff_ptr = 0;
// feed all the registers and update internal state
for(i = 0; i < 0x100; i++) {
YM2612Write_940(0, i);
@ -324,8 +330,6 @@ void YM2612PicoStateLoad_940(void)
}
addr_A1 = old_A1;
// add_job_940(JOB940_PICOSTATELOAD);
}

View file

@ -116,7 +116,7 @@ ifeq "$(up)" "1"
endif
up: PicoDrive.gpe
@cp -v PicoDrive.gpe /mnt/gp2x/mnt/sd/games/PicoDrive/
@cp -v PicoDrive.gpe /mnt/gp2x/mnt/sd/emus/PicoDrive/
# @cmd //C copy PicoDrive.gpe \\\\10.0.1.2\\gp2x\\mnt\\sd\\games\\PicoDrive\\

View file

@ -65,7 +65,7 @@ misc.o : ../../../Pico/misc.s
up: code940.bin
@cp -v code940.bin /mnt/gp2x/mnt/sd/games/PicoDrive/
@cp -v code940.bin /mnt/gp2x/mnt/sd/emus/PicoDrive/
# cleanup