mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Missed two lines from my previous commit even when reviewing it, sorry, nw
This commit is contained in:
parent
484a29e60b
commit
1a5609eb67
@ -167,9 +167,6 @@ private:
|
|||||||
|
|
||||||
// sub functions
|
// sub functions
|
||||||
int16_t read_sample(uint16_t bank, uint16_t address);
|
int16_t read_sample(uint16_t bank, uint16_t address);
|
||||||
|
|
||||||
inline int16_t pcm_update(struct qsound_voice *v, int32_t *echo_out);
|
|
||||||
inline void adpcm_update(int voice_no, int nibble);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
DECLARE_DEVICE_TYPE(QSOUND_HLE, qsound_hle_device)
|
DECLARE_DEVICE_TYPE(QSOUND_HLE, qsound_hle_device)
|
||||||
|
Loading…
Reference in New Issue
Block a user