mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-22 11:52:37 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user