mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-28 17:09:31 +02:00
Finish migrating to new mem handling. Make carthw db external.
Still need to fix asm and protection emulation. git-svn-id: file:///home/notaz/opt/svn/PicoDrive@769 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -213,12 +213,6 @@ unsigned int PicoRead16(unsigned int a);
|
||||
void PicoWrite16(unsigned int a, unsigned short d);
|
||||
|
||||
|
||||
/* avoid dependency on newer glibc */
|
||||
static int isspace_(int c)
|
||||
{
|
||||
return (0x09 <= c && c <= 0x0d) || c == ' ';
|
||||
}
|
||||
|
||||
void PicoPatchUnload(void)
|
||||
{
|
||||
if (PicoPatches != NULL)
|
||||
|
||||
Reference in New Issue
Block a user