Added OPN test... not working on the A2560K
This commit is contained in:
Peter Weingartner 2021-12-08 18:54:44 -05:00
parent 3ebf94e25b
commit 773579d865
3 changed files with 1863 additions and 1859 deletions

View file

@ -537,8 +537,9 @@ const t_cli_test_feature cli_test_features[] = {
{"MIDILOOP", "MIDILOOP: perform a loopback test on the MIDI ports", midi_loop_test}, {"MIDILOOP", "MIDILOOP: perform a loopback test on the MIDI ports", midi_loop_test},
{"MIDIRX", "MIDIRX: perform a receive test on the MIDI ports", midi_rx_test}, {"MIDIRX", "MIDIRX: perform a receive test on the MIDI ports", midi_rx_test},
{"MIDITX", "MIDITX: send a note to a MIDI keyboard", midi_tx_test}, {"MIDITX", "MIDITX: send a note to a MIDI keyboard", midi_tx_test},
{"OPM", "OPM [EXT|INT]: test the OPM sound chip", opm_test},
{"OPL3", "OPL3: test the OPL3 sound chip", opl3_test}, {"OPL3", "OPL3: test the OPL3 sound chip", opl3_test},
{"OPN", "OPN [EXT|INT]: test the OPN sound chip", opm_test},
{"OPM", "OPM [EXT|INT]: test the OPM sound chip", opm_test},
{"PANIC", "PANIC: test the kernel panic mechanism", cli_test_panic}, {"PANIC", "PANIC: test the kernel panic mechanism", cli_test_panic},
{"PSG", "PSG: test the PSG sound chip", psg_test}, {"PSG", "PSG: test the PSG sound chip", psg_test},
{"PRINT", "PRINT: sent text to the printer", cmd_test_print}, {"PRINT", "PRINT: sent text to the printer", cmd_test_print},

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff