cookerlyk / Chip8

Chip-8 Interpreter written in C
MIT License
16 stars 1 forks source link

Graphical Memory View GUI #14

Open cookerlyk opened 7 years ago

cookerlyk commented 7 years ago

Create a separate window that can be opened via optional command arg that will display the memory access and structure for the program. Color coded for changes and decaying once they changed or are accessed.

Will be good practice to do this with the relatively simple chip 8 emulator for actually doing this for other emu projects in the pipeline