Class rombank

java.lang.Object
  extended byrombank

public class rombank
extends java.lang.Object

This is the rombank Java Edtion Main Class. It encapsulates all another necessary classes to have the work done!!


Constructor Summary
rombank()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the main procedure...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

rombank

public rombank()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main procedure...

Parameters:
args - The command line parameters are passed through this one! It should contain the directory where the ROMs are located. Take a look at the program usage instructions!