mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
region detection, cd states wip, fixes, stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@25 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
cb0316e4c5
commit
51a902ae25
26 changed files with 520 additions and 291 deletions
|
@ -168,7 +168,9 @@ struct mcd_misc
|
|||
{
|
||||
unsigned short hint_vector;
|
||||
unsigned char busreq;
|
||||
unsigned char pad0;
|
||||
unsigned char s68k_pend_ints;
|
||||
unsigned int state_flags; // emu state: reset_pending,
|
||||
unsigned int counter75hz;
|
||||
|
||||
};
|
||||
|
||||
|
@ -191,6 +193,13 @@ typedef struct
|
|||
|
||||
#define Pico_mcd ((mcd_state *)Pico.rom)
|
||||
|
||||
// Area.c
|
||||
int PicoAreaPackCpu(unsigned char *cpu, int is_sub);
|
||||
int PicoAreaUnpackCpu(unsigned char *cpu, int is_sub);
|
||||
|
||||
// cd/Area.c
|
||||
int PicoCdSaveState(void *file);
|
||||
int PicoCdLoadState(void *file);
|
||||
|
||||
// Draw.c
|
||||
int PicoLine(int scan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue