mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
SVP save support
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@352 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
94fc546caa
commit
945c2fdcfd
5 changed files with 85 additions and 24 deletions
|
@ -367,6 +367,14 @@ PICO_INTERNAL int PicoAreaUnpackCpu(unsigned char *cpu, int is_sub);
|
|||
PICO_INTERNAL int PicoCdSaveState(void *file);
|
||||
PICO_INTERNAL int PicoCdLoadState(void *file);
|
||||
|
||||
typedef struct {
|
||||
int chunk;
|
||||
int size;
|
||||
void *ptr;
|
||||
} carthw_state_chunk;
|
||||
extern carthw_state_chunk *carthw_chunks;
|
||||
#define CHUNK_CARTHW 64
|
||||
|
||||
// Cart.c
|
||||
PICO_INTERNAL void PicoCartDetect(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue