Uses of Interface
jfrace.Hardware

Packages that use Hardware
jfrace Basic interfaces and classes of the framework. 
jfrace.cpu Classes emulating Central Processing Units. 
jfrace.device Devices and their configurators (if necessary). 
 

Uses of Hardware in jfrace
 

Subinterfaces of Hardware in jfrace
 interface CPU
          Interface for a central processing unit (CPU).
 interface Device
          Interface for devices (e.g. RAM, graphic card, printer, etc).
 

Methods in jfrace that return Hardware
 Hardware AddressSpaceEvent.getHardware()
          Return the added or removed hardware.
 

Constructors in jfrace with parameters of type Hardware
AddressSpaceEvent(AddressSpace anAddressSpace, int aType, int anAddressOffset, int aModeMask, Hardware aPieceOfHardware)
          Create an event.
 

Uses of Hardware in jfrace.cpu
 

Classes in jfrace.cpu that implement Hardware
 class FJE5
          A simple 5-bit CPU.
 class Intel8080
          Emulation of the 8-bit microprocessor Intel 8080.
 class MC6502
          The 6502 microprocessor.
 class Z80
          Implements an emulation of Zilog's Z80 8-bit processor.
 

Uses of Hardware in jfrace.device
 

Classes in jfrace.device that implement Hardware
 class CPMEmulator
          Device which emulates the BIOS for CP/M V2.2.
 class DummyDevice
          Dummy device.
 class ELZET80Keyboard
          Keyboard of my old ELZET 80 system.
 class GI_AY_3_8910
          This class emulates General Instrument's AY-3-8910 Programmble Sound Generator.
 class LCDDigit
          A Device simulating an LCD digit.
 class LCDPanel
          Panel of horizontally arrange LCDDigits.
 class RAM
          This class emulates the random access memory (RAM) of a computer.
 class ThomsonGDP
          Simulates a graphic display with the Thomson Graphic Display Processor (GDP) EF9365.