mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
fix YMZ280 breakage.
on the side note, it is pretty sad to see neither of persons who did PR and other who merged it didn't tested these changes.
This commit is contained in:
parent
b4555c13a0
commit
041382375a
@ -40,8 +40,8 @@
|
||||
|
||||
#define MAX_SAMPLE_CHUNK 10000
|
||||
|
||||
static constexpr unsigned FRAC_BITS = 9;
|
||||
static constexpr unsigned FRAC_ONE = (1 << FRAC_BITS);
|
||||
#define FRAC_BITS 9
|
||||
#define FRAC_ONE (1 << FRAC_BITS)
|
||||
|
||||
//#define INTERNAL_BUFFER_SIZE (1 << 15)
|
||||
#define INTERNAL_SAMPLE_RATE (m_master_clock * 2.0)
|
||||
|
Loading…
Reference in New Issue
Block a user