mickfixesjunk
Posts: 1
Joined: Mon Jun 30, 2025 6:43 am

WIP - Memory Viz Tool in Python for Debug Mode

Hey folks,
I wrote this to help me learn game memory usage and reverse engineering.

https://github.com/mickfixesjunk/mame-m ... -tools.git

Demo : https://youtu.be/KWL9bUdH-zs?si=rAUiYKGAMCHBlzWW

Its still a WIP so will probably be a bit janky - remember CTRL-SHIFT-D to start:stop (you might need to hold it for a second if the CPU is busy)

If it goes wonky just reset it by deleting the memory-log.txt, and content of snap/frames and instructions folders.

In tkinter-viz.py there are variables for rom and ram size, which you might need to adjust depending on the game or system you are analyzing

Leaving it here as I’m Curious on if others would find it useful or if something better already exists.

Return to “Work In Progress (WIP)”