jfrace
Interface Hardware

All Known Subinterfaces:
CPU, Device

public interface Hardware

Basic interface for any type of hardware.

Author:
Franz-Josef Elmer

Method Summary
 int getNumberOfBits()
          Return the number of bits of the data bus this hardware needs.
 void reset()
          Reset the hardware.
 

Method Detail

reset

public void reset()
Reset the hardware. After reseting this hardware will be in a well-defined state.

getNumberOfBits

public int getNumberOfBits()
Return the number of bits of the data bus this hardware needs. This number is only for information. It tells whether the hardware is e.g. an 8-bit or 16-bit CPU.