com.monkeycoder.monkeynes.gui
Class OpCodeTestShellGui
java.lang.Object
|
+--com.monkeycoder.monkeynes.gui.OpCodeTestShellGui
- public class OpCodeTestShellGui
- extends Object
This is an interactive GUI dialog that allows for OpCode validation. This is done through
direct manipulation of memory and direct access to the CPU.
Originally part of the MonkeyNES project.
- Author:
- David Stephens
|
Method Summary |
void |
show()
Displays the OpCodeTestShellGui. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpCodeTestShellGui
public OpCodeTestShellGui(Frame inParentFrame,
NesHardware inHardware)
- Creates and configures a new OpCodeTestShellGui.
Note that the window is constructed but not displayed.
- Parameters:
inParentFrame - The parent of this dialog.inHardware - The NesHardware that the test shell will use.
show
public void show()
- Displays the OpCodeTestShellGui.