diff loadtools/ltdispatch.c @ 852:8a89a42baa70

fc-loadtool tfc139-audio-dump hack implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 09 Oct 2021 21:24:51 +0000
parents 0d199c6a6ea4
children
line wrap: on
line diff
--- a/loadtools/ltdispatch.c	Wed Aug 18 15:48:35 2021 +0000
+++ b/loadtools/ltdispatch.c	Sat Oct 09 21:24:51 2021 +0000
@@ -17,6 +17,7 @@
 extern int cmd_exit();
 extern int cmd_flash();
 extern int cmd_help();
+extern int cmd_tfc139_audio_dump();
 extern int cmd_timeout_cal();
 extern int loadtool_cmd_passthru();
 
@@ -43,6 +44,7 @@
 	{"r8", 1, 1, loadtool_cmd_passthru},
 	{"r16", 1, 1, loadtool_cmd_passthru},
 	{"r32", 1, 1, loadtool_cmd_passthru},
+	{"tfc139-audio-dump", 0, 1, cmd_tfc139_audio_dump},
 	{"timeout-cal", 1, 1, cmd_timeout_cal},
 	{"w8", 2, 2, loadtool_cmd_passthru},
 	{"w16", 2, 2, loadtool_cmd_passthru},