zeta0134 / LuaGB

A gameboy emulator written in pure Lua. Work in progress.
BSD 3-Clause "New" or "Revised" License
412 stars 35 forks source link

Debug Panel - Memory Viewer #25

Open zeta0134 opened 5 years ago

zeta0134 commented 5 years ago

Other than the disassembly panel and watching the processor registers directly, there's not really a good way to explore main memory. This is a glaring omission compared to other emulators, and should be pretty easy to implement, at least from the CPU's point of view.