mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-02-05 17:30:41 +00:00
increase cassette header size
This commit is contained in:
parent
5ec3f59f2e
commit
fd88a93aa8
@ -170,7 +170,7 @@ void CassetteIn::tone() {
|
||||
|
||||
this->playing = false;
|
||||
|
||||
const unsigned int HEAD_SAMPLES = 17;
|
||||
const unsigned int HEAD_SAMPLES = 1020;
|
||||
std::int_fast8_t slope_was = 0;
|
||||
std::uint_fast32_t i_was = 0;
|
||||
std::uint_fast32_t c_head = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user