tallforasmurf / CHIP8IDE

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

Hitting LOAD while emulator running causes unpredictable results #13

Closed tallforasmurf closed 8 years ago

tallforasmurf commented 8 years ago

Hitting LOAD should stop execution if the emulator is running. Maybe it does a reset_vm but the emulator keeps trying to execute zeros?