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
+1
-0
C64Applet.java
less
more
514
514
public void reset() {
515
515
System.out.println("Reset - no kill");
516
516
cpu.reset();
517
screen.reset();
517
518
canvas.requestFocus();
518
519
}
519
520