I'm working on that a little, maybe I'll get it ^^ The text (s) rom is encrypted, I'll look for that code later. Are you using these roms? "265-p1sr.bin", 0x100000, CRC(ebedae17)? "265-s1sr.bin", 0x020000, CRC(fecbb589)? If so, this code should work for you: DRIVER_INIT( kof2k2sr )
{
int i;
UINT8 *rom = memory_region( REGION_GFX1 );
int rom_size = memory_region_length( REGION_GFX1 );
for( i = 0; i < rom_size; i++ )
{
rom[ i ] = BITSWAP8( rom[ i ], 7, 6, 0, 4, 3, 2, 1, 5 );
}
init_neogeo();
} That game requires some patches if I remember correctly, try using the ones from regular cthd2003