'*****************************************************************************
'* 
'* CONSOLE SCRIPTS, USED IN EMULATION (EmuLib.*)
'*
'* Version history:
'*  2008 - initial code (by WadiM)
'*
'* Used in emulation to provide path-independed way to locate console scripts
'* 
'*****************************************************************************

//List of aliases of console scripts (to use with "use module" instruction)

public const CONSOLE_ALL	as string = "Console\con_all"
public const CONSOLE_X86	as string = "Console\con_x86"
public const CONSOLE_X86_AT	as string = "Console\con_x86a"
public const CONSOLE_Z80	as string = "Console\con_z80"
public const CONSOLE_M65	as string = "Console\con_m65"
public const CONSOLE_M68K	as string = "Console\con_m68k"
public const CONSOLE_I8080	as string = "Console\con_i80"
public const CONSOLE_PDP11	as string = "Console\con_pdp11"
