mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-26 07:50:04 +00:00
Tabs...
This commit is contained in:
+4
-4
@@ -144,12 +144,12 @@ namespace ComSquare::APU
|
||||
std::shared_ptr<MemoryMap> _map;
|
||||
|
||||
//! @brief Total size of the buffer containing samples
|
||||
static constexpr int32_t bufferSize = 0x10000;
|
||||
//! @brief Buffer containing samples to be played
|
||||
static constexpr int32_t bufferSize = 0x10000;
|
||||
//! @brief Buffer containing samples to be played
|
||||
int16_t _soundBuffer[bufferSize];
|
||||
|
||||
//! @brief The DSP component used to produce sound
|
||||
DSP::DSP _dsp;
|
||||
//! @brief The DSP component used to produce sound
|
||||
DSP::DSP _dsp;
|
||||
|
||||
//! @brief Read from the APU ram.
|
||||
//! @param addr The address to read from. The address 0x0000 should refer to the first byte of the register.
|
||||
|
||||
Reference in New Issue
Block a user