69 settings[
"ram"] =
"0x2000000";
118 if (attributeName ==
"template")
121 if (attributeName ==
"machine")
127 if (attributeName ==
"description")
128 return "MVME187 machine.";
130 if (attributeName ==
"comments")
131 return "For experiments with <a href=\"http://www.openbsd.org/mvme88k.html\">OpenBSD/mvme88k</a>.";
static refcount_ptr< Component > Create(const ComponentCreateArgs &args)
Creates a MVME187 Component tree.
static refcount_ptr< Component > CreateComponent(const string &componentNameAndOptionalArgs, GXemul *gxemul=NULL)
Creates a component given a short component name.
map< string, string > ComponentCreationSettings
static string GetAttribute(const string &attributeName)
Gets a Component attribute value.
bool SetVariableValue(const string &name, const string &expression)
Sets a variable to a new value.
void AddChild(refcount_ptr< Component > childComponent, size_t insertPosition=(size_t) -1)
Adds a reference to a child component.
static bool GetCreationArgOverrides(ComponentCreationSettings &settings, const ComponentCreateArgs &createArgs)
Get override arguments for component creation.
bool IsNULL() const
Checks whether or not an object is referenced by the reference counted pointer.