mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
maybe this will change touchgo (nw)
This commit is contained in:
parent
4325f253c3
commit
73290ab260
@ -54,8 +54,8 @@ protected:
|
||||
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
|
||||
|
||||
private:
|
||||
static constexpr unsigned NUM_CHANNELS = 0x07;
|
||||
static constexpr unsigned VOLUME_LEVELS = 0x10;
|
||||
static constexpr int NUM_CHANNELS = 0x07;
|
||||
static constexpr int VOLUME_LEVELS = 0x10;
|
||||
|
||||
struct sound_channel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user