update format

This commit is contained in:
tildearrow 2023-02-11 17:42:02 -05:00
parent 5b52d9111b
commit 1f8bc8e0ed
3 changed files with 4 additions and 2 deletions

View File

@ -284,6 +284,7 @@ size | description
| - 0xc5: YM2610B CSM - 20 channels
| - 0xc6: K007232 - 2 channels
| - 0xc7: GA20 - 4 channels
| - 0xc8: SM8521 - 3 channels
| - 0xde: YM2610B extended - 19 channels
| - 0xe0: QSound - 19 channels
| - 0xfc: Pong - 1 channel

View File

@ -115,6 +115,7 @@ the following instrument types are available:
- 45: K007232
- 46: GA20
- 47: Pokémon Mini
- 48: SM8521
the following feature codes are recognized:

View File

@ -1824,9 +1824,9 @@ void DivEngine::registerSystems() {
sysDefs[DIV_SYSTEM_SM8521]=new DivSysDef(
"Sharp SM8521", NULL, 0xc8, 0, 3, false, true, 0, false, 0,
"a SoC with wavetable sound hardware",
"a SoC with wavetable sound hardware.",
{"Channel 1", "Channel 2", "Noise"},
{"CH1", "CH2", "NOI"},
{"CH1", "CH2", "NS"},
{DIV_CH_WAVE, DIV_CH_WAVE, DIV_CH_NOISE},
{DIV_INS_SM8521, DIV_INS_SM8521, DIV_INS_SM8521},
{},