mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-21 02:25:16 -05:00
AudioTX, fixed about screen and an LCR address list bug
This commit is contained in:
parent
6c0102abd4
commit
c2fbc0c8d5
9 changed files with 31 additions and 26 deletions
|
|
@ -29,7 +29,6 @@
|
|||
#include "portapack.hpp"
|
||||
#include "audio.hpp"
|
||||
#include "event_m0.hpp"
|
||||
#include "baseband_api.hpp"
|
||||
|
||||
#include "ui_about.hpp"
|
||||
#include "touch.hpp"
|
||||
|
|
@ -318,7 +317,7 @@ void AboutView::render_audio() {
|
|||
}
|
||||
}
|
||||
|
||||
ym_buffer[ym_render_cnt] = (ym_out * 2) - 93;
|
||||
ym_buffer[ym_render_cnt] = (ym_out * 2) - 45;
|
||||
|
||||
if (ym_sample_cnt < 960) {
|
||||
ym_sample_cnt++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue