'******************************************************************************
'* 
'* INIT OF TURBO PC/XT (Compatible with Generic Turbo XT Bios by Anonymous)
'*
'* Note: - This script always executed while emulation starting and then 
'*         "used" by other emulation scripts (to provide access to CPU etc.)
'*
'******************************************************************************

? "[INIT] Started emulation of Anonymous Turbo PC/XT"

'Configuring
mem.Size=1*1024*1024 '1 Mb of memory

'Assembling
public use object CPU_I8086 as CPU 'processor i8086
public use object "mboard" as MB : pc.AddDevice(MB) 'motherboard
