Skip to content

TSS: ML command support #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
toyoshim opened this issue Aug 30, 2016 · 1 comment
Open

TSS: ML command support #5

toyoshim opened this issue Aug 30, 2016 · 1 comment

Comments

@toyoshim
Copy link
Owner

toyoshim commented Aug 30, 2016

This command has been dropped from the official manual for a long time, but exists in the original TSS.

The spec-like information from the original source code follows.

compiler side:

                        case 'm':
                                if('l' == sort->peek()){        // multiple
                                        sort->get();
                                        if (!getOneParam(dt, 1, 0, 255, TSSC_ERR_MULTIPLE))
                                                goto error;
                                        data->put(0x93);
                                        data->put(dt);

driver side:

                                case 0x93:
                                        // multiple
                                        work->channel[i]->multiple = work->work[i].channelData[work->work[i].channelPos++];
                                        break;
@toyoshim
Copy link
Owner Author

aike fixed this issue!
#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant