crystalct
crystalct
Cadillacs and Dinosaurs Turbo (bootleg set 2 (with PIC16c57), 930201 etc) [Bootleg, No sound] AKA dinopic4.zip ?
Yes and no.... the sources to be modified are those on the github libretro fbneo core... once the problem has been solved (big endian issue) on the original sources I...
A PC has a little endian CPU. PS3 has a BIG endian CPU. It's a Big Endian Issue.
Android ARM is not Big Endian CPU
Sorry, but my free time is almost zero... :-P
I should have completely updated the FBneo sources, but the last time I tried to do so, the compiled core had become so large that the PS3's limited RAM became...
@barbudreadmon I tried to compile LIGHT=1 but driverlist.h contains all the DRVs making it impossible to link the .a file How do i generate driverlist.h for light compilation?
opsss... make generate-files
@barbudreadmon this: void __fastcall DinopicLayerWrite(UINT32 a, UINT16 d) { if (a == 0x800222) { *((UINT16*)(CpsReg + 0x06)) = d; should be: void __fastcall DinopicLayerWrite(UINT32 a, UINT16 d) { if (a...
> > I tried to compile LIGHT=1 > > @crystalct this is meant for nds and removes A LOT of drivers, i don't think you want to use that for...