'******************************************************************************
'* 
'* INIT OF PC "SPC 286/ISA-clone" (Script PC generic 286-clone emulation)
'*
'* 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 SPC 286/ISA-clone"

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

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

