Next: , Previous: , Up: Commands   [Contents][Index]


13.4.11 Dump (0x41)

Saves the machine state to a file.

Command body:

byte 0: Save ROMs to snapshot file?

0x01: true, 0x00: false

byte 1: Save disks to snapshot file?

0x01: true, 0x00: false

byte 2: Length of filename
byte 3+: Filename

The filename to save the snapshot to.

Response type:

0x41: MON_RESPONSE_DUMP

Response body:

Currently empty.