MSM6258: VGM EXPORT!!!

This commit is contained in:
tildearrow 2023-09-11 01:19:02 -05:00
parent b5c53319ef
commit 8b7b21d909
4 changed files with 90 additions and 3 deletions

View file

@ -1820,7 +1820,7 @@ void DivEngine::registerSystems() {
sysDefs[DIV_SYSTEM_GA20]=new DivSysDef(
"Irem GA20", NULL, 0xc7, 0, 4, false, true, 0x171, false, 1U<<DIV_SAMPLE_DEPTH_8BIT,
"yet another PCM chip from Irem.",
"yet another PCM chip from Irem. like Amiga, but less pitch resolution and no sample loop.",
{"Channel 1", "Channel 2", "Channel 3", "Channel 4"},
{"CH1", "CH2", "CH3", "CH4"},
{DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM},