'******************************************************************************
'* 
'* INIT OF POISK-1 (Soviet/Ukrainian IBM/PC-like home computer)
'*
'* 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 Poisk-1"

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

'Assembling
public use object CPU_I8086 as CPU 'processor i8086
cpu.Frequency=5000000 '5 Mhz
public use object "mboard" as MB : pc.AddDevice(MB) 'motherboard
