mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04: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:
parent
eaa9417a9b
commit
e4fb433cd6
8 changed files with 126 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue