2020-05-01 00:25:22 +00:00
|
|
|
# omsxctl
|
|
|
|
|
2020-05-01 02:00:32 +00:00
|
|
|
'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
|
|
|
|
|
2020-05-01 02:07:52 +00:00
|
|
|
Pass the tcl script to openMSX on the command line:
|
2020-05-01 02:00:32 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
```
|