mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
18e95d7f8a
commit
d5d119243c
3 changed files with 8 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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\\
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue