Rename QT to QuadTone

This commit is contained in:
Natt Akuma 2023-03-06 00:58:27 +07:00
parent 359d9c268c
commit fc2db92d4f
8 changed files with 38 additions and 38 deletions

View file

@ -1833,8 +1833,8 @@ void DivEngine::registerSystems() {
namcoEffectHandlerMap
);
sysDefs[DIV_SYSTEM_SFX_BEEPER_QT]=new DivSysDef(
"ZX Spectrum Beeper (QuadTone Engine)", NULL, 0xfe, 0, 5, false, true, 0, false, 1U<<DIV_SAMPLE_DEPTH_8BIT,
sysDefs[DIV_SYSTEM_SFX_BEEPER_QUADTONE]=new DivSysDef(
"ZX Spectrum Beeper (QuadTone Engine)", NULL, 0xca, 0, 5, false, true, 0, false, 1U<<DIV_SAMPLE_DEPTH_8BIT,
"Another ZX Spectrum beeper system with full PWM pulses and 3-level volume per channel. It also has a pitchable overlay sample channel.",
{"Channel 1", "Channel 2", "Channel 3", "Channel 4", "PCM"},
{"CH1", "CH2", "CH3", "CH4", "PCM"},