mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
48e8482fc2
commit
a403080104
9 changed files with 310 additions and 32 deletions
|
@ -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
|
||||
|
||||
// -----------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue