diff loadtools/bpdispatch.c @ 86:684eddecbc62

fc-buzplay play command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 27 Oct 2016 06:51:42 +0000
parents c5766d12360d
children 0af2529d9376
line wrap: on
line diff
--- a/loadtools/bpdispatch.c	Thu Oct 27 05:28:30 2016 +0000
+++ b/loadtools/bpdispatch.c	Thu Oct 27 06:51:42 2016 +0000
@@ -10,6 +10,7 @@
 
 extern int cmd_baud();
 extern int cmd_exit();
+extern int cmd_play();
 extern int loadtool_cmd_passthru();
 
 static struct cmdtab {
@@ -23,6 +24,7 @@
 	{"baud", 0, 1, cmd_baud},
 	{"buzlev", 0, 1, loadtool_cmd_passthru},
 	{"exit", 0, 1, cmd_exit},
+	{"play", 1, 1, cmd_play},
 	{"quit", 0, 1, cmd_exit},
 	{"r8", 1, 1, loadtool_cmd_passthru},
 	{"r16", 1, 1, loadtool_cmd_passthru},