'******************************************************************************
'*
'* INIT OF PC "SOFTWARE X86" (Script PC recomended config)
'*
'* 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 SOFTWARE X86 PC"

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

'Assembling
public use object CPU_P586 as CPU 'processor P5/86
public use object "mboard" as MB : pc.AddDevice(MB) 'motherboard



