Skip to content

Microtouch: fix compilation warnings, optimize command handling and liftoffs#4685

Merged
OBattler merged 2 commits into
86Box:masterfrom
mourix:master
Aug 3, 2024
Merged

Microtouch: fix compilation warnings, optimize command handling and liftoffs#4685
OBattler merged 2 commits into
86Box:masterfrom
mourix:master

Conversation

@mourix

@mourix mourix commented Aug 3, 2024

Copy link
Copy Markdown
Contributor

Summary

My current progress as a quick PR to fix compiler warnings:

  • Always return 0 (success) for commands to greatly increase compatibility in case we don't know what to do.
  • Remove command wrapper function plus empty commands and fix compiler warnings around it.
  • Fix unit type string for SMT2/3.
  • Update touch liftoff to send previous location to make win95 paint go less crazy. Touchdown still not great though.

Checklist

mourix added 2 commits August 4, 2024 00:19
- Always return <SOH>0<CR> (success) for commands to greatly increase compatibility with unknown command.
- Remove empty commands because of this.
- Remove command wrapper function.
- Fix compiler warnings.
- Fix unit type string for SMT2/3.
- Guard for empty commands.
@OBattler
OBattler merged commit 61e6052 into 86Box:master Aug 3, 2024
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

Successfully merging this pull request may close these issues.

2 participants