org.razvan.jzx
Class JZXFrame

java.lang.Object
  extended by org.razvan.jzx.JZXFrame

public class JZXFrame
extends java.lang.Object

The entry point for JZX when running as a standalone application.

The command line parameters that can be specified for this application are "-scale", "-mode" and "-snapshot", to provide the screen scale, hardware mode and, respectively, the snapshot file to load into the emulator.

Author:
Razvan Surdulescu (c) 2001 - 2006
You may use and distribute this software for free provided you include this copyright notice. You may not sell this software, use my name for publicity reasons or modify the code without permission from me.

Constructor Summary
JZXFrame()
           
 
Method Summary
static void main(java.lang.String[] args)
          Create the Frame, create the emulator instance, load the snapshot (if appropriate) and start the emulation loop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JZXFrame

public JZXFrame()
Method Detail

main

public static void main(java.lang.String[] args)
Create the Frame, create the emulator instance, load the snapshot (if appropriate) and start the emulation loop.