OpenMSXConTroL Utility and script
转到文件
Willem Cazander d7f26a5db7 Unignored eclipse project file. 2021-07-02 18:58:59 +02:00
src inital commit 1.0 2020-05-01 04:00:32 +02:00
.gitignore Unignored eclipse project file. 2021-07-02 18:58:59 +02:00
.project Unignored eclipse project file. 2021-07-02 18:58:59 +02:00
Makefile Moved line 2020-05-01 04:34:54 +02:00
Makelocal.mk.tpl inital commit 1.0 2020-05-01 04:00:32 +02:00
README.md Includes src and usage text 2020-05-01 04:07:52 +02:00

README.md

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