is_rom_loaded
Verify if a ROM is loaded in the GameBoy emulator using the MCP GameBoy Server to ensure proper game initialization and control.
Instructions
Check if a ROM is currently loaded in the emulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}