README.openmsx-control 558 B

12345678910111213141516
  1. openMSX Control Example
  2. =======================
  3. Using the "-control" command line parameter, the openMSX process can be
  4. controlled from another process. The control protocol XML-based.
  5. In openmsx-control.cc you'll find an example client application which
  6. communicates with openMSX using the control protocol.
  7. Note: We try to keep the control protocol stable, but there is no hard
  8. guarantee it won't change in the next release.
  9. author: Wouter Vermaelen
  10. openmsx-control.cc is public domain, use it as you see fit.
  11. There is no warranty of any kind.