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:
notaz 2007-01-28 22:51:16 +00:00
parent cb0316e4c5
commit 51a902ae25
26 changed files with 520 additions and 291 deletions

View file

@ -1,5 +1,6 @@
// TODO...
// #include <string.h>
#include "../PicoInt.h"
#define rot_comp Pico_mcd->rot_comp
@ -197,3 +198,8 @@ void gfx_cd_write(unsigned int a, unsigned int d)
}
void gfx_cd_reset(void)
{
memset(&rot_comp.Reg_58, 0, 0/*sizeof(Pico_mcd->rot_comp)*/);
}