mgba_read_range
Read a contiguous range of memory addresses from Game Boy, GBC, or GBA ROMs using the mGBA emulator for automated testing and game analysis.
Instructions
Read a contiguous range of memory addresses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rom_path | Yes | Path to the ROM file | |
| start_address | Yes | Starting memory address | |
| length | Yes | Number of bytes to read | |
| savestate_path | No | Optional savestate to load | |
| frames | No | Frames to run before reading (default: 60) |