'******************************************************************************
'* 
'* PC/XT ISA CHIPSET v.1.0 (CHIPSET DEVICE)
'*
'* Supported platform/bus: X86
'*
'* Chipset, used in original x86 PC/XT (model 5160) and clones
'*
'* PIC i8259, PIT i8253, DMA i8237, FDC i8272, KBC i8048
'* 
'* Version history:
'*  - v.1.0 by WadiM (initial emulation)
'*
'****************************************************************************** 

//parent PC ISA chipset implementation
public use object CHIPSET_PC

//chipset name
DeviceName="PC/XT ISA Chipset"
DebugName="PCXT_ISASET"
