We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nataliapc/mcp-openmsx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CALL_IMPOSE.md•413 B
# CALL IMPOSE
## Effect
Sets superimposition mode.
## Syntax
`CALL IMPOSE (<Mode>)`
## Parameter
`<Mode>` is a value between 0 and 2 to set video mode.
- 0 for computer screen (internal synchronization).
- 1 for superimpose (composite video).
- 2 for external video.
## Related to
`COLOR`, `SCREEN`, `SET VIDEO`
## Compatibility
P-BASIC
## Source
Retrieved from "https://www.msx.org/wiki/CALL_IMPOSE"