Exemplo n.º 1
0
blargg_err_t Ay_Emu::track_info_( track_info_t* out, int track ) const
{
	copy_ay_fields( file, out, track );
	return 0;
}
Exemplo n.º 2
0
 blargg_err_t track_info_( track_info_t* out, int track ) const
 {
     copy_ay_fields( file, out, track );
     return blargg_ok;
 }