Skip to content

Commit

Permalink
add wavetable size for new system
Browse files Browse the repository at this point in the history
  • Loading branch information
LTVA1 committed Nov 29, 2023
1 parent 76cf9c5 commit 388684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/sysDef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ void DivEngine::registerSystems() {
);

sysDefs[DIV_SYSTEM_ES5503]=new DivSysDef(
"Ensoniq ES5503", NULL, 0xff, 0, 32, false, true, 0x171, false, (1U<<DIV_SAMPLE_DEPTH_8BIT),
"Ensoniq ES5503", NULL, 0xff, 0, 32, false, true, 0x171, false, (1U<<DIV_SAMPLE_DEPTH_8BIT), 256, 256,
"first Ensoniq chip used in their synths and Apple IIGS\ncomputer. Has 32 hard-panned 8-bit wavetable/sample channels,\ncan do oscillator sync (like SID) and amplitude modulation.\nCan have up to 128 KiB (2 banks of 64 KiB) of memory\nfor wavetables/samples.\nAs Robert Yannes (SID chip creator)\nsaid, it's more or less what SID chip could be\nif he was given enough time for its development.",
{"Channel 1", "Channel 2", "Channel 3", "Channel 4", "Channel 5", "Channel 6", "Channel 7", "Channel 8", "Channel 9", "Channel 10", "Channel 11", "Channel 12", "Channel 13", "Channel 14", "Channel 15", "Channel 16", "Channel 17", "Channel 18", "Channel 19", "Channel 20", "Channel 21", "Channel 22", "Channel 23", "Channel 24", "Channel 25", "Channel 26", "Channel 27", "Channel 28", "Channel 29", "Channel 30", "Channel 31", "Channel 32"},
{"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32"},
Expand Down

0 comments on commit 388684a

Please sign in to comment.