minor fixes

parent c566c09a
...@@ -1956,7 +1956,7 @@ static const char *get_mouse_friendlyname (unsigned int mouse) ...@@ -1956,7 +1956,7 @@ static const char *get_mouse_friendlyname (unsigned int mouse)
} }
static const char *get_mouse_uniquename (unsigned int mouse) static const char *get_mouse_uniquename (unsigned int mouse)
{ {
return " "; return "DEFMOUSE1";
} }
static unsigned int get_mouse_widget_num (unsigned int mouse) static unsigned int get_mouse_widget_num (unsigned int mouse)
...@@ -2023,7 +2023,7 @@ static const char *get_kb_friendlyname (unsigned int kb) ...@@ -2023,7 +2023,7 @@ static const char *get_kb_friendlyname (unsigned int kb)
} }
static const char *get_kb_uniquename (unsigned int kb) static const char *get_kb_uniquename (unsigned int kb)
{ {
return " "; return "DEFKEYB1";
} }
static unsigned int get_kb_widget_num (unsigned int kb) static unsigned int get_kb_widget_num (unsigned int kb)
......
...@@ -1652,7 +1652,7 @@ static const char *get_kb_friendlyname (unsigned int kb) ...@@ -1652,7 +1652,7 @@ static const char *get_kb_friendlyname (unsigned int kb)
static const char *get_kb_uniquename (unsigned int kb) static const char *get_kb_uniquename (unsigned int kb)
{ {
return " "; return "DEFKEYB1";
} }
static unsigned int get_kb_widget_num (unsigned int kb) static unsigned int get_kb_widget_num (unsigned int kb)
......
...@@ -2657,7 +2657,7 @@ void memory_cleanup (void) ...@@ -2657,7 +2657,7 @@ void memory_cleanup (void)
mapped_free (a3000lmemory); mapped_free (a3000lmemory);
if (a3000hmemory) if (a3000hmemory)
mapped_free (a3000hmemory); mapped_free (a3000hmemory);
if (bogomemory) if (bogomemory_allocated)
mapped_free (bogomemory); mapped_free (bogomemory);
if (kickmemory) if (kickmemory)
mapped_free (kickmemory); mapped_free (kickmemory);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment