mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
spg2xx: Fixed handling of beat count register, fixes music looping. [Ryan Holtz]
This commit is contained in:
parent
f6dde62a5c
commit
1a4391dcfb
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user