omsxctl/README.md

27 lines
536 B
Markdown

# omsxctl
'OpenMSXConTroL' is an utility to send control commands to openMSX from within the emulated msx.
Original idea by 'immetoo' implemented with help from 'm9710797'
(see https://github.com/openMSX/openMSX/issues/1133)
## Usage
Pass the tcl script to openMSX on the command line:
openmsx -script <path-to>/omsxctl.tcl
And then in MSX-DOS execute something like:
omsxctl set throttle off
...
omsxctl exit
## build
Copy Makelocal.mk.tpl to Makelocal.mk and setup your lib paths and type;
```
make help
```