July 8th, 2008
PCSX2/mac is now compatible with japan bios 1.0.
Thanks to lord_muad_dib for suggesting to check it out


July 7th, 2008
Fixed this at last, but I still don’t know why this would trigger EXC_BAD_ACCESS
linux.cpp: _PADopen(void *pDsp):226
#ifndef __APPLE__
XAutoRepeatOff(GSdsp);
#endif
July 7th, 2008
I’ve fixed doublebuffer video mode and here’s a little video teaser.
Bios v2.0
This is developer debug build with AA4x and bilinear filtering enabled. It’s so slow cause it’s in interpreter mode.
July 6th, 2008
So far, I’ve managed to build the main app and plugins zeroGS, GSSoft, CDVDNull, FWNull, SPU2Null and USBLinuz.
I had to port most of the asm files to nasm as gas on mac is very picky, some more hacks too
I’ve tried gtk+ for mac os x first but it didn’t work for me and anyway zeroGS uses glX so I had to use x11 anyway. Now, looks somewhat like this

I’ve tried to test zerogs but unfortunately it just gives me
Bios Version 2.0
GIF reset
NTSC
Framelimiter rate updated (UpdateVSyncRate): 60 fps
MTGS thread unlocked
Bus error
Well, I didn’t hope that zeroGS would work straight away. Now I want to also test GSSoft, but I get the error: error loading GSsetBaseMem. According to other threads it means that GSsoft isn’t compatible with new plugin specs.