rename PCM to DMC
This commit is contained in:
parent
51414203b9
commit
3cdeb02adb
|
@ -700,7 +700,7 @@ void DivEngine::registerSystems() {
|
||||||
"NES (Ricoh 2A03)", NULL, 0x06, 0x06, 5, false, true, 0x161, false, (1U<<DIV_SAMPLE_DEPTH_1BIT_DPCM)|(1U<<DIV_SAMPLE_DEPTH_8BIT),
|
"NES (Ricoh 2A03)", NULL, 0x06, 0x06, 5, false, true, 0x161, false, (1U<<DIV_SAMPLE_DEPTH_1BIT_DPCM)|(1U<<DIV_SAMPLE_DEPTH_8BIT),
|
||||||
"also known as Famicom in Japan, it's the most well-known game console of the '80's.",
|
"also known as Famicom in Japan, it's the most well-known game console of the '80's.",
|
||||||
{"Pulse 1", "Pulse 2", "Triangle", "Noise", "DPCM"},
|
{"Pulse 1", "Pulse 2", "Triangle", "Noise", "DPCM"},
|
||||||
{"S1", "S2", "TR", "NO", "PCM"},
|
{"S1", "S2", "TR", "NO", "DMC"},
|
||||||
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_WAVE, DIV_CH_NOISE, DIV_CH_PCM},
|
{DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_WAVE, DIV_CH_NOISE, DIV_CH_PCM},
|
||||||
{DIV_INS_NES, DIV_INS_NES, DIV_INS_NES, DIV_INS_NES, DIV_INS_AMIGA},
|
{DIV_INS_NES, DIV_INS_NES, DIV_INS_NES, DIV_INS_NES, DIV_INS_AMIGA},
|
||||||
{},
|
{},
|
||||||
|
|
Loading…
Reference in a new issue