Skip to content

Commit

Permalink
Added these notes - let me know if more license text is required
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 30, 2018
1 parent fa05a4f commit ebc1b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/hw/aica/sgc_if.cpp
Expand Up @@ -755,6 +755,9 @@ struct ChannelEx
}
};

// DecodeADPCM Implementation from MAME -
// license:BSD-3-Clause

static __forceinline int32_t DecodeADPCM(u32 Delta,s32 PrevSignal,s32& PrevQuant)
{
int x = (PrevQuant * quant_mul[Delta & 7]) / 8;
Expand Down

0 comments on commit ebc1b66

Please sign in to comment.