示例#1
0
static int apf_cpf_fill_wave(INT16 *buffer, int length, UINT8 *bytes)
{
    return apf_cpf_handle_cassette(buffer, bytes);
}
示例#2
0
static int apf_cpf_calculate_size_in_samples(const UINT8 *bytes, int length)
{
    apf_image_size = length;

    return apf_cpf_handle_cassette(nullptr, bytes);
}
示例#3
0
文件: apf_apt.cpp 项目: MASHinfo/mame
static int apf_cpf_fill_wave(int16_t *buffer, int length, uint8_t *bytes)
{
	return apf_cpf_handle_cassette(buffer, bytes);
}