git @ Cat's Eye Technologies JaC64 / 3e77a62
Resetting the applet should also reset the screen (keyboard, CIA, etc.) catseye 13 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
514514 public void reset() {
515515 System.out.println("Reset - no kill");
516516 cpu.reset();
517 screen.reset();
517518 canvas.requestFocus();
518519 }
519520