Ejemplo n.º 1
0
static int
GetPosIRQScanline( void )
{
	switch( namcos2_gametype )
	{
		case NAMCOS21_AIRCOMBAT:
		case NAMCOS21_STARBLADE:
		case NAMCOS21_CYBERSLED:
		case NAMCOS21_SOLVALOU:
		case NAMCOS21_WINRUN91:
		return 16; /* ? */

		default:
		return namcos2_GetPosIrqScanline();
	}
}
Ejemplo n.º 2
0
static int
GetPosIRQScanline( void )
{
	if( IsSystem21() ) return 0;
	return namcos2_GetPosIrqScanline();
}