Hi, Have you tried with the MAME's integrated debugger? https://docs.mamedev.org/debugger/index.html There is a "load" command to load a binary file into the emulated memory: https://docs.mamedev.org/debugger/memory.html#debugger-command-load After that, the "go" command can be u...