37 settings[
"cpu"] =
"88100";
38 settings[
"ram"] =
"0x2000000";
39 settings[
"ncpus"] =
"1";
63 tmpss3 << settings[
"ncpus"];
71 for (
int i=0; i<ncpus; ++i) {
119 if (attributeName ==
"template")
122 if (attributeName ==
"machine")
125 if (attributeName ==
"stable")
128 if (attributeName ==
"description")
129 return "Experimental M88K machine.";
virtual void ShowDebugMessage(const string &msg)=0
Shows a debug message.
static refcount_ptr< Component > CreateComponent(const string &componentNameAndOptionalArgs, GXemul *gxemul=NULL)
Creates a component given a short component name.
map< string, string > ComponentCreationSettings
static refcount_ptr< Component > Create(const ComponentCreateArgs &args)
Creates a "testm88k" Component tree.
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.
UI * GetUI()
Gets a pointer to the GXemul instance' active UI.
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.