spg2xx: Fixed handling of beat count register, fixes music looping. [Ryan Holtz]

This commit is contained in:
mooglyguy 2018-10-15 21:07:32 +02:00
parent f6dde62a5c
commit 1a4391dcfb
2 changed files with 295 additions and 276 deletions

File diff suppressed because it is too large Load Diff

View File

@ -407,8 +407,6 @@ protected:
bool fetch_sample(address_space &space, const uint32_t channel);
inline void loop_channel(const uint32_t channel);
inline void verboselog(int n_level, const char *s_fmt, ...) ATTR_PRINTF(3, 4);
struct rgbtriad_t
{
uint8_t r, g, b;