mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 22:22:21 -04:00
parent
a980fe21ac
commit
1070d951e6
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
#define __JAMMER_H__
|
||||
|
||||
#define JAMMER_CH_WIDTH 1000000
|
||||
#define JAMMER_MAX_CH 24
|
||||
#define JAMMER_MAX_CH 80
|
||||
|
||||
namespace jammer {
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ struct SharedMemory {
|
|||
union {
|
||||
ToneData tones_data;
|
||||
struct {
|
||||
JammerChannel jammer_channels[24];
|
||||
JammerChannel jammer_channels[80];
|
||||
HopperChannel hopper_channels[24];
|
||||
} dummy_seperate;
|
||||
uint8_t data[512];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue