full ym2612 save/load for 940

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@495 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-06-25 21:53:53 +00:00
parent eaa9417a9b
commit e4fb433cd6
8 changed files with 126 additions and 41 deletions

View file

@ -1,7 +1,7 @@
#include "../../../Pico/sound/ym2612.h"
#include "../../common/helix/pub/mp3dec.h"
// max 16 jobs
// max 16 jobs, lower num means higher prio
enum _940_job_t {
JOB940_INITALL = 1,
JOB940_INVALIDATE_DCACHE,
@ -9,6 +9,9 @@ enum _940_job_t {
JOB940_YM2612UPDATEONE,
JOB940_MP3DECODE,
JOB940_PICOSTATELOAD,
JOB940_PICOSTATESAVE2,
JOB940_PICOSTATELOAD2_PREP,
JOB940_PICOSTATELOAD2,
};
//#define MAX_940JOBS 2