buggy port of gfx/cd, silpheed started working?

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@73 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-03-21 22:59:44 +00:00
parent 48e8482fc2
commit a403080104
9 changed files with 310 additions and 32 deletions

View file

@ -991,6 +991,7 @@ static u32 PicoReadS68k32(u32 a)
#endif
#ifndef _ASM_CD_MEMORY_C
/* check: jaguar xj 220 (draws entire world using decode) */
static void decode_write8(u32 a, u8 d, int r3)
{
@ -1043,7 +1044,7 @@ static void decode_write16(u32 a, u16 d, int r3)
//dprintf("FIXME: decode");
}
#endif
// -----------------------------------------------------------------