OpenMSXConTroL Utility and script
Go to file
2024-06-24 13:52:11 +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 Removed hex2bin by sdcc object copy. 2024-06-24 13:52:11 +02:00
Makelocal.mk.tpl Removed hex2bin by sdcc object copy. 2024-06-24 13:52:11 +02:00
README.md Includes src and usage text 2020-05-01 04:07:52 +02:00

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