tallforasmurf / CHIP8IDE

An interactive development and emulation environment for the CHIP8/SCHIP system
30 stars 1 forks source link

Memory status line not cleared on LOAD #25

Closed tallforasmurf closed 7 years ago

tallforasmurf commented 7 years ago

Run a program and stop with some condition, e.g. breakpoint. Load a different program in Editor, click LOAD. The Memory status line still shows the prior status reason.

tallforasmurf commented 7 years ago

rather large commit c789261 to divide memory update into pre-reset and post-reset conditions.