<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://oldwiki.arcadecontrols.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Loadman</id>
	<title>BYOAC OLD Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://oldwiki.arcadecontrols.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Loadman"/>
	<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php/Special:Contributions/Loadman"/>
	<updated>2026-05-18T05:45:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12688</id>
		<title>Mala Plugins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12688"/>
		<updated>2011-07-03T08:11:27Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
Installing a plug-in varies a little but basically you need to have the *.mplugin file in the ../mala/plugins directory as well as any other files (like set-up files) that are provided with the Plug-In.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsE.JPG|240px]] When MaLa starts it looks to see what *.mplugin files are in that directory. It will then list them in..&lt;br /&gt;
&lt;br /&gt;
Assuming you have done the relevant set-up (if any) required for that plug-in, it should work the next time you run MaLa.&lt;br /&gt;
&lt;br /&gt;
== Creating MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Know how to code in Delphi or C++?&lt;br /&gt;
&lt;br /&gt;
Even if you don't, why not try?  &lt;br /&gt;
&lt;br /&gt;
You can download Delphi Starter or Visual Studio Express C++ and begin producing your own Plug-ins very quickly:&lt;br /&gt;
&lt;br /&gt;
It can be as complex or as simple as you like. Start by modifying the example supplied. (Event Logger)&lt;br /&gt;
&lt;br /&gt;
Free Download Links:&lt;br /&gt;
&lt;br /&gt;
'''Delphi Starter Edition (Cheap) :'''  [http://www.embarcadero.com/products/delphi/starter Download Here]  &lt;br /&gt;
&lt;br /&gt;
'''MS C++ Express Edition:'''        [http://www.microsoft.com/express/vc/ Download Here]&lt;br /&gt;
&lt;br /&gt;
You, for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your joysticks for a custom control panel.&lt;br /&gt;
&lt;br /&gt;
In any case, the Latest MaLa. The latest version has the Plugin SDK included so have a play.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The example provided, 'EVENT LOGGER' saves a line to a text file every time a event happens.&lt;br /&gt;
&lt;br /&gt;
When you are ready you can substitute this code with your own code to make the plug-in do somethings else.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsX.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the plug-ins are triggered on various events.&lt;br /&gt;
&lt;br /&gt;
* Game Selected,&lt;br /&gt;
* Emulator Selected,&lt;br /&gt;
* List Selected,&lt;br /&gt;
* Orientation Switch,&lt;br /&gt;
* Game Start,&lt;br /&gt;
* Game Quit,&lt;br /&gt;
* Screen saver Start,&lt;br /&gt;
* Screen saver Switch,&lt;br /&gt;
* Screen saver Stop,&lt;br /&gt;
* Attract Mode Start,&lt;br /&gt;
* Attract Mode Stop,&lt;br /&gt;
* MaLa Start,&lt;br /&gt;
* MaLa Quit,&lt;br /&gt;
* MaLa Tree Up,&lt;br /&gt;
* MaLaTree Down&lt;br /&gt;
&lt;br /&gt;
On these events you decide what your plug-in will do..&lt;br /&gt;
&lt;br /&gt;
Or you can have your Plug-in tell MaLa what to do (using MaLa Messages)&lt;br /&gt;
*  STOP BG MUSIC &lt;br /&gt;
*  START BG MUSIC &lt;br /&gt;
*  NEXT SONG &lt;br /&gt;
*  PREVIOUS SONG &lt;br /&gt;
*  SWITCH ORIENTATION &lt;br /&gt;
*  FLIP ORIENTATION &lt;br /&gt;
*  START SCREENSAVER &lt;br /&gt;
*  STOP SCREENSAVER &lt;br /&gt;
*  Move game list ONE UP&lt;br /&gt;
*  Move game list ONE DOWN &lt;br /&gt;
*  Move game list XUP &lt;br /&gt;
*  Move game list XDOWN &lt;br /&gt;
*  Move game list LETTERUP &lt;br /&gt;
*  Move game list LETTERDOWN &lt;br /&gt;
*  Set state of one LED &lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  Reset last LED state&lt;br /&gt;
*  NEXT GAME LIST&lt;br /&gt;
*  PREVIOUS GAME LIST &lt;br /&gt;
*  NEXT EMULATOR &lt;br /&gt;
*  PREVIOUS EMULATOR &lt;br /&gt;
*  START GAME &lt;br /&gt;
*  START RANDOM GAME&lt;br /&gt;
*  QUIT GAME &lt;br /&gt;
*  EXIT MaLa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try it. It's lots of fun  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12687</id>
		<title>Mala Plugins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12687"/>
		<updated>2011-07-03T08:11:14Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
Installing a plug-in varies a little but basically you need to have the *.mplugin file in the ../mala/plugins directory as well as any other files (like set-up files) that are provided with the Plug-In.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsE.JPG|240px]] When MaLa starts it looks to see what *.mplugin files are in that directory. It will then list them in..&lt;br /&gt;
&lt;br /&gt;
Assuming you have done the relevant set-up (if any) required for that plug-in, it should work the next time you run MaLa.&lt;br /&gt;
&lt;br /&gt;
== Creating MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Know how to code in Delphi or C++?&lt;br /&gt;
&lt;br /&gt;
Even if you don't, why not try?  &lt;br /&gt;
&lt;br /&gt;
You can download Delphi Starter or Visual Studio Express C++ and begin producing your own Plug-ins very quickly:&lt;br /&gt;
&lt;br /&gt;
It can be as complex or as simple as you like. Start by modifying the example supplied. (Event Logger)&lt;br /&gt;
&lt;br /&gt;
Free Download Links:&lt;br /&gt;
&lt;br /&gt;
'''Delphi Starter Edition (Cheap) :'''  [http://www.embarcadero.com/products/delphi/starter Download Here]  &lt;br /&gt;
&lt;br /&gt;
'''MS C++ Express Edition:'''        [http://www.microsoft.com/express/vc/ Download Here]&lt;br /&gt;
&lt;br /&gt;
You, for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your joysticks for a custom control panel.&lt;br /&gt;
&lt;br /&gt;
In any case, the Latest MaLa. The latest version has the Plugin SDK included sohave a play.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The example provided, 'EVENT LOGGER' saves a line to a text file every time a event happens.&lt;br /&gt;
&lt;br /&gt;
When you are ready you can substitute this code with your own code to make the plug-in do somethings else.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsX.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the plug-ins are triggered on various events.&lt;br /&gt;
&lt;br /&gt;
* Game Selected,&lt;br /&gt;
* Emulator Selected,&lt;br /&gt;
* List Selected,&lt;br /&gt;
* Orientation Switch,&lt;br /&gt;
* Game Start,&lt;br /&gt;
* Game Quit,&lt;br /&gt;
* Screen saver Start,&lt;br /&gt;
* Screen saver Switch,&lt;br /&gt;
* Screen saver Stop,&lt;br /&gt;
* Attract Mode Start,&lt;br /&gt;
* Attract Mode Stop,&lt;br /&gt;
* MaLa Start,&lt;br /&gt;
* MaLa Quit,&lt;br /&gt;
* MaLa Tree Up,&lt;br /&gt;
* MaLaTree Down&lt;br /&gt;
&lt;br /&gt;
On these events you decide what your plug-in will do..&lt;br /&gt;
&lt;br /&gt;
Or you can have your Plug-in tell MaLa what to do (using MaLa Messages)&lt;br /&gt;
*  STOP BG MUSIC &lt;br /&gt;
*  START BG MUSIC &lt;br /&gt;
*  NEXT SONG &lt;br /&gt;
*  PREVIOUS SONG &lt;br /&gt;
*  SWITCH ORIENTATION &lt;br /&gt;
*  FLIP ORIENTATION &lt;br /&gt;
*  START SCREENSAVER &lt;br /&gt;
*  STOP SCREENSAVER &lt;br /&gt;
*  Move game list ONE UP&lt;br /&gt;
*  Move game list ONE DOWN &lt;br /&gt;
*  Move game list XUP &lt;br /&gt;
*  Move game list XDOWN &lt;br /&gt;
*  Move game list LETTERUP &lt;br /&gt;
*  Move game list LETTERDOWN &lt;br /&gt;
*  Set state of one LED &lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  Reset last LED state&lt;br /&gt;
*  NEXT GAME LIST&lt;br /&gt;
*  PREVIOUS GAME LIST &lt;br /&gt;
*  NEXT EMULATOR &lt;br /&gt;
*  PREVIOUS EMULATOR &lt;br /&gt;
*  START GAME &lt;br /&gt;
*  START RANDOM GAME&lt;br /&gt;
*  QUIT GAME &lt;br /&gt;
*  EXIT MaLa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try it. It's lots of fun  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12686</id>
		<title>Mala Plugins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12686"/>
		<updated>2011-07-03T06:09:09Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
Installing a plug-in varies a little but basically you need to have the *.mplugin file in the ../mala/plugins directory as well as any other files (like set-up files) that are provided with the Plug-In.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsE.JPG|240px]] When MaLa starts it looks to see what *.mplugin files are in that directory. It will then list them in..&lt;br /&gt;
&lt;br /&gt;
Assuming you have done the relevant set-up (if any) required for that plug-in, it should work the next time you run MaLa.&lt;br /&gt;
&lt;br /&gt;
== Creating MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Know how to code in Delphi or C++?&lt;br /&gt;
&lt;br /&gt;
Even if you don't, why not try?  &lt;br /&gt;
&lt;br /&gt;
You can download Delphi Starter or Visual Studio Express C++ and begin producing your own Plug-ins very quickly:&lt;br /&gt;
&lt;br /&gt;
It can be as complex or as simple as you like. Start by modifying the example supplied. (Event Logger)&lt;br /&gt;
&lt;br /&gt;
Free Download Links:&lt;br /&gt;
&lt;br /&gt;
'''Delphi Starter Edition (Cheap) :'''  [http://www.embarcadero.com/products/delphi/starter Download Here]  &lt;br /&gt;
&lt;br /&gt;
'''MS C++ Express Edition:'''        [http://www.microsoft.com/express/vc/ Download Here]&lt;br /&gt;
&lt;br /&gt;
You, for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your joysticks for a custom control panel.&lt;br /&gt;
&lt;br /&gt;
In any case, download the [http://mala.arcadezentrum.com/easytrack.php?id=pluginSDKv1.2 MaLa Plug-in SDK] and have a play.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The example provided, 'EVENT LOGGER' saves a line to a text file every time a event happens.&lt;br /&gt;
&lt;br /&gt;
When you are ready you can substitute this code with your own code to make the plug-in do somethings else.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsX.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the plug-ins are triggered on various events.&lt;br /&gt;
&lt;br /&gt;
* Game Selected,&lt;br /&gt;
* Emulator Selected,&lt;br /&gt;
* List Selected,&lt;br /&gt;
* Orientation Switch,&lt;br /&gt;
* Game Start,&lt;br /&gt;
* Game Quit,&lt;br /&gt;
* Screen saver Start,&lt;br /&gt;
* Screen saver Switch,&lt;br /&gt;
* Screen saver Stop,&lt;br /&gt;
* Attract Mode Start,&lt;br /&gt;
* Attract Mode Stop,&lt;br /&gt;
* MaLa Start,&lt;br /&gt;
* MaLa Quit,&lt;br /&gt;
* MaLa Tree Up,&lt;br /&gt;
* MaLaTree Down&lt;br /&gt;
&lt;br /&gt;
On these events you decide what your plug-in will do..&lt;br /&gt;
&lt;br /&gt;
Or you can have your Plug-in tell MaLa what to do (using MaLa Messages)&lt;br /&gt;
*  STOP BG MUSIC &lt;br /&gt;
*  START BG MUSIC &lt;br /&gt;
*  NEXT SONG &lt;br /&gt;
*  PREVIOUS SONG &lt;br /&gt;
*  SWITCH ORIENTATION &lt;br /&gt;
*  FLIP ORIENTATION &lt;br /&gt;
*  START SCREENSAVER &lt;br /&gt;
*  STOP SCREENSAVER &lt;br /&gt;
*  Move game list ONE UP&lt;br /&gt;
*  Move game list ONE DOWN &lt;br /&gt;
*  Move game list XUP &lt;br /&gt;
*  Move game list XDOWN &lt;br /&gt;
*  Move game list LETTERUP &lt;br /&gt;
*  Move game list LETTERDOWN &lt;br /&gt;
*  Set state of one LED &lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  Reset last LED state&lt;br /&gt;
*  NEXT GAME LIST&lt;br /&gt;
*  PREVIOUS GAME LIST &lt;br /&gt;
*  NEXT EMULATOR &lt;br /&gt;
*  PREVIOUS EMULATOR &lt;br /&gt;
*  START GAME &lt;br /&gt;
*  START RANDOM GAME&lt;br /&gt;
*  QUIT GAME &lt;br /&gt;
*  EXIT MaLa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try it. It's lots of fun  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12685</id>
		<title>Mala Plugins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12685"/>
		<updated>2011-07-03T06:07:18Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
Installing a plug-in varies a little but basically you need to have the *.mplugin file in the ../mala/plugins directory as well as any other files (like set-up files) that are provided with the Plug-In.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsE.JPG|240px]] When MaLa starts it looks to see what *.mplugin files are in that directory. It will then list them in..&lt;br /&gt;
&lt;br /&gt;
Assuming you have done the relevant set-up (if any) required for that plug-in, it should work the next time you run MaLa.&lt;br /&gt;
&lt;br /&gt;
== Creating MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Know how to code in Delphi or C++?&lt;br /&gt;
&lt;br /&gt;
Even if you don't, why not try?  &lt;br /&gt;
&lt;br /&gt;
You can download Delphi Starter or Visual Studio Express C++ and begin producing your own Plug-ins very quickly:&lt;br /&gt;
&lt;br /&gt;
It can be as complex or as simple as you like. Start by modifying the example supplied. (Event Logger)&lt;br /&gt;
&lt;br /&gt;
Free Download Links:&lt;br /&gt;
&lt;br /&gt;
'''Delphi Starter:'''  [http://www.embarcadero.com/products/delphi/starter Download Here]  &lt;br /&gt;
&lt;br /&gt;
'''MS C++:'''        [http://www.microsoft.com/express/vc/ Download Here]&lt;br /&gt;
&lt;br /&gt;
You, for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your joysticks for a custom control panel.&lt;br /&gt;
&lt;br /&gt;
In any case, download the [http://mala.arcadezentrum.com/easytrack.php?id=pluginSDKv1.2 MaLa Plug-in SDK] and have a play.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The example provided, 'EVENT LOGGER' saves a line to a text file every time a event happens.&lt;br /&gt;
&lt;br /&gt;
When you are ready you can substitute this code with your own code to make the plug-in do somethings else.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsX.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the plug-ins are triggered on various events.&lt;br /&gt;
&lt;br /&gt;
* Game Selected,&lt;br /&gt;
* Emulator Selected,&lt;br /&gt;
* List Selected,&lt;br /&gt;
* Orientation Switch,&lt;br /&gt;
* Game Start,&lt;br /&gt;
* Game Quit,&lt;br /&gt;
* Screen saver Start,&lt;br /&gt;
* Screen saver Switch,&lt;br /&gt;
* Screen saver Stop,&lt;br /&gt;
* Attract Mode Start,&lt;br /&gt;
* Attract Mode Stop,&lt;br /&gt;
* MaLa Start,&lt;br /&gt;
* MaLa Quit,&lt;br /&gt;
* MaLa Tree Up,&lt;br /&gt;
* MaLaTree Down&lt;br /&gt;
&lt;br /&gt;
On these events you decide what your plug-in will do..&lt;br /&gt;
&lt;br /&gt;
Or you can have your Plug-in tell MaLa what to do (using MaLa Messages)&lt;br /&gt;
*  STOP BG MUSIC &lt;br /&gt;
*  START BG MUSIC &lt;br /&gt;
*  NEXT SONG &lt;br /&gt;
*  PREVIOUS SONG &lt;br /&gt;
*  SWITCH ORIENTATION &lt;br /&gt;
*  FLIP ORIENTATION &lt;br /&gt;
*  START SCREENSAVER &lt;br /&gt;
*  STOP SCREENSAVER &lt;br /&gt;
*  Move game list ONE UP&lt;br /&gt;
*  Move game list ONE DOWN &lt;br /&gt;
*  Move game list XUP &lt;br /&gt;
*  Move game list XDOWN &lt;br /&gt;
*  Move game list LETTERUP &lt;br /&gt;
*  Move game list LETTERDOWN &lt;br /&gt;
*  Set state of one LED &lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  Reset last LED state&lt;br /&gt;
*  NEXT GAME LIST&lt;br /&gt;
*  PREVIOUS GAME LIST &lt;br /&gt;
*  NEXT EMULATOR &lt;br /&gt;
*  PREVIOUS EMULATOR &lt;br /&gt;
*  START GAME &lt;br /&gt;
*  START RANDOM GAME&lt;br /&gt;
*  QUIT GAME &lt;br /&gt;
*  EXIT MaLa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try it. It's lots of fun  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12684</id>
		<title>Mala Plugins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12684"/>
		<updated>2011-07-03T06:06:29Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Creating MaLa Plug-Ins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
Installing a plug-in varies a little but basically you need to have the *.mplugin file in the ../mala/plugins directory as well as any other files (like set-up files) that are provided with the Plug-In.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsE.JPG|240px]] When MaLa starts it looks to see what *.mplugin files are in that directory. It will then list them in..&lt;br /&gt;
&lt;br /&gt;
Assuming you have done the relevant set-up (if any) required for that plug-in, it should work the next time you run MaLa.&lt;br /&gt;
&lt;br /&gt;
== Creating MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Know how to code in Delphi or C++?&lt;br /&gt;
&lt;br /&gt;
Even if you don't, why not try?  &lt;br /&gt;
&lt;br /&gt;
You can download Delphi Starter or MS-Visual S C++ and begin producing your own Plug-ins very quickly:&lt;br /&gt;
&lt;br /&gt;
It can be as complex or as simple as you like. Start by modifying the example supplied. (Event Logger)&lt;br /&gt;
&lt;br /&gt;
Free Download Links:&lt;br /&gt;
&lt;br /&gt;
'''Delphi Starter:'''  [http://www.embarcadero.com/products/delphi/starter Download Here]  &lt;br /&gt;
&lt;br /&gt;
'''MS C++:'''        [http://www.microsoft.com/express/vc/ Download Here]&lt;br /&gt;
&lt;br /&gt;
You, for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your joysticks for a custom control panel.&lt;br /&gt;
&lt;br /&gt;
In any case, download the [http://mala.arcadezentrum.com/easytrack.php?id=pluginSDKv1.2 MaLa Plug-in SDK] and have a play.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The example provided, 'EVENT LOGGER' saves a line to a text file every time a event happens.&lt;br /&gt;
&lt;br /&gt;
When you are ready you can substitute this code with your own code to make the plug-in do somethings else.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsX.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the plug-ins are triggered on various events.&lt;br /&gt;
&lt;br /&gt;
* Game Selected,&lt;br /&gt;
* Emulator Selected,&lt;br /&gt;
* List Selected,&lt;br /&gt;
* Orientation Switch,&lt;br /&gt;
* Game Start,&lt;br /&gt;
* Game Quit,&lt;br /&gt;
* Screen saver Start,&lt;br /&gt;
* Screen saver Switch,&lt;br /&gt;
* Screen saver Stop,&lt;br /&gt;
* Attract Mode Start,&lt;br /&gt;
* Attract Mode Stop,&lt;br /&gt;
* MaLa Start,&lt;br /&gt;
* MaLa Quit,&lt;br /&gt;
* MaLa Tree Up,&lt;br /&gt;
* MaLaTree Down&lt;br /&gt;
&lt;br /&gt;
On these events you decide what your plug-in will do..&lt;br /&gt;
&lt;br /&gt;
Or you can have your Plug-in tell MaLa what to do (using MaLa Messages)&lt;br /&gt;
*  STOP BG MUSIC &lt;br /&gt;
*  START BG MUSIC &lt;br /&gt;
*  NEXT SONG &lt;br /&gt;
*  PREVIOUS SONG &lt;br /&gt;
*  SWITCH ORIENTATION &lt;br /&gt;
*  FLIP ORIENTATION &lt;br /&gt;
*  START SCREENSAVER &lt;br /&gt;
*  STOP SCREENSAVER &lt;br /&gt;
*  Move game list ONE UP&lt;br /&gt;
*  Move game list ONE DOWN &lt;br /&gt;
*  Move game list XUP &lt;br /&gt;
*  Move game list XDOWN &lt;br /&gt;
*  Move game list LETTERUP &lt;br /&gt;
*  Move game list LETTERDOWN &lt;br /&gt;
*  Set state of one LED &lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  Reset last LED state&lt;br /&gt;
*  NEXT GAME LIST&lt;br /&gt;
*  PREVIOUS GAME LIST &lt;br /&gt;
*  NEXT EMULATOR &lt;br /&gt;
*  PREVIOUS EMULATOR &lt;br /&gt;
*  START GAME &lt;br /&gt;
*  START RANDOM GAME&lt;br /&gt;
*  QUIT GAME &lt;br /&gt;
*  EXIT MaLa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try it. It's lots of fun  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12683</id>
		<title>Mala Plugins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Plugins&amp;diff=12683"/>
		<updated>2011-07-03T06:05:22Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Creating MaLa Plug-Ins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
Installing a plug-in varies a little but basically you need to have the *.mplugin file in the ../mala/plugins directory as well as any other files (like set-up files) that are provided with the Plug-In.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsE.JPG|240px]] When MaLa starts it looks to see what *.mplugin files are in that directory. It will then list them in..&lt;br /&gt;
&lt;br /&gt;
Assuming you have done the relevant set-up (if any) required for that plug-in, it should work the next time you run MaLa.&lt;br /&gt;
&lt;br /&gt;
== Creating MaLa Plug-Ins ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Know how to code in Delphi or C++?&lt;br /&gt;
&lt;br /&gt;
Even if you don't, why not try?  &lt;br /&gt;
&lt;br /&gt;
You can download 'Free' Delphi and 'Free' C++ and begin producing your own Plug-ins very quickly:&lt;br /&gt;
&lt;br /&gt;
It can be as complex or as simple as you like. Start by modifying the example supplied. (Event Logger)&lt;br /&gt;
&lt;br /&gt;
Free Download Links:&lt;br /&gt;
&lt;br /&gt;
'''Delphi Starter:'''  [http://www.embarcadero.com/products/delphi/starter Download Here]  &lt;br /&gt;
&lt;br /&gt;
'''MS C++:'''        [http://www.microsoft.com/express/vc/ Download Here]&lt;br /&gt;
&lt;br /&gt;
You, for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your joysticks for a custom control panel.&lt;br /&gt;
&lt;br /&gt;
In any case, download the [http://mala.arcadezentrum.com/easytrack.php?id=pluginSDKv1.2 MaLa Plug-in SDK] and have a play.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The example provided, 'EVENT LOGGER' saves a line to a text file every time a event happens.&lt;br /&gt;
&lt;br /&gt;
When you are ready you can substitute this code with your own code to make the plug-in do somethings else.&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsX.JPG|500px]]&lt;br /&gt;
&lt;br /&gt;
In a nutshell, the plug-ins are triggered on various events.&lt;br /&gt;
&lt;br /&gt;
* Game Selected,&lt;br /&gt;
* Emulator Selected,&lt;br /&gt;
* List Selected,&lt;br /&gt;
* Orientation Switch,&lt;br /&gt;
* Game Start,&lt;br /&gt;
* Game Quit,&lt;br /&gt;
* Screen saver Start,&lt;br /&gt;
* Screen saver Switch,&lt;br /&gt;
* Screen saver Stop,&lt;br /&gt;
* Attract Mode Start,&lt;br /&gt;
* Attract Mode Stop,&lt;br /&gt;
* MaLa Start,&lt;br /&gt;
* MaLa Quit,&lt;br /&gt;
* MaLa Tree Up,&lt;br /&gt;
* MaLaTree Down&lt;br /&gt;
&lt;br /&gt;
On these events you decide what your plug-in will do..&lt;br /&gt;
&lt;br /&gt;
Or you can have your Plug-in tell MaLa what to do (using MaLa Messages)&lt;br /&gt;
*  STOP BG MUSIC &lt;br /&gt;
*  START BG MUSIC &lt;br /&gt;
*  NEXT SONG &lt;br /&gt;
*  PREVIOUS SONG &lt;br /&gt;
*  SWITCH ORIENTATION &lt;br /&gt;
*  FLIP ORIENTATION &lt;br /&gt;
*  START SCREENSAVER &lt;br /&gt;
*  STOP SCREENSAVER &lt;br /&gt;
*  Move game list ONE UP&lt;br /&gt;
*  Move game list ONE DOWN &lt;br /&gt;
*  Move game list XUP &lt;br /&gt;
*  Move game list XDOWN &lt;br /&gt;
*  Move game list LETTERUP &lt;br /&gt;
*  Move game list LETTERDOWN &lt;br /&gt;
*  Set state of one LED &lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  All LEDs on&lt;br /&gt;
*  Reset last LED state&lt;br /&gt;
*  NEXT GAME LIST&lt;br /&gt;
*  PREVIOUS GAME LIST &lt;br /&gt;
*  NEXT EMULATOR &lt;br /&gt;
*  PREVIOUS EMULATOR &lt;br /&gt;
*  START GAME &lt;br /&gt;
*  START RANDOM GAME&lt;br /&gt;
*  QUIT GAME &lt;br /&gt;
*  EXIT MaLa&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try it. It's lots of fun  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12654</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12654"/>
		<updated>2011-03-29T03:47:53Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Feel free to add you own info / tips under the approriate Heading ==&lt;br /&gt;
'''It's easy !!  Just use your Forum username and password to edit these pages'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12653</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12653"/>
		<updated>2011-03-29T03:47:39Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Feel free to add you own info / tips under the approriate Heading ==&lt;br /&gt;
'''It's easy !!  Just use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12652</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12652"/>
		<updated>2011-03-29T03:47:13Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Feel free to add you own info / tips under the approriate Heading ==&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12651</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12651"/>
		<updated>2011-03-29T03:46:52Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Feel free to add you own info / tips under the approriate Heading Use your Forum username and password ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12650</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12650"/>
		<updated>2011-03-29T03:46:39Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Feel free to add you own info / tips under the approriate Heading&lt;br /&gt;
&lt;br /&gt;
Use your Forum username and password ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12649</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12649"/>
		<updated>2011-03-29T03:46:19Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Feel free to add you own info / tips under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12648</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12648"/>
		<updated>2011-03-29T03:45:32Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''                     Feel free to add you own info / tips under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''                              Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Layout&amp;diff=12543</id>
		<title>Mala Layout</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Layout&amp;diff=12543"/>
		<updated>2010-12-29T08:00:37Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Doing the graphics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Other MaLa Help Pages:&lt;br /&gt;
[[Mala_Setup]] /&lt;br /&gt;
[[MalaPlugins]]&lt;br /&gt;
[[Mala]]&lt;br /&gt;
&lt;br /&gt;
==How to Install a Layout==&lt;br /&gt;
Sometimes it is just a matter of dragging a folder and a file into the Mala directory.But all layouts are not necessarily always quite this straight forward to install.&lt;br /&gt;
&lt;br /&gt;
This is because often the Layouts creator is nice enough to cater for various options (Not just the what they happen to personally use) such as Orientation and resolution that other users may want to use. Also a custom font may need to be installed.&lt;br /&gt;
&lt;br /&gt;
Anyway It won't take you long to get a Mala layout up and running in any case. I the following info will assist you to do so.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Quick Background:===&lt;br /&gt;
*To use a layout you Must have a *.mll file. This file contains all the details of the layout including what graphics and sounds that are associated with it.&lt;br /&gt;
*The local of these *.mll files can be set in Mala-Options-GUI-Layout. If no directory is set here then Mala will look for them in the Mala root folder.&lt;br /&gt;
*The location of the graphics and sounds can either be:&lt;br /&gt;
1) Default – In a subfolder of the directory specified with exactly the same name as the layout&lt;br /&gt;
&lt;br /&gt;
2) Just in the directory specified (ie no extra folder)&lt;br /&gt;
&lt;br /&gt;
The way Mala will search for them is determined by the setting options Options-GUI-Layout ‘checkbox- Use layout name for directory names’&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I will now show a set by step directions on setting up layouts downloaded from the Mala website.  The two examples I will use is ‘BLUE’ and VCP03’&lt;br /&gt;
&lt;br /&gt;
===Layout Example 1:BLUE===&lt;br /&gt;
&lt;br /&gt;
This is a blue.rar file. A .rar file is similar to a .zip file and needs to be decompressed using appropriate software such as WinRAR.&lt;br /&gt;
 &lt;br /&gt;
Once decompressed you will find a ‘blue’ folder which contains a number of files and folders. Depending on what resolution you wish to run your layout at will determine what files are of use to us.&lt;br /&gt;
&lt;br /&gt;
The files and folders are:&lt;br /&gt;
&lt;br /&gt;
blue640.mll&lt;br /&gt;
&lt;br /&gt;
blue800.mll&lt;br /&gt;
&lt;br /&gt;
blue1024.mll&lt;br /&gt;
&lt;br /&gt;
blueexample.jpg&lt;br /&gt;
&lt;br /&gt;
blue640 (folder)&lt;br /&gt;
&lt;br /&gt;
blue800 (folder)&lt;br /&gt;
&lt;br /&gt;
blue1024 (folder)&lt;br /&gt;
&lt;br /&gt;
Font (folder)&lt;br /&gt;
&lt;br /&gt;
NOTE: This particular layout is a ‘Fixed Size Layout’ meaning it will only look and work correctly in the version(s) provide by it’s author. The upside of fixed size layouts is they look a lot sharper as they are never stretched or compressed  &lt;br /&gt;
&lt;br /&gt;
In my case the resolution I will use is 1024 (to match my Windows resolution) so the files/folder of use are:&lt;br /&gt;
&lt;br /&gt;
blue1024.mll&lt;br /&gt;
&lt;br /&gt;
blue1024 (folder)&lt;br /&gt;
&lt;br /&gt;
Font (folder)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I ‘choose’ to have my graphics in a subfolder (which is what mala is set-up for by default in Options-GUI-Layout ‘checkbox- Use layout name for directory names’)  and as folders are already created for me this ‘BLUE’ set-up will be very very easy.&lt;br /&gt;
&lt;br /&gt;
#)   Copy the ‘blue1024.mll’ and ‘blue1024’ to your mala directory (or the alternate directory specified in (Mala-Options-GUI-Layout)&lt;br /&gt;
#)   Open the font folder. In this folder you will find a file ‘slicker.ttf’. Copy this file to you windows font directory (In my case using Win XP pro that folder exist at C:\WINDOWS\Fonts.  When you have copied it there you may see a window pop up confirming the font has been installed.&lt;br /&gt;
#)   Launch Mala.&lt;br /&gt;
#)   In Mala-Options-GUI-Layouts- There will will be a list box containing Available layouts’Amounst those should now be ‘blue1024’. Select this and click OK&lt;br /&gt;
&lt;br /&gt;
You are done :-)&lt;br /&gt;
&lt;br /&gt;
===Layout Example 2:VCP03===&lt;br /&gt;
&lt;br /&gt;
This layout differs from the one above in two ways:&lt;br /&gt;
#)   It is not a ‘fixed size layout’ which means it can be scaled to any screen size/resolution&lt;br /&gt;
#)   This layout includes vertical version in case you have your monitor orientated that way.&lt;br /&gt;
#)   Depending on what game is selected the pic of the controls will change to the appropriate number of buttons&lt;br /&gt;
#)   Depending on what EMU is selected the entire layout will change slightly (Well only Mame, ePSXe and ZSNES in this particular case)&lt;br /&gt;
&lt;br /&gt;
This is a blue.rar file. A .rar file is similar to a .zip file and needs to be decompressed using appropriate software such as WinRAR.&lt;br /&gt;
 &lt;br /&gt;
Once decompressed you will field a ‘VCP03’ folder which contains a number of files and folders. &lt;br /&gt;
&lt;br /&gt;
The files and folders are:&lt;br /&gt;
&lt;br /&gt;
Mame.mll&lt;br /&gt;
&lt;br /&gt;
ePSXe.mll&lt;br /&gt;
&lt;br /&gt;
ZNES.mll&lt;br /&gt;
&lt;br /&gt;
VIEWME.jpg&lt;br /&gt;
&lt;br /&gt;
README.TXT&lt;br /&gt;
&lt;br /&gt;
ePSXe (folder)&lt;br /&gt;
&lt;br /&gt;
Mame (folder)&lt;br /&gt;
&lt;br /&gt;
ZSNES (folder)&lt;br /&gt;
&lt;br /&gt;
I ‘choose’ to have my graphics in a subfolder (which is what mala is set-up for by default in Options-GUI-Layout ‘checkbox- Use layout name for directory names’)  so this mean I can leave the files in there folders.&lt;br /&gt;
&lt;br /&gt;
5)   Copy the all these files to your mala directory (or the alternate directory specified in (Mala-Options-GUI-Layout)&lt;br /&gt;
6)   Open the Advocut.Zip file. In this zip you will find a file ‘Advocut.ttf’. Copy this file to you windows font directory (In my case using Win XP pro that folder exist at C:\WINDOWS\Fonts.  When you have copied it there you may see a window pop up confirming the font has been installed.&lt;br /&gt;
7)   There are a few extra clever things this layout does and to set that up to work correctly you need to set up ‘Definables’ Please refer to the README.TXT on details on how to do that. There are also a few other basic MaLa set-up tips for this layout to work at it's full potential&lt;br /&gt;
   Launch Mala&lt;br /&gt;
9) So that the layout will change when you change EMU's make sure in Options-GUI- layout that the Auto Layout switch - Emulator checkbox is ticked.&lt;br /&gt;
10)Launch Mala.&lt;br /&gt;
&lt;br /&gt;
The new layout should have automatically select (as you have the Auto Layout switch - Emulator checkbox ticked).&lt;br /&gt;
&lt;br /&gt;
Enjoy&lt;br /&gt;
&lt;br /&gt;
==How to create your own custom Layout==&lt;br /&gt;
&lt;br /&gt;
===Layout planning considerations===&lt;br /&gt;
&lt;br /&gt;
====First off ... Will something else do the job?====&lt;br /&gt;
Unless you like this sort of thing (messing with layout software and configuration), you might be best just downloading one of the other layouts available and going with that.&lt;br /&gt;
====Is this for my own cabinet, or will it be shared with the world?====&lt;br /&gt;
Fixed size layouts are great if you know exactly what your target video/monitor, as well as your chosen emulators, are capable of. Scalable layouts might be worthwhile if you intend to contribute the layout for others to use.&lt;br /&gt;
====Do I need to support vertical (or horizontal) monitors?====&lt;br /&gt;
Providing a vertical or horizontal variation in your layout can be great but it increases the work required considerably.&lt;br /&gt;
====Will using a navigation tree be easier or harder to use for the combination of emulators and gamelists I have?====&lt;br /&gt;
* There is no easy answer to this. Think about how often strangers will need to use the system, and whether moving up and down a [[Mala_Cool#MaLa_Tree|MaLa Tree]] to get to a different part of the system will be more frustrating than whatever combination of buttons is required without a tree.&lt;br /&gt;
* If in doubt either way, simplify your lists. People are more likely to be searching for a game they know the name of than just browsing. If they don’t find it within a couple of menus they will probably give up and play something else.&lt;br /&gt;
&lt;br /&gt;
===Before doing any graphics===&lt;br /&gt;
* Decide your resolution(s), orientation.&lt;br /&gt;
* Sketch something with a pencil and paper first.  It doesn’t need to be good looking, only enough for you to remember tomorrow what you meant. Include your gamelist, any list or emulator titles, snaps, other pictures, whatever.  Try and keep things as simple and clean as possible – there isn’t as much room as you might think.&lt;br /&gt;
&lt;br /&gt;
===Rapid prototype===&lt;br /&gt;
* Jump into MaLa Layout, set your target resolution and start to place your elements quickly the way you’ve designed on paper. Delete the background (space invaders) image.&lt;br /&gt;
* Check your gamelist and list titles are readable and wide enough, at roughly the font sizes you will want to use.  Switch on “Show lines” from the gamelist layout tab – especially if you are planning a diagonal, arrow or round transformation.&lt;br /&gt;
* At this stage you’re working out constraints to save time later when you work up the graphics.  Make a note of the pixel widths of those elements once you’re comfortable. Any elements you do or don't want to include in your layout can be toggled via the &amp;quot;objects&amp;quot; menu.&lt;br /&gt;
* Save the layout and exit.&lt;br /&gt;
* Run it in MaLa and see whether the gamelist looks fine, snaps are the right size relative to the screen etc.  Any problems, go back and fix.&lt;br /&gt;
&lt;br /&gt;
===Doing the graphics===&lt;br /&gt;
For this section I’ll assume you’re using and familiar with Photoshop, Fireworks or something similar.&lt;br /&gt;
* Set up a new file at your target resolution, or a large standard resolution if you’re planning a scalable layout.  For 4:3 layouts I would pick 1280x960 or even 1600x1200.  You can scale these images down cleanly, but not up.&lt;br /&gt;
* Get creative.&lt;br /&gt;
* Remember that '''video''' always plays on top, whether you like it or not.&lt;br /&gt;
* Don’t forget to render out a different image for the '''menu windows''' etc. if you need one.&lt;br /&gt;
* Any areas that will require some sort of transparency should be kept in their own layers for ease of export later.&lt;br /&gt;
* '''Transparency''' is based on the colour of the bottom left pixel.  You don’t actually need to render out a file with transparency in it (GIF or PNG) – just make sure that wherever else the same colour as the bottom-left pixel appears, you’re happy for it to be transparent.&lt;br /&gt;
* Anything you intend to '''animate''' (scroll) must be created at the same dimensions as the entire background. Remember that animation in MaLa isn't created by a series of frames (ie. like an animated GIF for example). Instead it's a static image that is scrolled in a direction and loops back on itself.&lt;br /&gt;
Example:&lt;br /&gt;
http://forum.arcadecontrols.com/index.php?topic=108182.msg1148039#msg1148039&lt;br /&gt;
* Save some high quality versions of your layout images Use 24-bit PNG format since MaLa works great with it, and it won’t degrade like JPG will or lose colours like GIF.&lt;br /&gt;
* If you have a lot of files, especially for many sub-layouts (e.g. for various emulators) consider placing the files into individual folders for each emulator or list, to keep things organised.&lt;br /&gt;
* If you will have a different layout for each emulator, e.g. you’ve got a picture of a NES visible when the NES emulator is showing, make sure you export as many variants of your backgrounds etc as necessary.&lt;br /&gt;
* '''Special tip for making vertical / horizontal variants of the same picture:''' both horizontal and vertical layouts need background files saved in &amp;quot;landscape&amp;quot; format.  This means if you want the same basic background picture used for horizontal and vertical variations, you need to rotate the image counter-clockwise within Photoshop, then change the canvas size to suit (eg. rotate 1024x768 image 90° ccw, then increase the width to 1024, and crop the height back to 768.)&lt;br /&gt;
&lt;br /&gt;
===Building the layout===&lt;br /&gt;
* Back in MaLa Layout now, open your prototype from before.&lt;br /&gt;
* Put the '''background''' in first. Double-click on the background region to bring up the background editing dialog box.  Via &amp;quot;Choose image file&amp;quot;, point to your background image. You should choose an approximate background colour too, even though you won't see it - this is for menus which will come later.&lt;br /&gt;
* Don’t worry if you’re working on a scalable layout and the editing screen seems stuck at 800x600.  That’s just how it is while designing.  If your background images are actually of a higher resolution, they’ll be fine when they are loaded in MaLa itself.&lt;br /&gt;
* To overlay additional graphics on your layout, use &amp;quot;'''custom''' 1,2,3 or 4&amp;quot;.  These are just for static images. The reason you might use these is if you wish to differentiate the depth against other elements and/or the background - eg. have a game character partially obscure the snap image, or achieve a porthole effect like Gamecreature’s MaLa Layout “Blue”.  Remember to tick “transparency” if required.  &lt;br /&gt;
* To add ROM-specific elements such as control panels, cabinets or flyers, use &amp;quot;'''definable''' 1,2,3 or 4&amp;quot;.  You will need to use the MaLa options menu to configure the file location and naming convention for these files to match your ROMs.&lt;br /&gt;
* Simple '''animations''' can be added by choosing a file to use as the animation.  This file could be any static image.  Note: the image does not have to animate e.g. an animated GIF or MNG file.  Animation is achieved by MaLa progressively offsetting (scrolling) the image.  It acts as almost an additional layer of background, and as such cannot be restricted to a particular box dimension.  Transparency is advised in most situations.&lt;br /&gt;
* To add '''text''', choose Text 1,2,3 or 4.  Text replacements can be specified through the use of variables. In most cases, use the menu system provided adjacent to the &amp;quot;pattern&amp;quot; field to select text to display about the selected ROM etc.  Test the results often to find the output that best suits your requirements.  You can edit the pattern field directly to add text beside the variables, eg.&lt;br /&gt;
** Game values:&lt;br /&gt;
*** Buttons (~g_buttons): Button count&lt;br /&gt;
*** Clone of (~g_cloneof): Name of master&lt;br /&gt;
*** Coins (~g_coins): Coin count&lt;br /&gt;
*** Control (~g_control): Controller type&lt;br /&gt;
*** Description (~g_description): Name of the game&lt;br /&gt;
*** Genre (~g_genre): Genre of the game&lt;br /&gt;
*** Orientation (~g_orientation)&lt;br /&gt;
*** Players (~g_players): Player count&lt;br /&gt;
*** Manufacturer (~g_manufacturer)&lt;br /&gt;
*** Resolution (~g_resolution): XPixel x YPixel&lt;br /&gt;
*** Rom (~g_name): Name of rom file&lt;br /&gt;
*** Screen (~g_screen): Raster or Vektor&lt;br /&gt;
*** Year (~g_year)&lt;br /&gt;
**Gamelist values:&lt;br /&gt;
*** Count (~l_count): Count of games&lt;br /&gt;
*** Filter flag (~l_filtered): Filter flag (displays (F))&lt;br /&gt;
*** Name (~l_name): Name of list&lt;br /&gt;
*** Position(~l_position): Current position in the list&lt;br /&gt;
* Layers can overlap.  Videos can be placed on top of snaps, for example, to display a static screenshot in place of a video if none is available.  The order of layers is controlled via &amp;quot;'''Z-order'''&amp;quot; in the &amp;quot;Objects&amp;quot; menu.  Remember, video will always play on top no matter what.&lt;br /&gt;
* Status screens and menus:  Under the &amp;quot;Layout&amp;quot; Menu, choose &amp;quot;Get from game list&amp;quot; first of all.  This will save a lot of time hand-editing to match your existing work.  Then go through each of &amp;quot;Menu window&amp;quot;, &amp;quot;Starting window&amp;quot; etc etc. to fine tune as necessary.&lt;br /&gt;
* Use the preview link under the &amp;quot;View&amp;quot; menu, and when things look good, try the layout in MaLa.  &lt;br /&gt;
* If you are planning to have a different looking layout depending on the emulator or list, you will need to duplicate and edit the layout as many times as are necessary for all your variations.  Save your file with a different filename each time.&lt;br /&gt;
&lt;br /&gt;
===Testing in MaLa itself===&lt;br /&gt;
* You’re mainly interested in the GUI tab. Make sure you understand the following:&lt;br /&gt;
** If you’re switching layouts based on emulator / list, tick the appropriate boxes under the GUI tab’s “auto layout switch” section.  The available layouts list will be greyed out, and you’ll need the emulator / list names to match the layout files/folders exactly.&lt;br /&gt;
** Remember to specify whether or not you’re using a subdirectory to store all your images below your layout file.  The directory (folder) must have the exact same name as the layout file, e.g. c:\MaLa\mame.mll is the layout, and all the layout’s files live in c:\MaLa\mame\ directory.&lt;br /&gt;
* Under the MAME config tab, choose the Pictures and Videos sub-tab to configure the folders for the various graphics to be displayed in your layout.&lt;br /&gt;
* Under the Other Emulators tab, choose the other emulators and adjust similar folder paths under the Options sub-tab.&lt;br /&gt;
&lt;br /&gt;
===MaLa Tree===&lt;br /&gt;
This is an alternative way to organise your Menus.  MaLa Tree provides a hierarchical menu structure for navigating different emulators and game lists.  Combined with custom layouts for each emu or list, it can become quite an impressive interface.&lt;br /&gt;
&lt;br /&gt;
[[Mala_Tree]]&lt;br /&gt;
&lt;br /&gt;
==F.A.Q.==&lt;br /&gt;
Q1) After I have created a layout in the editor,  graphics don't seem to carry across to MaLa&lt;br /&gt;
&lt;br /&gt;
A1) Well this is beacuse you can store the graphic files in two ways:&lt;br /&gt;
&lt;br /&gt;
A) (default) Have the graphics required for that layout stored in a mala sub-folder with '''exactly''' the same name as the layout&lt;br /&gt;
&lt;br /&gt;
B) Just have the graphics in the mala folder (messy but works the same)&lt;br /&gt;
&lt;br /&gt;
A) To change between these ways of operating go to options-gui-layout 'use layout name for directory names', see pic:&lt;br /&gt;
[[Image:MalaLayoutName.jpg|240px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Q2) I am trying to get mala to recognise my transparent png's created with photoshop and it can't in fact it has trouble with png's from photoshop period. Is there some setting I should use in photoshop to save the png's so they can be read by mala?&lt;br /&gt;
&lt;br /&gt;
A2) MaLa doesn't support alpha channel transparency. MaLa supports pixel transparency only and the color of the bottom left pixel of an image is used for the transparency color.&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Cool&amp;diff=12542</id>
		<title>Mala Cool</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Cool&amp;diff=12542"/>
		<updated>2010-12-29T07:58:01Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Some cool things about Mala:==&lt;br /&gt;
&lt;br /&gt;
You may have been using MaLa and have not been aware that MaLa is capable of making your Cab a Cooler place to play!&lt;br /&gt;
&lt;br /&gt;
Did you know and have you tried?:&lt;br /&gt;
&lt;br /&gt;
=== Cocktail Table Support === One Cool thing that MaLa does is support users with '''Cocktail tables'''&lt;br /&gt;
You have many options depending on how you have wired up your controls.&lt;br /&gt;
# '''Controller Detection:''' ([[Mala_Config#Controller_Mapping|Controller - cocktail mapping]]) If you have your controls on each side of the table wired to SEPARATE inputs on your controller you can use this feature. The controls are divided up into sets (the number of sets you need to set up will be the same as the number of sides on your controller you have controllers on..Normally 2 or 3) The game list '''automatically''' will rotate to face the user that moves the joystick (or presses a button on that side). MaLa can also be set to display a different custom list for each side (usually with appropriate games for the controls on that side) and send a different command to MAME (if required).[http://mala.arcadezentrum.com/controllerdetection.html Controller Detection]&lt;br /&gt;
# '''Auto Game List Change on Rotation''' ([[Mala_Config#Options|Mame config-Options]]) This is similar to the above but the rotation is done maunally (by an allocated key). The game list will change depending on whether the orientation is horizontal or vertical.&lt;br /&gt;
&lt;br /&gt;
=== '''Encoder programming'''=== &lt;br /&gt;
&lt;br /&gt;
Mala can re-program your keybaord encoder 'on the fly' for every game and/or list.&lt;br /&gt;
&lt;br /&gt;
=== '''MaLa Tree'''===&lt;br /&gt;
The Mala Tree is a menu structure you can use to visually organize your emulators and gamelists. It uses a tree structure, meaning that the elements are organized in levels or &amp;quot;branches&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
=== '''Hotkeys''' ===&lt;br /&gt;
[http://mala.arcadezentrum.com/hotkeys.html HotKeys]&lt;br /&gt;
&lt;br /&gt;
=== '''Filter Lists''' ===&lt;br /&gt;
[http://mala.arcadezentrum.com/filter.html Filter]&lt;br /&gt;
&lt;br /&gt;
=== '''Auto Layout Switching''' ===&lt;br /&gt;
MaLa can change your Layout automatically when you change emulators. This is useful if you have a number of layouts and you want to use the one that matches up with your emulator (Style wise)&lt;br /&gt;
[http://mala.arcadezentrum.com/layoutnaming.html Layout Switching]&lt;br /&gt;
&lt;br /&gt;
=== '''Launch normal PC games from MaLa''' ===&lt;br /&gt;
By creating shortcuts to your PC games (or programs) in a folder you can get MaLa to launch them.&lt;br /&gt;
http://mala.arcadezentrum.com/screenshots/emuconf7.gif&lt;br /&gt;
&lt;br /&gt;
Also Have a look at this post:&lt;br /&gt;
http://forum.arcadecontrols.com/index.php?topic=68772.msg701550#msg701550&lt;br /&gt;
&lt;br /&gt;
=== '''Use Marquees/Pics instead of text for my gamelists''' ===&lt;br /&gt;
In the layout Editor, while Haveing the gamelist selected,&lt;br /&gt;
View-object properties and check the 'Image list'&lt;br /&gt;
From there you can decide from further options if you want to display Marquees or Snaps in the place of text&lt;br /&gt;
[[Image:MaLaEd1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Animation Layouts:''' ===&lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
http://forum.arcadecontrols.com/index.php?topic=108182.msg1148039#msg1148039&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala&amp;diff=12541</id>
		<title>Mala</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala&amp;diff=12541"/>
		<updated>2010-12-25T23:32:24Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Mala Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Image:Mala.jpg|thumb|MaLa Screenshot|320px|right]]&lt;br /&gt;
[[Image:Malahardware.jpg|thumb|MaLa Hardware|320px|right]]&lt;br /&gt;
MaLa is a multi emulator frontend designed for all 32bit Windows operating systems. It supports the Windows command line version of MAME with XML ROM info (&amp;gt; 0.84), PC Games and all command line based emulators.&lt;br /&gt;
&lt;br /&gt;
'''MaLa features include:'''&lt;br /&gt;
&lt;br /&gt;
*Rotatable in any direction (0, 90, 180, 270) on the fly for horizontal and vertical screens&lt;br /&gt;
*Controllable by arcade controllers with configurable controller settings for all front end functions&lt;br /&gt;
*Controller detection: rotate and load gamelist depending on the controls that were touched (cocktail tables)&lt;br /&gt;
*On the fly programming of keyboard encoders &lt;br /&gt;
*Mouse support for trackballs, spinner and dials&lt;br /&gt;
*Virtual shift key, full control with less controls&lt;br /&gt;
*Keyboard hook and hotkeys (no need for wrappers or specialized emulator versions)&lt;br /&gt;
*Hardware Support: MaLa Hardware (LED + LCD), Ultimarc PacDrive (LED), BetaBrite Displays, serial LCD, GGG LEDWiz (LED), Ultimarc UltraStik360, ...  &lt;br /&gt;
*LED Attract mode &lt;br /&gt;
*Comprehensive game list filter options and memorized filter sets&lt;br /&gt;
*Plugins - including support for hardware like LedWiz, Serial LCD's &amp;amp; Ultrastick (you can make your own if you can code in C++ or Delphi)&lt;br /&gt;
*No ini file editing&lt;br /&gt;
&lt;br /&gt;
==Mala Help==&lt;br /&gt;
&lt;br /&gt;
* The MaLa home page is at http://mala.arcadezentrum.com/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Mala_Wiki|The BYOAC MaLa Wiki pages]] - A great place to get/share info on MaLa Options&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{FrontEnd}}&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Mala-Wiki]]&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala&amp;diff=12540</id>
		<title>Mala</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala&amp;diff=12540"/>
		<updated>2010-12-25T23:32:12Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Mala Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Image:Mala.jpg|thumb|MaLa Screenshot|320px|right]]&lt;br /&gt;
[[Image:Malahardware.jpg|thumb|MaLa Hardware|320px|right]]&lt;br /&gt;
MaLa is a multi emulator frontend designed for all 32bit Windows operating systems. It supports the Windows command line version of MAME with XML ROM info (&amp;gt; 0.84), PC Games and all command line based emulators.&lt;br /&gt;
&lt;br /&gt;
'''MaLa features include:'''&lt;br /&gt;
&lt;br /&gt;
*Rotatable in any direction (0, 90, 180, 270) on the fly for horizontal and vertical screens&lt;br /&gt;
*Controllable by arcade controllers with configurable controller settings for all front end functions&lt;br /&gt;
*Controller detection: rotate and load gamelist depending on the controls that were touched (cocktail tables)&lt;br /&gt;
*On the fly programming of keyboard encoders &lt;br /&gt;
*Mouse support for trackballs, spinner and dials&lt;br /&gt;
*Virtual shift key, full control with less controls&lt;br /&gt;
*Keyboard hook and hotkeys (no need for wrappers or specialized emulator versions)&lt;br /&gt;
*Hardware Support: MaLa Hardware (LED + LCD), Ultimarc PacDrive (LED), BetaBrite Displays, serial LCD, GGG LEDWiz (LED), Ultimarc UltraStik360, ...  &lt;br /&gt;
*LED Attract mode &lt;br /&gt;
*Comprehensive game list filter options and memorized filter sets&lt;br /&gt;
*Plugins - including support for hardware like LedWiz, Serial LCD's &amp;amp; Ultrastick (you can make your own if you can code in C++ or Delphi)&lt;br /&gt;
*No ini file editing&lt;br /&gt;
&lt;br /&gt;
==Mala Help==&lt;br /&gt;
&lt;br /&gt;
* The MaLa home page is at http://mala.arcadezentrum.com/&lt;br /&gt;
* [[Mala_Wiki|The BYOAC MaLa Wiki pages]] - A great place to get/share info on MaLa Options&lt;br /&gt;
&lt;br /&gt;
{{FrontEnd}}&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Mala-Wiki]]&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=12539</id>
		<title>Mala Forum</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=12539"/>
		<updated>2010-12-25T23:31:55Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12370</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12370"/>
		<updated>2010-10-26T22:54:21Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://www.malafe.net/index.php?page=plugins List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://www.malafe.net/index.php?page=hardware What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12028</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12028"/>
		<updated>2009-04-20T04:35:06Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* MaLa Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12027</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12027"/>
		<updated>2009-04-20T04:34:58Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Game Lists */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12026</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12026"/>
		<updated>2009-04-20T04:34:45Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Config Options ('''Complete list''' ‘Tab by Tab’) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12025</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12025"/>
		<updated>2009-04-20T04:34:25Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Indepth Mala Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12024</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12024"/>
		<updated>2009-04-20T04:34:12Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Config Options ('''Complete list''' ‘Tab by Tab’) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12023</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12023"/>
		<updated>2009-04-20T04:33:57Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Indepth Mala Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12022</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12022"/>
		<updated>2009-04-20T04:33:28Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Game Lists */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12021</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12021"/>
		<updated>2009-04-20T04:31:56Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Config Options ('''Complete list''' ‘Tab by Tab’) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12020</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12020"/>
		<updated>2009-04-20T04:31:42Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Indepth Mala Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12019</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12019"/>
		<updated>2009-04-20T04:31:16Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Other Emu-Set-up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12018</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12018"/>
		<updated>2009-04-20T04:31:01Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Indepth Mala Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12017</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12017"/>
		<updated>2009-04-20T04:30:35Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Layouts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* &lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12016</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12016"/>
		<updated>2009-04-20T04:30:21Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Indepth Mala Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* &lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12015</id>
		<title>Mala Wiki</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Wiki&amp;diff=12015"/>
		<updated>2009-04-20T04:29:39Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[Image:Malaw.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Feel free to add data under the approriate Heading''' &lt;br /&gt;
&lt;br /&gt;
'''Use your Forum username and password'''&lt;br /&gt;
&lt;br /&gt;
== Set M.A.L.A Quick ==&lt;br /&gt;
* [[Mala_Setup|Quick MAME Set-up]]&lt;br /&gt;
* [[Mala_NowWhat|Ok I set-up Mame quickly. Where do I go from here???]]&lt;br /&gt;
&lt;br /&gt;
== Indepth Mala Documentation ==&lt;br /&gt;
This document is going moved into here: http://www.malafe.net/index.php?page=docshelp (which contain the full document of this section until this is completed).&lt;br /&gt;
&lt;br /&gt;
* [[Mala_Controls|How to setup &amp;amp; use controls]]&lt;br /&gt;
* [[Mala_SetupMame|How to setup M.A.M.E.]]&lt;br /&gt;
* [[Mala_SetupEmulators|How to setup other Emulators]]&lt;br /&gt;
* [[Mala_Layout|How to setup layouts]]&lt;br /&gt;
* [[Mala_SetupGameLists|How to manager gamelists]]&lt;br /&gt;
* [[Mala_SetupHardware|How to connect MaLa hardware]]&lt;br /&gt;
* [[Mala_SetupHotkeys|How to use hotkeys]]&lt;br /&gt;
* [[Mala_SetupFilter|How to filter your games]]&lt;br /&gt;
* [[Mala_SetupMalaTree|How to use Mala Tree]]&lt;br /&gt;
&lt;br /&gt;
== Other cool MALA features ==&lt;br /&gt;
* [[Mala_Cool|Cool Mala Things]]&lt;br /&gt;
* [[MaLa_FAQ|Mala FAQ]]&lt;br /&gt;
* [[Mala_JukeBox|Jukebox]]&lt;br /&gt;
* [[Mala_Forum|MaLa Forum]]&lt;br /&gt;
* [[MalaFileTypes|FileTypes]]&lt;br /&gt;
&lt;br /&gt;
== Config Options ('''Complete list''' ‘Tab by Tab’) ==&lt;br /&gt;
* [[Mala_Config|Mala Config]] - Indepth Description of configuration&lt;br /&gt;
&lt;br /&gt;
== Other Emu-Set-up ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=56010.0 MaLa &amp;quot;How to&amp;quot; guide] - Install and configure emulators (as well as Visual Pinball) (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/easytrack.php?id=emuguideaddon Zinc and ePSXe Help] - It from MaLa website&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==&lt;br /&gt;
* [[Mala_Creation| Creation / Filtering]]&lt;br /&gt;
* [[Mala_Tree|MaLa Tree]]&lt;br /&gt;
&lt;br /&gt;
== Plug-Ins ==&lt;br /&gt;
* [[Mala_Plugins]] How to create and install Plug-Ins&lt;br /&gt;
&lt;br /&gt;
* [http://mala.arcadezentrum.com/plugins.html List of various plugins]&lt;br /&gt;
&lt;br /&gt;
== Layouts ==&lt;br /&gt;
* [[Mala_Layout|MaLa Layouts]] How to create and install Layouts&lt;br /&gt;
* [http://malafe.net/index.php?page=layouts Completed Layouts] - Lists of completed Layouts&lt;br /&gt;
&lt;br /&gt;
== MaLa Hardware ==&lt;br /&gt;
* [http://forum.arcadecontrols.com/index.php?topic=57516.msg566089#msg566089 MaLaLED Attract Mode] - How To use LED attract mode (BYOAC Forum Link)&lt;br /&gt;
* [http://mala.arcadezentrum.com/hardware.html What does this hardware do?]&lt;br /&gt;
* [http://www.members.optushome.com.au/backwash/malahw Install] How to install it.&lt;br /&gt;
&lt;br /&gt;
== Possible Bugs ==&lt;br /&gt;
* [[Mala_Bugs|Post/ view Bugs in a table for all to see/ add to - For Constructive Purposes]]&lt;br /&gt;
* [http://mala.arcadezentrum.com/bugreport.html Send a private message to Swindus about a possible bug] &lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=MaLa_FAQ&amp;diff=11727</id>
		<title>MaLa FAQ</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=MaLa_FAQ&amp;diff=11727"/>
		<updated>2008-08-30T10:35:24Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Roms not shown correctly ==&lt;br /&gt;
'''Q:''' Why do my games list show many more games than I have ROMs in my Roms folder?&lt;br /&gt;
&lt;br /&gt;
'''A:''' Make sure you set Options-Mame Config-Basics Collect(Only Games with Rom)&lt;br /&gt;
&lt;br /&gt;
== How to skip games in list? ==&lt;br /&gt;
'''Q:''' How can I skip games in the list like MameWah does by hitting the joystick Left and right?&lt;br /&gt;
&lt;br /&gt;
'''A:''' This can all be set in options-controller-keyboard-basic.  You can set it to skip by page,number of items or letter.&lt;br /&gt;
&lt;br /&gt;
== I have some scroll problem? ==&lt;br /&gt;
'''Q:''' I run into an issue when I want to scroll through games - it only moves 10 games and stops. If I release the stick and press it again it scrolls through 10 more.&lt;br /&gt;
&lt;br /&gt;
== What is MaLaKeyHook.dll for? ==&lt;br /&gt;
'''A:''' MaLaKeyHook.dll is for the emulator exit hook but can be replaced by HotKeys on XP or newer systems. The HotKey stuff does not work with fullscreen DirectX apps (emus) on Win98 systems.&lt;br /&gt;
&lt;br /&gt;
== I have some scroll problem? ==	 	&lt;br /&gt;
	'''Q:''' I run into an issue when I want to scroll through games - it only moves 10 games and stops. If I release the stick and press it again it scrolls through 10 more.&lt;br /&gt;
&lt;br /&gt;
'''A:''' This happens when you have your scrolling acceleration up too high. Try reducing it to say 5 then you can FLY..... through the game lists&lt;br /&gt;
&lt;br /&gt;
== Is there an Official MaLa Forum? ==&lt;br /&gt;
Yes ..... [[Mala_Forum|Mala Forum]]&lt;br /&gt;
&lt;br /&gt;
== List scroll too slow ==&lt;br /&gt;
'''Q:''' How do I make MaLa Game list scroll really fast straight away?&lt;br /&gt;
&lt;br /&gt;
'''A:''' You need to have the following set:&lt;br /&gt;
&lt;br /&gt;
*  Speed the video&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; GUI tab &amp;gt; Options Tab &amp;gt; &lt;br /&gt;
&lt;br /&gt;
Enable display delay set to 100&lt;br /&gt;
Tick only &amp;quot;text&amp;quot; under exceptions and leave the rest switched off&lt;br /&gt;
&lt;br /&gt;
*  Speed the input&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; Controller tab &amp;gt; Keyboard Tab &amp;gt;  Options Tab &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Key repeat (ms) set to 50&lt;br /&gt;
&lt;br /&gt;
*  Speed the animation&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; Controller tab &amp;gt; Options Tab &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check the &amp;quot;use scrolling acceleration&amp;quot; box&lt;br /&gt;
Acceleration speed 8&lt;br /&gt;
&lt;br /&gt;
This should make MaLa Scroll very fast pretty much straight away...&lt;br /&gt;
&lt;br /&gt;
If the speed is acceptable you can allow exceptions to the display delay (Test individually) The effect will vary depending on your PC speed.&lt;br /&gt;
&lt;br /&gt;
== When I quit MaLa I want the PC to shut down too. Can this be done? ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsMEA.JPG|240px|left]] &lt;br /&gt;
'''A)''' Yes .&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;[[Image:Mala_OptionsQM.JPG|240px|left]] You choose a key (be it shifted or not)  to get the 'Quit Confirmation', if you press that key again it will go away or press your allocated 'start game' key to quit&lt;br /&gt;
.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Is there a way to have one game list where individual ROMs in that single list use different versions of Mame? ==&lt;br /&gt;
.  For example, now if I have some roms that need an earlier version of Mame to run fast enough, I must have them in a whole separate game list.  Is there a work-around that you know of that will let me keep my mame games in one list?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''A)'''Yep...You Launch With another Key  ...  See Pic.&lt;br /&gt;
Placeholder for the external application command line: rom path, rom name, rom parent name, rom extension and emu name (%path%, %rom%, %parent%, %ext%, %emu%).&lt;br /&gt;
[[Image:Mala_MameLE.JPG|240px|left]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Video Screensaver and Layouts.  What codec should I use ? ==&lt;br /&gt;
&lt;br /&gt;
A) For the Mame video preview set, this codec should be used: http://www.xvidmovies.com/codec/ .  Warning: Make sure divx is uninstalled before installing the xvid codec.  The commonly available console video preview sets are all encoded in divx format, so they will not work with the xvid codec alone.  Some members have had luck getting these divx format console video previews to work in Mala using the 'k-lite' codec pack: http://www.k-litecodecpack.com/ .  Others have needed to convert them to a xvid format to get them to display correctly and not slow scrolling.  This will approximately double their file size so make sure you have the appropriate disk space before taking this route.  Many batch video converters are available that can do this for you.  Blaze Media Pro is one that has a 15 day full-function free trial which should give you enough time to get a full set converted: http://www.blazemp.com/ .&lt;br /&gt;
&lt;br /&gt;
== I am using version am mame version .84 or lower. Mala seems to go through it's process of generating the list of games but nothing shows up.????? ==&lt;br /&gt;
&lt;br /&gt;
A) as you will see at the website 'MaLa is a multi emulator frontend designed for all 32bit Windows operating systems. It supports the Windows command line version of MAME with XML ROM info (&amp;gt; 0.84)'&lt;br /&gt;
But having pointed that you can use .79 with MaLa .  What you need to do is download a higher a version of mame (like .89) then use that to generate the xml file.  (you only need to do that once). Then when that is done use that for for Mame .79.&lt;br /&gt;
&lt;br /&gt;
== I have 2 Ultrastick 360's wired in through USB, and MaLa isn't doing any switching at all, despite having both joysticks enabled in MaLa and a &amp;quot;set&amp;quot; for each of them. I'm under the impression that it is capable of auto-switching the game list view depending on if someone sitting on player 1 or player 2's side is operating the joystick.   I've configured player 1 to use set 1 and player 2 to use set 2, but no list-flips are happening. ? ==&lt;br /&gt;
&lt;br /&gt;
A) MaLa supports 2 joys and one pov per joystick set (for example on gamepads). So be sure you use J1 up and down in every joystick set for the movement.&lt;br /&gt;
Joystick Set 1&lt;br /&gt;
One up: J1up&lt;br /&gt;
One down: J1down&lt;br /&gt;
Joystick Set 2&lt;br /&gt;
One up: J1up&lt;br /&gt;
One down: J1down&lt;br /&gt;
and not: J2up and J2 down. &amp;lt;- This is the second joystick and the same joy controller and the U360 has only one joystick .....&lt;br /&gt;
&lt;br /&gt;
An Example: I have two U360 sticks and can use both at the same time to scroll through the list.  &lt;br /&gt;
&lt;br /&gt;
For each joystick you can define 2 sticks (J1 AND J2), a POV control and 12 buttons. Maybe its a bit confusing to use J1 in the set for joystick 2 but this is the first stick on joystick 2.&lt;br /&gt;
&lt;br /&gt;
A gamepad for example can have two analog sticks, a digital stick and buttons. &lt;br /&gt;
 &lt;br /&gt;
== Q) When i hold down on the joystick (mapped to the down arrow on the keyboard) it will go down to the next game but the screenshot will not display until i let go of the joystick.  What should be happening is that i hold down, it scrolls, and when i let go. ==&lt;br /&gt;
&lt;br /&gt;
A) If you are using an older I-Pac be aware I-pac does not do 'auto scrolling' on all imputs.&lt;br /&gt;
From the website:&lt;br /&gt;
 http://www.ultimarc.com/ipac5.html&lt;br /&gt;
You can buy a different chip for them here:&lt;br /&gt;
 http://www.ultimarc.com/JShopServer/section.php?xSec=5&lt;br /&gt;
The issue is discussed in this thread:&lt;br /&gt;
 http://forum.arcadecontrols.com/index.php?topic=59399.0&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=MaLa_FAQ&amp;diff=11726</id>
		<title>MaLa FAQ</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=MaLa_FAQ&amp;diff=11726"/>
		<updated>2008-08-30T10:34:15Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* What is MaLaKeyHook.dll for? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Roms not shown correctly ==&lt;br /&gt;
'''Q:''' Why do my games list show many more games than I have ROMs in my Roms folder?&lt;br /&gt;
&lt;br /&gt;
'''A:''' Make sure you set Options-Mame Config-Basics Collect(Only Games with Rom)&lt;br /&gt;
&lt;br /&gt;
== How to skip games in list? ==&lt;br /&gt;
'''Q:''' How can I skip games in the list like MameWah does by hitting the joystick Left and right?&lt;br /&gt;
&lt;br /&gt;
'''A:''' This can all be set in options-controller-keyboard-basic.  You can set it to skip by page,number of items or letter.&lt;br /&gt;
&lt;br /&gt;
== I have some scroll problem? ==&lt;br /&gt;
'''Q:''' I run into an issue when I want to scroll through games - it only moves 10 games and stops. If I release the stick and press it again it scrolls through 10 more.&lt;br /&gt;
&lt;br /&gt;
== What is MaLaKeyHook.dll for? ==&lt;br /&gt;
'''A:''' MaLaKeyHook.dll is for the emulator exit hook but can be replaced by HotKeys on XP or newer systems. The HotKey stuff does not work with fullscreen DirectX apps (emus) on Win98 systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''A:''' This happens when you have your scrolling acceleration up too high. Try reducing it to say 5 then you can FLY..... through the game lists&lt;br /&gt;
&lt;br /&gt;
== Is there an Official MaLa Forum? ==&lt;br /&gt;
Yes ..... [[Mala_Forum|Mala Forum]]&lt;br /&gt;
&lt;br /&gt;
== List scroll too slow ==&lt;br /&gt;
'''Q:''' How do I make MaLa Game list scroll really fast straight away?&lt;br /&gt;
&lt;br /&gt;
'''A:''' You need to have the following set:&lt;br /&gt;
&lt;br /&gt;
*  Speed the video&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; GUI tab &amp;gt; Options Tab &amp;gt; &lt;br /&gt;
&lt;br /&gt;
Enable display delay set to 100&lt;br /&gt;
Tick only &amp;quot;text&amp;quot; under exceptions and leave the rest switched off&lt;br /&gt;
&lt;br /&gt;
*  Speed the input&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; Controller tab &amp;gt; Keyboard Tab &amp;gt;  Options Tab &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Key repeat (ms) set to 50&lt;br /&gt;
&lt;br /&gt;
*  Speed the animation&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; Controller tab &amp;gt; Options Tab &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check the &amp;quot;use scrolling acceleration&amp;quot; box&lt;br /&gt;
Acceleration speed 8&lt;br /&gt;
&lt;br /&gt;
This should make MaLa Scroll very fast pretty much straight away...&lt;br /&gt;
&lt;br /&gt;
If the speed is acceptable you can allow exceptions to the display delay (Test individually) The effect will vary depending on your PC speed.&lt;br /&gt;
&lt;br /&gt;
== When I quit MaLa I want the PC to shut down too. Can this be done? ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsMEA.JPG|240px|left]] &lt;br /&gt;
'''A)''' Yes .&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;[[Image:Mala_OptionsQM.JPG|240px|left]] You choose a key (be it shifted or not)  to get the 'Quit Confirmation', if you press that key again it will go away or press your allocated 'start game' key to quit&lt;br /&gt;
.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Is there a way to have one game list where individual ROMs in that single list use different versions of Mame? ==&lt;br /&gt;
.  For example, now if I have some roms that need an earlier version of Mame to run fast enough, I must have them in a whole separate game list.  Is there a work-around that you know of that will let me keep my mame games in one list?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''A)'''Yep...You Launch With another Key  ...  See Pic.&lt;br /&gt;
Placeholder for the external application command line: rom path, rom name, rom parent name, rom extension and emu name (%path%, %rom%, %parent%, %ext%, %emu%).&lt;br /&gt;
[[Image:Mala_MameLE.JPG|240px|left]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Video Screensaver and Layouts.  What codec should I use ? ==&lt;br /&gt;
&lt;br /&gt;
A) For the Mame video preview set, this codec should be used: http://www.xvidmovies.com/codec/ .  Warning: Make sure divx is uninstalled before installing the xvid codec.  The commonly available console video preview sets are all encoded in divx format, so they will not work with the xvid codec alone.  Some members have had luck getting these divx format console video previews to work in Mala using the 'k-lite' codec pack: http://www.k-litecodecpack.com/ .  Others have needed to convert them to a xvid format to get them to display correctly and not slow scrolling.  This will approximately double their file size so make sure you have the appropriate disk space before taking this route.  Many batch video converters are available that can do this for you.  Blaze Media Pro is one that has a 15 day full-function free trial which should give you enough time to get a full set converted: http://www.blazemp.com/ .&lt;br /&gt;
&lt;br /&gt;
== I am using version am mame version .84 or lower. Mala seems to go through it's process of generating the list of games but nothing shows up.????? ==&lt;br /&gt;
&lt;br /&gt;
A) as you will see at the website 'MaLa is a multi emulator frontend designed for all 32bit Windows operating systems. It supports the Windows command line version of MAME with XML ROM info (&amp;gt; 0.84)'&lt;br /&gt;
But having pointed that you can use .79 with MaLa .  What you need to do is download a higher a version of mame (like .89) then use that to generate the xml file.  (you only need to do that once). Then when that is done use that for for Mame .79.&lt;br /&gt;
&lt;br /&gt;
== I have 2 Ultrastick 360's wired in through USB, and MaLa isn't doing any switching at all, despite having both joysticks enabled in MaLa and a &amp;quot;set&amp;quot; for each of them. I'm under the impression that it is capable of auto-switching the game list view depending on if someone sitting on player 1 or player 2's side is operating the joystick.   I've configured player 1 to use set 1 and player 2 to use set 2, but no list-flips are happening. ? ==&lt;br /&gt;
&lt;br /&gt;
A) MaLa supports 2 joys and one pov per joystick set (for example on gamepads). So be sure you use J1 up and down in every joystick set for the movement.&lt;br /&gt;
Joystick Set 1&lt;br /&gt;
One up: J1up&lt;br /&gt;
One down: J1down&lt;br /&gt;
Joystick Set 2&lt;br /&gt;
One up: J1up&lt;br /&gt;
One down: J1down&lt;br /&gt;
and not: J2up and J2 down. &amp;lt;- This is the second joystick and the same joy controller and the U360 has only one joystick .....&lt;br /&gt;
&lt;br /&gt;
An Example: I have two U360 sticks and can use both at the same time to scroll through the list.  &lt;br /&gt;
&lt;br /&gt;
For each joystick you can define 2 sticks (J1 AND J2), a POV control and 12 buttons. Maybe its a bit confusing to use J1 in the set for joystick 2 but this is the first stick on joystick 2.&lt;br /&gt;
&lt;br /&gt;
A gamepad for example can have two analog sticks, a digital stick and buttons. &lt;br /&gt;
 &lt;br /&gt;
== Q) When i hold down on the joystick (mapped to the down arrow on the keyboard) it will go down to the next game but the screenshot will not display until i let go of the joystick.  What should be happening is that i hold down, it scrolls, and when i let go. ==&lt;br /&gt;
&lt;br /&gt;
A) If you are using an older I-Pac be aware I-pac does not do 'auto scrolling' on all imputs.&lt;br /&gt;
From the website:&lt;br /&gt;
 http://www.ultimarc.com/ipac5.html&lt;br /&gt;
You can buy a different chip for them here:&lt;br /&gt;
 http://www.ultimarc.com/JShopServer/section.php?xSec=5&lt;br /&gt;
The issue is discussed in this thread:&lt;br /&gt;
 http://forum.arcadecontrols.com/index.php?topic=59399.0&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=MaLa_FAQ&amp;diff=11725</id>
		<title>MaLa FAQ</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=MaLa_FAQ&amp;diff=11725"/>
		<updated>2008-08-30T10:33:47Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Roms not shown correctly ==&lt;br /&gt;
'''Q:''' Why do my games list show many more games than I have ROMs in my Roms folder?&lt;br /&gt;
&lt;br /&gt;
'''A:''' Make sure you set Options-Mame Config-Basics Collect(Only Games with Rom)&lt;br /&gt;
&lt;br /&gt;
== How to skip games in list? ==&lt;br /&gt;
'''Q:''' How can I skip games in the list like MameWah does by hitting the joystick Left and right?&lt;br /&gt;
&lt;br /&gt;
'''A:''' This can all be set in options-controller-keyboard-basic.  You can set it to skip by page,number of items or letter.&lt;br /&gt;
&lt;br /&gt;
== I have some scroll problem? ==&lt;br /&gt;
'''Q:''' I run into an issue when I want to scroll through games - it only moves 10 games and stops. If I release the stick and press it again it scrolls through 10 more.&lt;br /&gt;
&lt;br /&gt;
== What is MaLaKeyHook.dll for? ==&lt;br /&gt;
'''Q:''' MaLaKeyHook.dll is for the emulator exit hook but can be replaced by HotKeys on XP or newer systems. The HotKey stuff does not work with fullscreen DirectX apps (emus) on Win98 systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''A:''' This happens when you have your scrolling acceleration up too high. Try reducing it to say 5 then you can FLY..... through the game lists&lt;br /&gt;
&lt;br /&gt;
== Is there an Official MaLa Forum? ==&lt;br /&gt;
Yes ..... [[Mala_Forum|Mala Forum]]&lt;br /&gt;
&lt;br /&gt;
== List scroll too slow ==&lt;br /&gt;
'''Q:''' How do I make MaLa Game list scroll really fast straight away?&lt;br /&gt;
&lt;br /&gt;
'''A:''' You need to have the following set:&lt;br /&gt;
&lt;br /&gt;
*  Speed the video&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; GUI tab &amp;gt; Options Tab &amp;gt; &lt;br /&gt;
&lt;br /&gt;
Enable display delay set to 100&lt;br /&gt;
Tick only &amp;quot;text&amp;quot; under exceptions and leave the rest switched off&lt;br /&gt;
&lt;br /&gt;
*  Speed the input&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; Controller tab &amp;gt; Keyboard Tab &amp;gt;  Options Tab &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Key repeat (ms) set to 50&lt;br /&gt;
&lt;br /&gt;
*  Speed the animation&lt;br /&gt;
From the main list screen, right-click &amp;gt; options &amp;gt; Controller tab &amp;gt; Options Tab &amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check the &amp;quot;use scrolling acceleration&amp;quot; box&lt;br /&gt;
Acceleration speed 8&lt;br /&gt;
&lt;br /&gt;
This should make MaLa Scroll very fast pretty much straight away...&lt;br /&gt;
&lt;br /&gt;
If the speed is acceptable you can allow exceptions to the display delay (Test individually) The effect will vary depending on your PC speed.&lt;br /&gt;
&lt;br /&gt;
== When I quit MaLa I want the PC to shut down too. Can this be done? ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Mala_OptionsMEA.JPG|240px|left]] &lt;br /&gt;
'''A)''' Yes .&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;[[Image:Mala_OptionsQM.JPG|240px|left]] You choose a key (be it shifted or not)  to get the 'Quit Confirmation', if you press that key again it will go away or press your allocated 'start game' key to quit&lt;br /&gt;
.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Is there a way to have one game list where individual ROMs in that single list use different versions of Mame? ==&lt;br /&gt;
.  For example, now if I have some roms that need an earlier version of Mame to run fast enough, I must have them in a whole separate game list.  Is there a work-around that you know of that will let me keep my mame games in one list?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''A)'''Yep...You Launch With another Key  ...  See Pic.&lt;br /&gt;
Placeholder for the external application command line: rom path, rom name, rom parent name, rom extension and emu name (%path%, %rom%, %parent%, %ext%, %emu%).&lt;br /&gt;
[[Image:Mala_MameLE.JPG|240px|left]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Video Screensaver and Layouts.  What codec should I use ? ==&lt;br /&gt;
&lt;br /&gt;
A) For the Mame video preview set, this codec should be used: http://www.xvidmovies.com/codec/ .  Warning: Make sure divx is uninstalled before installing the xvid codec.  The commonly available console video preview sets are all encoded in divx format, so they will not work with the xvid codec alone.  Some members have had luck getting these divx format console video previews to work in Mala using the 'k-lite' codec pack: http://www.k-litecodecpack.com/ .  Others have needed to convert them to a xvid format to get them to display correctly and not slow scrolling.  This will approximately double their file size so make sure you have the appropriate disk space before taking this route.  Many batch video converters are available that can do this for you.  Blaze Media Pro is one that has a 15 day full-function free trial which should give you enough time to get a full set converted: http://www.blazemp.com/ .&lt;br /&gt;
&lt;br /&gt;
== I am using version am mame version .84 or lower. Mala seems to go through it's process of generating the list of games but nothing shows up.????? ==&lt;br /&gt;
&lt;br /&gt;
A) as you will see at the website 'MaLa is a multi emulator frontend designed for all 32bit Windows operating systems. It supports the Windows command line version of MAME with XML ROM info (&amp;gt; 0.84)'&lt;br /&gt;
But having pointed that you can use .79 with MaLa .  What you need to do is download a higher a version of mame (like .89) then use that to generate the xml file.  (you only need to do that once). Then when that is done use that for for Mame .79.&lt;br /&gt;
&lt;br /&gt;
== I have 2 Ultrastick 360's wired in through USB, and MaLa isn't doing any switching at all, despite having both joysticks enabled in MaLa and a &amp;quot;set&amp;quot; for each of them. I'm under the impression that it is capable of auto-switching the game list view depending on if someone sitting on player 1 or player 2's side is operating the joystick.   I've configured player 1 to use set 1 and player 2 to use set 2, but no list-flips are happening. ? ==&lt;br /&gt;
&lt;br /&gt;
A) MaLa supports 2 joys and one pov per joystick set (for example on gamepads). So be sure you use J1 up and down in every joystick set for the movement.&lt;br /&gt;
Joystick Set 1&lt;br /&gt;
One up: J1up&lt;br /&gt;
One down: J1down&lt;br /&gt;
Joystick Set 2&lt;br /&gt;
One up: J1up&lt;br /&gt;
One down: J1down&lt;br /&gt;
and not: J2up and J2 down. &amp;lt;- This is the second joystick and the same joy controller and the U360 has only one joystick .....&lt;br /&gt;
&lt;br /&gt;
An Example: I have two U360 sticks and can use both at the same time to scroll through the list.  &lt;br /&gt;
&lt;br /&gt;
For each joystick you can define 2 sticks (J1 AND J2), a POV control and 12 buttons. Maybe its a bit confusing to use J1 in the set for joystick 2 but this is the first stick on joystick 2.&lt;br /&gt;
&lt;br /&gt;
A gamepad for example can have two analog sticks, a digital stick and buttons. &lt;br /&gt;
 &lt;br /&gt;
== Q) When i hold down on the joystick (mapped to the down arrow on the keyboard) it will go down to the next game but the screenshot will not display until i let go of the joystick.  What should be happening is that i hold down, it scrolls, and when i let go. ==&lt;br /&gt;
&lt;br /&gt;
A) If you are using an older I-Pac be aware I-pac does not do 'auto scrolling' on all imputs.&lt;br /&gt;
From the website:&lt;br /&gt;
 http://www.ultimarc.com/ipac5.html&lt;br /&gt;
You can buy a different chip for them here:&lt;br /&gt;
 http://www.ultimarc.com/JShopServer/section.php?xSec=5&lt;br /&gt;
The issue is discussed in this thread:&lt;br /&gt;
 http://forum.arcadecontrols.com/index.php?topic=59399.0&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=11330</id>
		<title>Mala Forum</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=11330"/>
		<updated>2008-05-16T22:50:19Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Initial Forum Signup: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:malaf.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Mfs.JPG]]&lt;br /&gt;
&lt;br /&gt;
'''LINK:'''&lt;br /&gt;
&lt;br /&gt;
Mala Forum:- http://www.arcadezentrum.com/forum/forumdisplay.php?f=11&lt;br /&gt;
&lt;br /&gt;
This is primarily in German, but it is no problem for you to ask your questions in English there.&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It’s Easy to use.. Realistically you only need to know how to '''Reply''' and '''Start new post''' to use a forum.&lt;br /&gt;
&lt;br /&gt;
'''Top Tip:''' You can look at pages in this Forum through a automated translator if you wish (eg Google Language tools). This is very useful for looking at the posts made in German. &lt;br /&gt;
But I would not operate in the Forum via a translator as certain functions can fail including log-in. A good idea when first starting is have the translator loaded in a second window so you can just use it when required to translate certain sections.  &lt;br /&gt;
&lt;br /&gt;
The following instructions will show you how easy it is to use the forum without the need to use a translator.&lt;br /&gt;
&lt;br /&gt;
== Forum Cheat Sheet: ==&lt;br /&gt;
[[Image:MFcs.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Initial Forum Signup: ==&lt;br /&gt;
This is a bit fiddly, but you only have to do this once and will be worth it to converse with a broader range of Mala users&lt;br /&gt;
&lt;br /&gt;
As an example I will actually make a dummy account (that I will get the moderators to delete later)&lt;br /&gt;
&lt;br /&gt;
As the ‘Top Tip’ at the top of this page suggested do not run the following link through a translator, rather just follow the following guide step by step:&lt;br /&gt;
&lt;br /&gt;
# Go to:&lt;br /&gt;
#:http://www.arcadezentrum.com/forum/forumdisplay.php?f=11&lt;br /&gt;
# Now click on the ‘Registrieren’ link in the top left hand corner of the screen.&lt;br /&gt;
# A page of text (Arcadezentrum rules) will be displayed for 10 secs.&lt;br /&gt;
# When it appears after 10 secs click on the 'Akzeptieren'  Button.&lt;br /&gt;
# A page of fields will then be displayed:&lt;br /&gt;
#:I will list the mandatory ones here: (If you really wish to know what the other fields are you will have to copy and paste the text into a translator)&lt;br /&gt;
#:*Benutzername: USERNAME&lt;br /&gt;
#:*E-Mail-Adresse: E-Mail Address&lt;br /&gt;
#:*Passwort: Password&lt;br /&gt;
#:*Passwort wiederholen: Password Confirm&lt;br /&gt;
#:*Sicherheitsmaßnahme: Safety precaution – Please copy the characters you see in the box (without blank characters). &lt;br /&gt;
#:*Geschlecht: Sex&lt;br /&gt;
#:*Herkunft: Origin eg USA or Australia etc…&lt;br /&gt;
#:*The rest of the Fields are optional (you can add this extra data at a later time if you wish) so now you can go straight down and hit the 'Registrieren'  button at the bottom of the page&lt;br /&gt;
#You will then be presented with a page of text which loosely translated is:&lt;br /&gt;
#:Thank you for the registration, TEST. A E-Mail with your user data was dispatched on loadman@domain.com. They will receive a E-Mail. They must call then the left in this E-Mail, so that your registration can be locked. If the automatic forwarding does not function, click please here! You then should be automatically forwarded to the Forum:&lt;br /&gt;
#You should have been sent a e-mail from ‘info@arcadezentrum.com’. &lt;br /&gt;
#:You are welcome to get this e-mail translated but really all you need to do is click on the first link to complete registration.&lt;br /&gt;
#:Benutzer TESTLOAD wurde erfolgreich freigeschaltet.Falls die automatische Weiterleitung nicht funktioniert, klicken Sie bitte hier!&lt;br /&gt;
#:You will then be forwarded to the forum as a fully registered member&lt;br /&gt;
#In future use the following link:&lt;br /&gt;
#: http://www.arcadezentrum.com/forum/forumdisplay.php?f=11&lt;br /&gt;
#:If you are not automatically logged in (via a cookie) then click the 'Anmelden' at the top right corner of the screen.&lt;br /&gt;
#A log-in window will then appear&lt;br /&gt;
#:* Benutzername: Log-in Name&lt;br /&gt;
#:* Passwort: Password&lt;br /&gt;
#:* Anmelden: Log-in Button&lt;br /&gt;
&lt;br /&gt;
Have FUN  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=11329</id>
		<title>Mala Forum</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=11329"/>
		<updated>2008-05-16T22:49:50Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Initial Forum Signup: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:malaf.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Mfs.JPG]]&lt;br /&gt;
&lt;br /&gt;
'''LINK:'''&lt;br /&gt;
&lt;br /&gt;
Mala Forum:- http://www.arcadezentrum.com/forum/forumdisplay.php?f=11&lt;br /&gt;
&lt;br /&gt;
This is primarily in German, but it is no problem for you to ask your questions in English there.&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It’s Easy to use.. Realistically you only need to know how to '''Reply''' and '''Start new post''' to use a forum.&lt;br /&gt;
&lt;br /&gt;
'''Top Tip:''' You can look at pages in this Forum through a automated translator if you wish (eg Google Language tools). This is very useful for looking at the posts made in German. &lt;br /&gt;
But I would not operate in the Forum via a translator as certain functions can fail including log-in. A good idea when first starting is have the translator loaded in a second window so you can just use it when required to translate certain sections.  &lt;br /&gt;
&lt;br /&gt;
The following instructions will show you how easy it is to use the forum without the need to use a translator.&lt;br /&gt;
&lt;br /&gt;
== Forum Cheat Sheet: ==&lt;br /&gt;
[[Image:MFcs.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Initial Forum Signup: ==&lt;br /&gt;
This is a bit fiddly, but you only have to do this once and will be worth it to converse with a broader range of Mala users&lt;br /&gt;
&lt;br /&gt;
As an example I will actually make a dummy account (that I will get the moderators to delete later)&lt;br /&gt;
&lt;br /&gt;
As the ‘Top Tip’ at the top of this page suggested do not run the following link through a translator, rather just follow the following guide step by step:&lt;br /&gt;
&lt;br /&gt;
# Go to:&lt;br /&gt;
#:http://www.arcadezentrum.com/forum/forumdisplay.php?f=11&lt;br /&gt;
# Now click on the ‘Registrieren’ link in the top left hand corner of the screen.&lt;br /&gt;
# A page of text (Arcadezentrum rules) will be displayed for 10 secs.&lt;br /&gt;
# When it appears after 10 secs click on the 'Akzeptieren'  Button.&lt;br /&gt;
# A page of fields will then be displayed:&lt;br /&gt;
#:I will list the mandatory ones here: (If you really wish to know what the other fields are you will have to copy and paste the text into a translator)&lt;br /&gt;
#:*Benutzername: USERNAME&lt;br /&gt;
#:*E-Mail-Adresse: E-Mail Address&lt;br /&gt;
#:*Passwort: Password&lt;br /&gt;
#:*Passwort wiederholen: Password Confirm&lt;br /&gt;
#:*Sicherheitsmaßnahme: Safety precaution – Please copy the characters you see in the box (without blank characters). &lt;br /&gt;
#:*Geschlecht: Sex&lt;br /&gt;
#:*Herkunft: Origin eg USA or Australia etc…&lt;br /&gt;
#:*The rest of the Fields are optional (you can add this extra data at a later time if you wish) so now you can go straight down and hit the 'Registrieren'  button at the bottom of the page&lt;br /&gt;
#You will then be presented with a page of text which loosely translated is:&lt;br /&gt;
#:Thank you for the registration, TEST. A E-Mail with your user data was dispatched on loadman@domain.com. They will receive a E-Mail. They must call then the left in this E-Mail, so that your registration can be locked. If the automatic forwarding does not function, click please here! You then should be automatically forwarded to the Forum:&lt;br /&gt;
#You should have been sent a e-mail from ‘info@arcadezentrum.com’. &lt;br /&gt;
#:You are welcome to get this e-mail translated but really all you need to do is click on the first link to complete registration.&lt;br /&gt;
#:Benutzer TESTLOAD wurde erfolgreich freigeschaltet.Falls die automatische Weiterleitung nicht funktioniert, klicken Sie bitte hier!&lt;br /&gt;
#:You will then be forwarded to the forum as a fully registered member&lt;br /&gt;
#In future use the following link:&lt;br /&gt;
#: http://www.arcadezentrum.com/forum/board.php?boardid=61&lt;br /&gt;
#:If you are not automatically logged in (via a cookie) then click the 'Anmelden' at the top right corner of the screen.&lt;br /&gt;
#A log-in window will then appear&lt;br /&gt;
#:* Benutzername: Log-in Name&lt;br /&gt;
#:* Passwort: Password&lt;br /&gt;
#:* Anmelden: Log-in Button&lt;br /&gt;
&lt;br /&gt;
Have FUN  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=11328</id>
		<title>Mala Forum</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Forum&amp;diff=11328"/>
		<updated>2008-05-16T22:49:16Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:malaf.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Mfs.JPG]]&lt;br /&gt;
&lt;br /&gt;
'''LINK:'''&lt;br /&gt;
&lt;br /&gt;
Mala Forum:- http://www.arcadezentrum.com/forum/forumdisplay.php?f=11&lt;br /&gt;
&lt;br /&gt;
This is primarily in German, but it is no problem for you to ask your questions in English there.&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It’s Easy to use.. Realistically you only need to know how to '''Reply''' and '''Start new post''' to use a forum.&lt;br /&gt;
&lt;br /&gt;
'''Top Tip:''' You can look at pages in this Forum through a automated translator if you wish (eg Google Language tools). This is very useful for looking at the posts made in German. &lt;br /&gt;
But I would not operate in the Forum via a translator as certain functions can fail including log-in. A good idea when first starting is have the translator loaded in a second window so you can just use it when required to translate certain sections.  &lt;br /&gt;
&lt;br /&gt;
The following instructions will show you how easy it is to use the forum without the need to use a translator.&lt;br /&gt;
&lt;br /&gt;
== Forum Cheat Sheet: ==&lt;br /&gt;
[[Image:MFcs.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Initial Forum Signup: ==&lt;br /&gt;
This is a bit fiddly, but you only have to do this once and will be worth it to converse with a broader range of Mala users&lt;br /&gt;
&lt;br /&gt;
As an example I will actually make a dummy account (that I will get the moderators to delete later)&lt;br /&gt;
&lt;br /&gt;
As the ‘Top Tip’ at the top of this page suggested do not run the following link through a translator, rather just follow the following guide step by step:&lt;br /&gt;
&lt;br /&gt;
# Go to:&lt;br /&gt;
#:http://www.arcadezentrum.com/forum/board.php?boardid=61&lt;br /&gt;
# Now click on the ‘Registrieren’ link in the top left hand corner of the screen.&lt;br /&gt;
# A page of text (Arcadezentrum rules) will be displayed for 10 secs.&lt;br /&gt;
# When it appears after 10 secs click on the 'Akzeptieren'  Button.&lt;br /&gt;
# A page of fields will then be displayed:&lt;br /&gt;
#:I will list the mandatory ones here: (If you really wish to know what the other fields are you will have to copy and paste the text into a translator)&lt;br /&gt;
#:*Benutzername: USERNAME&lt;br /&gt;
#:*E-Mail-Adresse: E-Mail Address&lt;br /&gt;
#:*Passwort: Password&lt;br /&gt;
#:*Passwort wiederholen: Password Confirm&lt;br /&gt;
#:*Sicherheitsmaßnahme: Safety precaution – Please copy the characters you see in the box (without blank characters). &lt;br /&gt;
#:*Geschlecht: Sex&lt;br /&gt;
#:*Herkunft: Origin eg USA or Australia etc…&lt;br /&gt;
#:*The rest of the Fields are optional (you can add this extra data at a later time if you wish) so now you can go straight down and hit the 'Registrieren'  button at the bottom of the page&lt;br /&gt;
#You will then be presented with a page of text which loosely translated is:&lt;br /&gt;
#:Thank you for the registration, TEST. A E-Mail with your user data was dispatched on loadman@domain.com. They will receive a E-Mail. They must call then the left in this E-Mail, so that your registration can be locked. If the automatic forwarding does not function, click please here! You then should be automatically forwarded to the Forum:&lt;br /&gt;
#You should have been sent a e-mail from ‘info@arcadezentrum.com’. &lt;br /&gt;
#:You are welcome to get this e-mail translated but really all you need to do is click on the first link to complete registration.&lt;br /&gt;
#:Benutzer TESTLOAD wurde erfolgreich freigeschaltet.Falls die automatische Weiterleitung nicht funktioniert, klicken Sie bitte hier!&lt;br /&gt;
#:You will then be forwarded to the forum as a fully registered member&lt;br /&gt;
#In future use the following link:&lt;br /&gt;
#: http://www.arcadezentrum.com/forum/board.php?boardid=61&lt;br /&gt;
#:If you are not automatically logged in (via a cookie) then click the 'Anmelden' at the top right corner of the screen.&lt;br /&gt;
#A log-in window will then appear&lt;br /&gt;
#:* Benutzername: Log-in Name&lt;br /&gt;
#:* Passwort: Password&lt;br /&gt;
#:* Anmelden: Log-in Button&lt;br /&gt;
&lt;br /&gt;
Have FUN  :-)&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Jukebox_Plug-Ins&amp;diff=10974</id>
		<title>Jukebox Plug-Ins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Jukebox_Plug-Ins&amp;diff=10974"/>
		<updated>2008-03-27T12:07:49Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[http://www.jukeplugsys.com Jukebox Plugins]''' are bit of 'add on' software that is controlled by your Juke-box software.&lt;br /&gt;
&lt;br /&gt;
[[Image:http://www.jukeplugsys.com/logo.png]]&lt;br /&gt;
&lt;br /&gt;
==BackGround==&lt;br /&gt;
&lt;br /&gt;
In early 2008 a standard set of commands was agreed upon by jukebox software authors '''Space Fractal''' (MultiJuke) and '''UncleT''' (UncleT's Jukebox) with a goal of allowing plugIns to be created which would be compatible with any jukebox software which supports this standard.  With some input from other interested parties ('''loadman''' and '''headkaze''') a global standard was created.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The standard is known as the &amp;lt;b&amp;gt;Jukebox PlugIn System (JPS)&amp;lt;/b&amp;gt; (or '''[http://www.jukeplugsys.com JukePlugSys]''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Jukebox software which supports the JPS standard are listed below:'''&lt;br /&gt;
&lt;br /&gt;
* '''[http://unclet.arcadecontrols.com/Jukebox UncleT's Jukebox]''' By Uncle'T&lt;br /&gt;
* '''[http://www.multijuke.com MultiJuke]''' By Space Fractal&lt;br /&gt;
* '''[http://www.freeboxjukebox.com Freebox Jukebox]''' By Barcrest ''&amp;lt;--- currently in progress of adding JPS standard''&lt;br /&gt;
* '''[http://www.audiovisualdevices.com.au/software/aussiejuke/aussiejuke.php Aussie Juke]''' By David Duffy&lt;br /&gt;
&lt;br /&gt;
==How To Use a Plug-In==&lt;br /&gt;
&lt;br /&gt;
Download the plug-in and place it in the 'plugins' subfolder of your jukebox software.  You can then configure the plugin with your specific requirements by going into the jukebox software, locating the plugin and clicking the provided configuration button.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==JPS SDK description==&lt;br /&gt;
&lt;br /&gt;
Note: This development section is only of any real interest to Jukebox software authors and Plug-in authors. Any details on how to use a plug-in will be provided with that plug-in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;MAIN PLUGIN CONTROL FUNCTIONS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 PCHAR  Juke_GetPluginInfo()&amp;lt;br&amp;gt;&lt;br /&gt;
Return a string with plugin info in the following format ---&amp;gt; &lt;br /&gt;
&amp;quot;NAME + | + AUTHOR + | + VERSION + | + DESCRIPTION&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Initialize(value)&amp;lt;br&amp;gt;&lt;br /&gt;
Inits the plugin when the Jukebox Software starts.  Returns 1 when successful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Shutdown(value)&amp;lt;br&amp;gt;&lt;br /&gt;
Shuts down the plugin when the Jukebox Software ends.  Returns 1 when successful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Configure(HWND hWndParent)&amp;lt;br&amp;gt;&lt;br /&gt;
Invokes the plugin configuration screen with the jukebox application's window ID.  The plugin can use this as it's parent window, so the configuration window can have the current focus.  If a jukebox application does not know what it is, this can been set to 0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 PCHAR  Juke_Command(PChar Name, PChar Value)&amp;lt;br&amp;gt;&lt;br /&gt;
Sends a command(event) (ASCII formatted) with a name and a value to the plugin.  The plugin can return a string pointer to a jukebox software (ASCII formatted) as well (when required).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;PLUGIN EVENT COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(JUKE_PLUGIN_EVENT_CREATE, &amp;quot;PLUGIN_EVENT_(name)|createValueStr&amp;quot;)&amp;lt;br&amp;gt;            &lt;br /&gt;
This command is used to create(define) a jukebox-specific event which can be sent/received to/from the plugin at any time.  One of these commands are sent for each specific event which is defined and are sent to the plugin when the jukebox first starts.  The command informs the plugin about &amp;quot;extra&amp;quot; events (which are not defined by the JPS standard).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;PLUGIN_EVENT_(name)&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox-specific event name&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;createValueStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = text string indicating which types of values are allowed to be sent/received to/from the plugin.  This string consists of any of the following text values listed below.  Multiple values are space delimited.                  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;ENABLE&amp;lt;/i&amp;gt;   = allow the user to provide input or invoke change  (ie: allow users to delete queued songs)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;DISABLE&amp;lt;/i&amp;gt;  = do not allow user to provide input or invoke change (ex: do not allow users to delete queued songs)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NUMBER&amp;lt;/i&amp;gt;   = number can be provided (ex: set volume level)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;LETTER&amp;lt;/i&amp;gt;   = letter can be provided (ex: jump to album covers starting with a certain letter). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;ON&amp;lt;/i&amp;gt;       = feature/setting was turned on (ex: mute volume, repeat song)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;OFF&amp;lt;/i&amp;gt;      = feature/setting was turned off (ex: mute volume, repeat song)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYDOWN&amp;lt;/i&amp;gt;  = button has been pressed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYUP&amp;lt;/i&amp;gt;    = button has been released&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYCLICK&amp;lt;/i&amp;gt; = button has been pressed and released&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Examples:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1) To indicate whether something is on or off then the following command would be created:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ON OFF&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) To indicate a number or letter can be associated with the event:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|NUMBER LETTER&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) To indicate you can enable or disable (like lights) something as well as indicating you can receive some keyEvent for it:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ENABLE DISABLE KEYDOWN KEYUP KEYCLICK&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4) Now, &amp;quot;just for fun&amp;quot; lets say there is an event which allows the plugin to enable/disable it, also allows it to enter a number and a letter:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ENABLE DISABLE NUMBER LETTER&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_PLUGIN_EVENT_SEND&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|sendValueStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Sends a previously created/defined jukebox-specific event to the plugin.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;PLUGIN_EVENT_(name)&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = event name previously created by the &amp;quot;JUKE_PLUGIN_EVENT_CREATE&amp;quot; command&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;sendValueStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = one of the &amp;quot;createValueStr&amp;quot; values listed above                  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  retValStr =  Juke_Command(&amp;quot;JUKE_PLUGIN_EVENT_GET&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
This command is continuously sent to the plugin so the plugin can then return an event string value to indicate an event in which the jukebox software should execute.&lt;br /&gt;
&lt;br /&gt;
'''Please Note: Some jukebox software does not like &amp;quot; in the returned string, so do NOT add them here'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;retValStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = text string in the following format --&amp;gt; &amp;quot;PLUGIN_EVENT_(name)|valueStr&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;APPLICATION COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_GAINFOCUS&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox window becomes the active window in the user's environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_LOSTFOCUS&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox window is no longer the active window in the user's environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_RESTORED&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox application is restored from being minimized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_MINIMIZED&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox application is minimized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_UNICODE&amp;quot;, &amp;quot;TRUE or FALSE&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Whether the Jukebox supports Unicode or not? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_HOST&amp;quot;, &amp;quot;JukeboxName&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Informs the plugin with the jukebox's name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;SONGLIST COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_ADD_SONG&amp;quot;,&lt;br /&gt;
               &amp;quot;system|position|title|artist|album|genre|totalDuration|trackNum|albumNum|more|filename&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been added to the queue.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system added the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position the song has been added&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;more&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = if more songs are going to be added to the queue immediately after this event is sent then we can inform the plugin this is going to happen and that more of these events are going to be sent. (0=no more, 1=more)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;filename&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The filename to the song with full path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_REMOVE_SONG&amp;quot;, &amp;quot;position&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been removed from the queue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position which the song was removed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_MOVE_SONG&amp;quot;, &amp;quot;oldPosition|newPosition&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been moved in the queue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;oldPosition&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = old/previous queue position of the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;newPosition&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = new/current queue position of the song&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_CLEAR&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the song queue has been cleared (ie: either by the user or as a result of all the songs being removed for playing)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_CURRENTPOSITION&amp;quot;, &amp;quot;position&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the position of the highlighted song within the song list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please Note:&lt;br /&gt;
If a application use JUKE_SONGLIST_ADD_SONG to add songs after the current played song (used only as a queue), this command is NOT used. Hence default value set to 0.&lt;br /&gt;
&lt;br /&gt;
Plugin Writers:&lt;br /&gt;
If you want to support all songlist/playlist/queue scremes, you can convert a JUKE_SONG_START command to a JUKE_SONGLIST_ADD_SONG using position 0 in your parser, if this command have a value 0 (ETC never sent).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position which the song was removed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  FILE  Juke_Command(&amp;quot;JUKE_SONGLIST_SUGGESTION&amp;quot;, &amp;quot;file&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Obtain a playlist file from the plugin.  This command can been used when the songlist is empty or last song is played/finished from the playlist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;file&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = playlist file&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;SONG PLAYING COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_START&amp;quot;, &lt;br /&gt;
               &amp;quot;system|title|artist|album|genre|totalDuration|trackNum|albumNum|filename&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
New song has just started to play.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system started the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;filename&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The filename to the song with full path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_NEXT&amp;quot;,&amp;quot;system|title|artist|album|genre|totalDuration|trackNum|albumNum|filename&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Information about the next song to be played.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system started the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;filename&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The filename to the song with full path.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_RESTART&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
This is sent when a song HAS NOT finished playing and is requested to start playing from the beginning again&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_SKIP&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been skipped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PAUSE&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been paused.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_RESUME&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been resumed from pause state&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PLAYMODE&amp;quot;, &amp;quot;modeTextString&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
The playmode the jukebox.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;modeTextString&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = Any text string which describes the current jukebox mode (ex: Random Mode, Radio Mode, Attract Mode, etc...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTFWD_START&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has started being fast forwarded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTFWD_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished being fast forwarded&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTREV_START&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has started being fast reversed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTREV_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished being fast reversed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PLAY_POSITION&amp;quot;, curPosSecs|totalDuration)&amp;lt;br&amp;gt;&lt;br /&gt;
The number of seconds into the current song. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;curPosSecs&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = how many seconds the song has been played&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;DIGIT COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_ENTER_ALBUM_VALUE&amp;quot;, &amp;quot;digitStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
All digits which have been currently entered for the album number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;digitStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The total album number digits which have currently been entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_ENTER_TRACK_VALUE&amp;quot;, &amp;quot;digitStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
All digits which have been currently entered for the track number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;digitStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The total track number digits which have currently been entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;VOLUME COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_VOLUME_CHANGE&amp;quot;, &amp;quot;system|curVolumeLevel|minVolumeLevel|maxVolumeLevel&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the volume has been set to another value&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system changed the volume (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;curVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = new/current volume level&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;minVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = minimum volume level allowed to be entered&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;maxVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = maximum volume level allowed to be entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_VOLUME_MUTE&amp;quot;, &amp;quot;TRUE or FALSE&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates whether volume mute is active&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Software]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Index]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Software&amp;diff=10506</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Software&amp;diff=10506"/>
		<updated>2008-03-07T22:00:48Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Portal|name=Software}}&lt;br /&gt;
[[Image:Typical-software.png|right|260px]]&lt;br /&gt;
A variety of '''Software''' and '''Emulators''' allow you to play a huge number of arcade, console and PC games on a computer.  The software used as a foundation of a home arcade machine generally consists of an ''emulator(s)'' to run specific games (called ''roms'') on a computer and a ''front-end'' to provide a menu system to allow players to select from a list of games.  Recently, the desire for multiple uses of an arcade cabinet and/or enhancing the game-playing experience have brought about the use of additional software, perhaps to play a PC game, allow use of the cabinet as a jukebox, or for lighting and configuration enhancements.&lt;br /&gt;
&lt;br /&gt;
Software has gone through great leaps and bounds since the inception of this hobby. As an example, in the late 90's, a common route many people were choosing was the [http://www.mameworld.net/pc2jamma/ PC2Jamma] method originally conceived and implemented by Brian Lewis. Typically, MAME was used as a game emulator, ArcadeOS as the front-end, and DOS as the operating system, since this allowed the use of real arcade monitors. Since then, hardware has been developed to make using an arcade monitor from other operating systems simple, and more complex front-ends and emulators have been developed to utilize PC hardware better. &lt;br /&gt;
&lt;br /&gt;
==Arcade, Console and Computer Emulators==&lt;br /&gt;
* [[Arcade Emulators]]&lt;br /&gt;
* [[Game Consoles]]&lt;br /&gt;
* [[Handheld Consoles]]&lt;br /&gt;
* [[Home Computers]]&lt;br /&gt;
* [[Computer Components]]&lt;br /&gt;
* [[Other Emulation]]&lt;br /&gt;
* [[Simulators]]&lt;br /&gt;
* [[Pinball]]&lt;br /&gt;
* [[TV Games]] - Hardware based small devices, that hold retrogames&lt;br /&gt;
&lt;br /&gt;
==Front-Ends &amp;amp; Menu Systems==&lt;br /&gt;
* [[Front-Ends]]&lt;br /&gt;
** [[Screens, Titles &amp;amp; Extras]]&lt;br /&gt;
** [[Wrappers|Wrappers]]&lt;br /&gt;
* [[Hiding Windows]] - How to hide Windows.&lt;br /&gt;
&lt;br /&gt;
==Jukebox, Music and Multimedia==&lt;br /&gt;
* [[Jukebox Software]]&lt;br /&gt;
** [[CD Ripping]]&lt;br /&gt;
** [[Jukebox Plug-Ins]]&lt;br /&gt;
* [[Multimedia Software]]&lt;br /&gt;
&lt;br /&gt;
==ROM images==&lt;br /&gt;
Emulators require ROM image files to work. The ROM files contain game data such as program code, grahics and sound.&lt;br /&gt;
&lt;br /&gt;
* [[ROMs]]&lt;br /&gt;
&lt;br /&gt;
Be aware that many ROM images contain copyrighted material. See [http://en.wikipedia.org/wiki/ROM_image#Legal_Status_of_ROMs this] Wikipedia section for more information about the ''legal status of ROM images''. '''Note that it is not allowed to post ROM image requests on the BYOAC forum. Many other arcade hobby related sites follow this rule too.'''&lt;br /&gt;
&lt;br /&gt;
==ROM Managment==&lt;br /&gt;
&lt;br /&gt;
There are a variety of utilities out there for managing your roms. They can let you see what you are missing, rename your roms, re-organise etc..etc...&lt;br /&gt;
&lt;br /&gt;
A widely used and powerful utility is [[ClrMamePro]]&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&lt;br /&gt;
http://wiki.arcadecontrols.com/wiki/Utilities&lt;br /&gt;
&lt;br /&gt;
* [[Utilities|Input Mapping Software]] - Software for remapping keys or joysticks&lt;br /&gt;
* [[Utilities|List Generators]] - Software for generating games lists&lt;br /&gt;
* [[Utilities|Control Panel Software]] - Software for displaying [[Controls.dat]] information.&lt;br /&gt;
* [[Utilities|Video Tools]] - Video Software&lt;br /&gt;
* [[Utilities|Misc Tools]] - Miscellaneous Software&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== PC Games ==&lt;br /&gt;
If you have a PC powering your cabinet, you might as well try a few other games to play on it.&lt;br /&gt;
* [[Cabfriendly games]]&lt;br /&gt;
** [[Arcade Games]]&lt;br /&gt;
** [[Classic Games]]&lt;br /&gt;
** [[Indie Games]]&lt;br /&gt;
** [[Pinball]]&lt;br /&gt;
** [[Simulators]]&lt;br /&gt;
** [[Remakes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Design applications]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Portals]]&lt;br /&gt;
[[Category:Index]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Software&amp;diff=10505</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Software&amp;diff=10505"/>
		<updated>2008-03-07T22:00:09Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Utilities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Portal|name=Software}}&lt;br /&gt;
[[Image:Typical-software.png|right|260px]]&lt;br /&gt;
A variety of '''Software''' and '''Emulators''' allow you to play a huge number of arcade, console and PC games on a computer.  The software used as a foundation of a home arcade machine generally consists of an ''emulator(s)'' to run specific games (called ''roms'') on a computer and a ''front-end'' to provide a menu system to allow players to select from a list of games.  Recently, the desire for multiple uses of an arcade cabinet and/or enhancing the game-playing experience have brought about the use of additional software, perhaps to play a PC game, allow use of the cabinet as a jukebox, or for lighting and configuration enhancements.&lt;br /&gt;
&lt;br /&gt;
Software has gone through great leaps and bounds since the inception of this hobby. As an example, in the late 90's, a common route many people were choosing was the [http://www.mameworld.net/pc2jamma/ PC2Jamma] method originally conceived and implemented by Brian Lewis. Typically, MAME was used as a game emulator, ArcadeOS as the front-end, and DOS as the operating system, since this allowed the use of real arcade monitors. Since then, hardware has been developed to make using an arcade monitor from other operating systems simple, and more complex front-ends and emulators have been developed to utilize PC hardware better. &lt;br /&gt;
&lt;br /&gt;
==Arcade, Console and Computer Emulators==&lt;br /&gt;
* [[Arcade Emulators]]&lt;br /&gt;
* [[Game Consoles]]&lt;br /&gt;
* [[Handheld Consoles]]&lt;br /&gt;
* [[Home Computers]]&lt;br /&gt;
* [[Computer Components]]&lt;br /&gt;
* [[Other Emulation]]&lt;br /&gt;
* [[Simulators]]&lt;br /&gt;
* [[Pinball]]&lt;br /&gt;
* [[TV Games]] - Hardware based small devices, that hold retrogames&lt;br /&gt;
&lt;br /&gt;
==Front-Ends &amp;amp; Menu Systems==&lt;br /&gt;
* [[Front-Ends]]&lt;br /&gt;
** [[Screens, Titles &amp;amp; Extras]]&lt;br /&gt;
** [[Wrappers|Wrappers]]&lt;br /&gt;
* [[Hiding Windows]] - How to hide Windows.&lt;br /&gt;
&lt;br /&gt;
==Jukebox, Music and Multimedia==&lt;br /&gt;
* [[Jukebox Software]]&lt;br /&gt;
** [[CD Ripping]]&lt;br /&gt;
** [[Jukebox Plug-Ins]]&lt;br /&gt;
* [[Multimedia Software]]&lt;br /&gt;
&lt;br /&gt;
==ROM images==&lt;br /&gt;
Emulators require ROM image files to work. The ROM files contain game data such as program code, grahics and sound.&lt;br /&gt;
&lt;br /&gt;
* [[ROMs]]&lt;br /&gt;
&lt;br /&gt;
Be aware that many ROM images contain copyrighted material. See [http://en.wikipedia.org/wiki/ROM_image#Legal_Status_of_ROMs this] Wikipedia section for more information about the ''legal status of ROM images''. '''Note that it is not allowed to post ROM image requests on the BYOAC forum. Many other arcade hobby related sites follow this rule too.'''&lt;br /&gt;
&lt;br /&gt;
==ROM Managment==&lt;br /&gt;
&lt;br /&gt;
There are a variety of utilities out there for managing your roms. They can let you see what you are missing, rename your roms, re-organise etc..etc...&lt;br /&gt;
&lt;br /&gt;
A widely used and powerful utility is [[ClrMamePro]]&lt;br /&gt;
&lt;br /&gt;
== PC Games ==&lt;br /&gt;
If you have a PC powering your cabinet, you might as well try a few other games to play on it.&lt;br /&gt;
* [[Cabfriendly games]]&lt;br /&gt;
** [[Arcade Games]]&lt;br /&gt;
** [[Classic Games]]&lt;br /&gt;
** [[Indie Games]]&lt;br /&gt;
** [[Pinball]]&lt;br /&gt;
** [[Simulators]]&lt;br /&gt;
** [[Remakes]]&lt;br /&gt;
&lt;br /&gt;
==Utilities==&lt;br /&gt;
&lt;br /&gt;
http://wiki.arcadecontrols.com/wiki/Utilities&lt;br /&gt;
&lt;br /&gt;
* [[Utilities|Input Mapping Software]] - Software for remapping keys or joysticks&lt;br /&gt;
* [[Utilities|List Generators]] - Software for generating games lists&lt;br /&gt;
* [[Utilities|Control Panel Software]] - Software for displaying [[Controls.dat]] information.&lt;br /&gt;
* [[Utilities|Video Tools]] - Video Software&lt;br /&gt;
* [[Utilities|Misc Tools]] - Miscellaneous Software&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Design applications]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Portals]]&lt;br /&gt;
[[Category:Index]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Config&amp;diff=9873</id>
		<title>Mala Config</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Config&amp;diff=9873"/>
		<updated>2008-02-14T23:46:55Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Config Options (Complete list Tab by Tab) '''&lt;br /&gt;
&lt;br /&gt;
'''THIS IS A WORK IN PROGRESS. FEEL FREE TO ADD RELEVANT TEXT TO ANY SECTION BELOW'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MAME Config ==&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMB &lt;br /&gt;
|Text=&lt;br /&gt;
* '''Title:''' Title of the emulator. &lt;br /&gt;
&lt;br /&gt;
* '''Mame executable:''' Path to the executable Mame file (use command line mame)''mame.exe''. With the ''Config'' button the mame.ini file can be graphically edited. &lt;br /&gt;
&lt;br /&gt;
* '''Rom info. file (XML)''': Path to the XML file of Mame. MaLa will create this for you if it is missing (on version of Windows command-line Mame Versions 84 or higher)&lt;br /&gt;
&lt;br /&gt;
* '''Roms path 1-3''': Here can you indicate the paths MaLa should search for the roms. Up to 3 paths can be used.&lt;br /&gt;
&lt;br /&gt;
* '''Collect Only games with roms(*)''': If this option is checked, MaLa collects only Games, which were found as Roms in one of the Roms paths. &lt;br /&gt;
&lt;br /&gt;
* '''Collect Only working games(*):''' If this option is marked, MaLa collects only Games, which possess the 'good' status. &lt;br /&gt;
&lt;br /&gt;
* '''Only Masters(*):''' If this option is marked, MaLa only collects master Games and remove clones.&lt;br /&gt;
&lt;br /&gt;
* '''Exclude:'''  Here you register exceptions for the production of your gamelist. For example: &amp;quot;no Japanese&amp;quot; or, simply `Japan'. You can make several entries separated by a comma: `Japan, boat-put'. It is not case sensitive&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
(*)In actual versions of Mala (i.e. 1.04) the ROM-Options are hidden behind a new &amp;quot;Options&amp;quot;-dialogue. &lt;br /&gt;
&lt;br /&gt;
[[Image:ROMs-Options.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Additional===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMA&lt;br /&gt;
|Text=&lt;br /&gt;
* ''' [http://www.mameworld.net/catlist/ Catver.ini file]:''' Path to the catver.ini file. This file contains category information of the individual games and is optional. It is useful for filtering game lists with MaLa and MalaGamelist.exe&lt;br /&gt;
&lt;br /&gt;
* ''' [http://fe.donkeyfly.com/controls/controls.php Controls.ini file]:''' Path to the controls.ini file. This file contains information about the function of the controls and buttons of the individual games and is optional. It is useful for filtering game lists with MaLa and MalaGamelist.exe  It also is called upon for MaLa Hardware and Led-Wiz for lighting up correct buttons.&lt;br /&gt;
&lt;br /&gt;
* '''[http://nplayers.arcadebelgium.be NPlayers.ini file]:''' Path to the nplayers.ini file. This file contains extended information to the number of players of each game and is optional. &lt;br /&gt;
&lt;br /&gt;
* '''[http://www.arcade-history.com/ History.dat file]:''' Path to the history.ini file.  &lt;br /&gt;
&lt;br /&gt;
* '''Mameinfo.dat:''' Path to the Mameinfo.ini file.&lt;br /&gt;
&lt;br /&gt;
* ''' Mame window state:''' Normal show the DOS window by Mame when starting the game. ''Minimized'' and ''Hidden'' let the DOS window not appear. For the error tracing for problems with Mame, you should select ''Normal''. When Mame is running the way you want then you can select HIDE later on.&lt;br /&gt;
&lt;br /&gt;
* '''Command Line:''' Here you can add parameters to what MaLa passes to MAME when it launches a game. For example, %ROM% means that when you select a game, MaLa will launch a game; 'mame pacman' or 'mame invaders' %ROM% being substituted for the rom name.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Pictures and Videos===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMP&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Snap/Title:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Marquee of pictures:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Control panel of pictures:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Attract video:''' Path to a listing with video files (avi, wmv). &lt;br /&gt;
&lt;br /&gt;
* '''Definable 1-4:''' Path to a listing with image files (bmp, jpg, png).  These can be used for extra pics you have on your layout that you want to change depending on what game is selected. e.g. Cabinet, Flyer etc.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMO&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Auto gamelist Switch:''' This will switch the gamelist depending on what orientation MaLa is currently in.&lt;br /&gt;
** Game List for Horizontal Orientation&lt;br /&gt;
** Game List for Vertical Orientation&lt;br /&gt;
* '''Auto Rotate'''&lt;br /&gt;
** Rotate Mame with MaLa (this edits mame.ini)&lt;br /&gt;
** Rotate MaLa with Mame after quitting game if needed&lt;br /&gt;
* '''Use Pictures and Videos of masters for clones'''&lt;br /&gt;
* '''Search Definables in Layout path''' ????&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsME&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Note:''' None of the controls will be active, until you enable them in the [[Mala_Config#Encoder_2|Options-controller-Encoder]]&lt;br /&gt;
** '''Encoder Config File'''&lt;br /&gt;
** '''Use Game Based Encoder Programming'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Control Panel Viewer===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMC&lt;br /&gt;
|Text=&lt;br /&gt;
'''Note:''' Use this for a control panel viewer like [[Utilities#Johnny%205|Johnny 5]], [[Utilities#CPViewer|CPViewer]] or [[Utilities#CPWizard|CPWizard]]&lt;br /&gt;
&lt;br /&gt;
* '''Executable'''&lt;br /&gt;
* '''Command Line'''&lt;br /&gt;
* '''Start Viewer on game start'''&lt;br /&gt;
* '''Replace info Window with Viewer'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Other Emu ==  &lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOB&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can set up all emulators with the exception of MAME. To set up a new emulator, click ''New''. If the emulator is to get its own layout, the layout name needs to have the same name as the emulator for it to be loaded on EMU switch. &lt;br /&gt;
&lt;br /&gt;
* '''Name:''' Name of the emulator and/or the layout. &lt;br /&gt;
* '''Executable:''' Executable file of the emulator. &lt;br /&gt;
* '''Rom Path:''' Path to ROM files for the emulator. &lt;br /&gt;
* '''Rom Extension:''' ROM file extension used by the emulator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The following parameters are used when the emulator is called:'''&lt;br /&gt;
* Send Rom extension: The extension is also passed to the emulator. &lt;br /&gt;
* Send full ROM path: The absolute path of the ROM file is passed to the emulator. &lt;br /&gt;
* Ratio Rom path: The ROM path file is set in quotation marks.&lt;br /&gt;
&lt;br /&gt;
 Examples:&amp;lt;br&amp;gt;&lt;br /&gt;
 Executable: c:\emu.exe&lt;br /&gt;
 Extension: zip&amp;lt;br&amp;gt;&lt;br /&gt;
 Roms path: c:\roms&lt;br /&gt;
 Send ROM extension: off&lt;br /&gt;
 Send full roms path: off&lt;br /&gt;
 Ratio? Rome path: out&amp;lt;br&amp;gt;&lt;br /&gt;
 = c:\emu.exe roms&amp;lt;br&amp;gt;&lt;br /&gt;
 Send Rome extension: on&lt;br /&gt;
 Send full Rome path: off&lt;br /&gt;
 Ratio? Roms path: off&lt;br /&gt;
 = c:\emu.exe rom.zip&amp;lt;br&amp;gt;&lt;br /&gt;
 Send Roms extension: on&lt;br /&gt;
 Send full Rome path: on&lt;br /&gt;
 Ratio Rome path: on&lt;br /&gt;
 = c:\emu.exe &amp;quot;c:\roms\rom.zip&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Specially parameters:''' Further call parameters for the emulator. E.g. a parameter for the Fullscreen mode etc.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Execution===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOE&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can define how other emus than MAME should start. &lt;br /&gt;
&lt;br /&gt;
* '''Pre commands:''' list of commands (executables) which will run before the specific emu starts. Right click within the text area and it pops up an option menu.&lt;br /&gt;
* '''Command line:''' List of parameters MaLa would adds to the emulator-call. &lt;br /&gt;
* '''Window state:'''&lt;br /&gt;
** '''Normal:''' The executed emulator would start as a normal windowed programm.&lt;br /&gt;
** '''Minimized:''' The executed emulator would start minimized.&lt;br /&gt;
** '''Hidden:''' The executed emulator would start hidden&lt;br /&gt;
* '''Post commands:''' same as &amp;quot;Pre commands&amp;quot; except that they are called after stopping the emulator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOO&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can specify directories that contain your console artwork including but not limited to title snaps, box scans, cart scans and even video previews.  These objects will then need to be referenced in your layout files for them to show up when you run Mala.  For example, if you put your cart scan directory in the cpanel field, you would need to add the cpanel object into your mala layout for the cart scans to show up.  You will need to set up these directories individually for each emulator and ALL file names must exactly match rom names save for the file extensions.&lt;br /&gt;
&lt;br /&gt;
* '''Snap:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''Marquee:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''CPanel:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''Video:''' Path to a listing with video files (avi, wmv, others?).  See FAQ for problems getting videos to display correctly. &lt;br /&gt;
&lt;br /&gt;
* '''Use hotkeys:''' The use from Hotkeys to the controlling of the emulator activate. &lt;br /&gt;
&lt;br /&gt;
* '''Edit hotkeys:''' The Hotkeys for the controlling of the emulator furnish. &lt;br /&gt;
&lt;br /&gt;
* '''Use hook for exit:''' Keyboard Hook around the emulator with a certain key to terminate e.g. ESC. System must be used only on Windows 98, since Hotkeys do not function correctly then. One can read a more exact explanation here. Simply into the text field click and then any key press, in order to define one 'exit' key for the Hook. ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOEN&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===LCD &amp;amp; LCD===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOL&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use other emulators===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOUOE&lt;br /&gt;
|Text=&lt;br /&gt;
MaLa can start several emulators beside the standard emulator MAME. Because of the different behaviour it is sometimes tricky to set the correct parameters or batchfiles to use them in your cabinet.&amp;lt;br&amp;gt;&lt;br /&gt;
Some Presets to run other emulators than MAME: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== GUI ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Layout===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGL&lt;br /&gt;
|Text=&lt;br /&gt;
The layout can be selected here, if no automatic layout change is activated. Layout is same as a skins. &lt;br /&gt;
&lt;br /&gt;
'''Auto layout SWITCH''' &lt;br /&gt;
* '''Emulator:''' If this option is marked, MaLa looks for a layout with the name of the emulator with an emulator change and loads this. &lt;br /&gt;
&lt;br /&gt;
* '''Gamelist:''' If this option is marked, MaLa looks for a layout with the name of the Gamelist with a Gamelistwechsel and loads this. &lt;br /&gt;
&lt;br /&gt;
'''References to the naming of the layouts for the layout SWITCH function:'''&lt;br /&gt;
* The layout for MAME must be called mame.mll. &lt;br /&gt;
* The layout for not MAME emulators must be called like the name of the emulator. (Emu: C64 ? layout: c64.mll) &lt;br /&gt;
* The layout for the Jukebox must be called jukebox.mll. &lt;br /&gt;
&lt;br /&gt;
Additionally still another change of the layout is with the change of the Gamelist takes place applies the following: &lt;br /&gt;
To the Main Gamelist applies standing above. (mame.mll, emulatorname.mll)&lt;br /&gt;
To all other Gamelist applies: emulatorname_gamelistname.mll&lt;br /&gt;
&lt;br /&gt;
 An example of MAME:&amp;lt;br&amp;gt;&lt;br /&gt;
 Layout for the Main Gamelist: mame.mll&lt;br /&gt;
 Layout for the MAME Gamelist Fighter: mame_fighter.mll&lt;br /&gt;
 Layout for the MAME Gamelist Shooter: mame_shooter.mll&amp;lt;br&amp;gt;&lt;br /&gt;
 An example of the not MAME emulator C64:&lt;br /&gt;
 Layout for the Main Gameliste: c64.mll&lt;br /&gt;
 Layout for the C64 Gamelist Fighter: c64_fighter.mll&lt;br /&gt;
 Layout for the C64 Gamelist Shooter: c64_shooter.mll&lt;br /&gt;
&lt;br /&gt;
'''''Note:'''''&lt;br /&gt;
* If MaLa could not find the layout for the gamelist, the emulator layout is used..&lt;br /&gt;
* If MaLa could not find the layout for the emulator, standard.mll is been used.&lt;br /&gt;
&lt;br /&gt;
'''''Other options:'''''&lt;br /&gt;
* '''Use Layout/Directory names:''' Additionally one can arrange MaLa in listings, which correspond to the layout name, to search. Dh MaLa looks for the layout of pictures and sounds in an appropriate layout listing in the MaLa draw-eats or in the indicated listing.&lt;br /&gt;
* '''Use Sounds:''' Disable sound FX, used by the layout.&lt;br /&gt;
* '''Background Music:''' Disable Background Music, used by the layout. &lt;br /&gt;
* '''Animation:''' Disable the animation in the layout.&lt;br /&gt;
&lt;br /&gt;
'''Use Tree:''' ''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGO&lt;br /&gt;
|Text=&lt;br /&gt;
*  '''Start on windows start''':MaLa starts with Windows, if this option is marked (autostart). &lt;br /&gt;
* '''Hide mouse''': The pointer of mouse is hidden and indicated with a mouse activity. &lt;br /&gt;
* '''Small menu''': A particularly small MaLa menu for Arcade monitor dissolutions. 200 x of 200 pixels &lt;br /&gt;
* '''Orientation''': &lt;br /&gt;
**Vertically - MaLa is turned represented by 90 degrees. Can be served also with a CONTROLLER. &lt;br /&gt;
** Flip -MaLa is turned represented by 180 degrees. Can be served also with a CONTROLLER. In combination with the attitude vertical one can MaLa also 270 degrees. &lt;br /&gt;
* ''''Pictures and video''' Show of pictures&lt;br /&gt;
&lt;br /&gt;
The announcement of all pictures (Snaps, Marquee, etc.) switches global on or out. &lt;br /&gt;
&lt;br /&gt;
* '''Quality'''': Indicator speed and - quality of the pictures. &lt;br /&gt;
* '''Show video'''': The announcement of the videos switches global on or out. &lt;br /&gt;
* '''Keep aspect ratio''': Aspect ratio of all pictures and videos are maintained. Partially importantly for Arcade of monitors, which draw the picture dissolution into the width. &lt;br /&gt;
&lt;br /&gt;
Nearly scrolling &lt;br /&gt;
Enable&lt;br /&gt;
&lt;br /&gt;
Nearly scrolling accelerates the Scrollen of the Gamelisten by the fact that the pictures, videos, texts and the MaLa hardware (LCD, LED) with the Scrollen are not immediately updated, but only after a short delay after Scrollstop. &lt;br /&gt;
&lt;br /&gt;
* '''Display delay''': The delay specifies, with which pictures, videos, texts and the MaLa hardware after a Scrollstop are updated. &lt;br /&gt;
* '''Exceptions''': **Text: Texts are not retarded spent, but always updated with the Scrollen. &lt;br /&gt;
** MaLa hardware&lt;br /&gt;
**LCD and LEDs are not retarded spent, but always updated with the Scrollen. &lt;br /&gt;
**SoundSounds are not retarded spent. &lt;br /&gt;
**Gamelists &lt;br /&gt;
*Sorting Assortment of the gamelists. Menu can be changed also with the CONTROLLER or Joystick in the MaLa. &lt;br /&gt;
Rotate: If active, the gamelists catches again in front on if one at the end arrived and turned around. That applies to the plays and the lists themselves, if one has several. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Filter===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGF&lt;br /&gt;
|Text=&lt;br /&gt;
Definition of the 4 at the same time available filters. &lt;br /&gt;
&lt;br /&gt;
*Save as filter set: The present filters store definition as filter set. &lt;br /&gt;
&lt;br /&gt;
*Filter set: List of the filters sets. Filters sets can be selected and activated in the MaLa menu. &lt;br /&gt;
&lt;br /&gt;
* DELETE filter set: The selected filter deletes set. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===MaLa Start===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Game Start===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGS&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===MaLa Exit===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Screensaver===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Files====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGSF&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Options====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGSO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Display===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGD&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Info Window===&lt;br /&gt;
&lt;br /&gt;
====Mame====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGIM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Other Emu's====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGIO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Controller ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Keyboard===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Basic ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCK&lt;br /&gt;
|Text=&lt;br /&gt;
Definition of the keys for control of MaLa. Click over the textfield to remap that key. &lt;br /&gt;
&lt;br /&gt;
* '''SET:''' There are standard control sets.&lt;br /&gt;
&lt;br /&gt;
* '''SHIFT Key:''' An virtual shift key (just like the keyboard normal SHIFT key).&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Advanced ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKA&lt;br /&gt;
|Text=&lt;br /&gt;
Same as above, but for the advanced functions. Not you only need one shift key for both basic and advanced functions.&lt;br /&gt;
&lt;br /&gt;
*'''Switch Orientation:''' Switch orientation mode, used in a cocktail cabinet.&lt;br /&gt;
*'''Flip Orientation:''' Flip orientation mode, used in a cocktail cabinet.&lt;br /&gt;
*'''Info Open/Close:''' Bla. bla. bla.&lt;br /&gt;
*'''Info Select:'''' Bla. bla. bla.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== External Applications ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Options ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Mouse===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCM&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Exchange and reverse axis:''' The purpose of this is some spinners and dial emulate a mouse. So effectively then can be used for scrolling through teh game list.&lt;br /&gt;
* '''Use Shift Key''' TBA&lt;br /&gt;
* '''Muse Repeat '''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Joystick===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJ&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Basic ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJB&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Advanced ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJA&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Check ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJC&lt;br /&gt;
|Text=&lt;br /&gt;
* ''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Options ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCO&lt;br /&gt;
|Text=&lt;br /&gt;
Bla Bla Bla''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCMA&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==   &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Games===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGG&lt;br /&gt;
|Text=&lt;br /&gt;
Administration of all Gamelisten of all emulators inclusive Mame. &lt;br /&gt;
&lt;br /&gt;
Emulator&lt;br /&gt;
&lt;br /&gt;
Here its Gamelisten one to work on would like the emulator to select. &lt;br /&gt;
&lt;br /&gt;
Game cunning&lt;br /&gt;
&lt;br /&gt;
All Gamelisten of the selected emulator would list. &lt;br /&gt;
&lt;br /&gt;
New one &lt;br /&gt;
&lt;br /&gt;
Provides a new Gameliste for the selected emulator. &lt;br /&gt;
&lt;br /&gt;
DELETE&lt;br /&gt;
&lt;br /&gt;
The marked Gameliste deletes. &lt;br /&gt;
&lt;br /&gt;
Write protected&lt;br /&gt;
&lt;br /&gt;
Writing protection for a Gameliste activate. No more Games can be deleted or added over the MaLa menu. &lt;br /&gt;
&lt;br /&gt;
Update&lt;br /&gt;
&lt;br /&gt;
Updates the Gameliste (Author, COMMENT, Write protection). &lt;br /&gt;
&lt;br /&gt;
Refresh all mame gamelist VALUEs&lt;br /&gt;
&lt;br /&gt;
If after an update of Mame or a ini file to the Games changed information, one can bring provided Gamelisten by this function all the newest conditions. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGOP&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Sounds and Music ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Event Sounds===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSE&lt;br /&gt;
|Text=&lt;br /&gt;
*  Sound for reaching the end in the Gamelisten and in the MaLa menu. If one adjusts rotating lists under GUI, this event in the lists does not take place naturally. &lt;br /&gt;
* Start game: Sound for starting a Games. &lt;br /&gt;
*Cunning/emulator SWITCH: Sound for changing the Gameliste or the emulator. &lt;br /&gt;
* Menu SELECT/cancel: Sound for breaking off and selecting in the MaLa menu. &lt;br /&gt;
* Exit: Sound for terminating MaLa.&lt;br /&gt;
&lt;br /&gt;
Zip file with a complete sound set for MaLa: eventsounds.zip&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Background Sounds===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSB &lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Juke Box===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSJ &lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Hardware ==   &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsHW&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Backup == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Backup===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsBB&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Restore===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsBR&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Event Plug-Ins ==   &lt;br /&gt;
{{Mala_Config|File=Mala_OptionsE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Help and Credits ==&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsH&lt;br /&gt;
|Text=&lt;br /&gt;
* Donate:&lt;br /&gt;
* Show Hints:&lt;br /&gt;
* Enable De-bug Log:&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Config&amp;diff=9872</id>
		<title>Mala Config</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Config&amp;diff=9872"/>
		<updated>2008-02-14T23:46:35Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Config Options (Complete list Tab by Tab) '''&lt;br /&gt;
&lt;br /&gt;
'''THIS IS A WORK IN PROGRESS. FEEL FREE TO ADD RELEVANT TEXT TO ANY SECTION BELOW'''&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MAME Config ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMB &lt;br /&gt;
|Text=&lt;br /&gt;
* '''Title:''' Title of the emulator. &lt;br /&gt;
&lt;br /&gt;
* '''Mame executable:''' Path to the executable Mame file (use command line mame)''mame.exe''. With the ''Config'' button the mame.ini file can be graphically edited. &lt;br /&gt;
&lt;br /&gt;
* '''Rom info. file (XML)''': Path to the XML file of Mame. MaLa will create this for you if it is missing (on version of Windows command-line Mame Versions 84 or higher)&lt;br /&gt;
&lt;br /&gt;
* '''Roms path 1-3''': Here can you indicate the paths MaLa should search for the roms. Up to 3 paths can be used.&lt;br /&gt;
&lt;br /&gt;
* '''Collect Only games with roms(*)''': If this option is checked, MaLa collects only Games, which were found as Roms in one of the Roms paths. &lt;br /&gt;
&lt;br /&gt;
* '''Collect Only working games(*):''' If this option is marked, MaLa collects only Games, which possess the 'good' status. &lt;br /&gt;
&lt;br /&gt;
* '''Only Masters(*):''' If this option is marked, MaLa only collects master Games and remove clones.&lt;br /&gt;
&lt;br /&gt;
* '''Exclude:'''  Here you register exceptions for the production of your gamelist. For example: &amp;quot;no Japanese&amp;quot; or, simply `Japan'. You can make several entries separated by a comma: `Japan, boat-put'. It is not case sensitive&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
(*)In actual versions of Mala (i.e. 1.04) the ROM-Options are hidden behind a new &amp;quot;Options&amp;quot;-dialogue. &lt;br /&gt;
&lt;br /&gt;
[[Image:ROMs-Options.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Additional===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMA&lt;br /&gt;
|Text=&lt;br /&gt;
* ''' [http://www.mameworld.net/catlist/ Catver.ini file]:''' Path to the catver.ini file. This file contains category information of the individual games and is optional. It is useful for filtering game lists with MaLa and MalaGamelist.exe&lt;br /&gt;
&lt;br /&gt;
* ''' [http://fe.donkeyfly.com/controls/controls.php Controls.ini file]:''' Path to the controls.ini file. This file contains information about the function of the controls and buttons of the individual games and is optional. It is useful for filtering game lists with MaLa and MalaGamelist.exe  It also is called upon for MaLa Hardware and Led-Wiz for lighting up correct buttons.&lt;br /&gt;
&lt;br /&gt;
* '''[http://nplayers.arcadebelgium.be NPlayers.ini file]:''' Path to the nplayers.ini file. This file contains extended information to the number of players of each game and is optional. &lt;br /&gt;
&lt;br /&gt;
* '''[http://www.arcade-history.com/ History.dat file]:''' Path to the history.ini file.  &lt;br /&gt;
&lt;br /&gt;
* '''Mameinfo.dat:''' Path to the Mameinfo.ini file.&lt;br /&gt;
&lt;br /&gt;
* ''' Mame window state:''' Normal show the DOS window by Mame when starting the game. ''Minimized'' and ''Hidden'' let the DOS window not appear. For the error tracing for problems with Mame, you should select ''Normal''. When Mame is running the way you want then you can select HIDE later on.&lt;br /&gt;
&lt;br /&gt;
* '''Command Line:''' Here you can add parameters to what MaLa passes to MAME when it launches a game. For example, %ROM% means that when you select a game, MaLa will launch a game; 'mame pacman' or 'mame invaders' %ROM% being substituted for the rom name.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Pictures and Videos===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMP&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Snap/Title:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Marquee of pictures:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Control panel of pictures:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Attract video:''' Path to a listing with video files (avi, wmv). &lt;br /&gt;
&lt;br /&gt;
* '''Definable 1-4:''' Path to a listing with image files (bmp, jpg, png).  These can be used for extra pics you have on your layout that you want to change depending on what game is selected. e.g. Cabinet, Flyer etc.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMO&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Auto gamelist Switch:''' This will switch the gamelist depending on what orientation MaLa is currently in.&lt;br /&gt;
** Game List for Horizontal Orientation&lt;br /&gt;
** Game List for Vertical Orientation&lt;br /&gt;
* '''Auto Rotate'''&lt;br /&gt;
** Rotate Mame with MaLa (this edits mame.ini)&lt;br /&gt;
** Rotate MaLa with Mame after quitting game if needed&lt;br /&gt;
* '''Use Pictures and Videos of masters for clones'''&lt;br /&gt;
* '''Search Definables in Layout path''' ????&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsME&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Note:''' None of the controls will be active, until you enable them in the [[Mala_Config#Encoder_2|Options-controller-Encoder]]&lt;br /&gt;
** '''Encoder Config File'''&lt;br /&gt;
** '''Use Game Based Encoder Programming'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Control Panel Viewer===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMC&lt;br /&gt;
|Text=&lt;br /&gt;
'''Note:''' Use this for a control panel viewer like [[Utilities#Johnny%205|Johnny 5]], [[Utilities#CPViewer|CPViewer]] or [[Utilities#CPWizard|CPWizard]]&lt;br /&gt;
&lt;br /&gt;
* '''Executable'''&lt;br /&gt;
* '''Command Line'''&lt;br /&gt;
* '''Start Viewer on game start'''&lt;br /&gt;
* '''Replace info Window with Viewer'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Other Emu ==  &lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOB&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can set up all emulators with the exception of MAME. To set up a new emulator, click ''New''. If the emulator is to get its own layout, the layout name needs to have the same name as the emulator for it to be loaded on EMU switch. &lt;br /&gt;
&lt;br /&gt;
* '''Name:''' Name of the emulator and/or the layout. &lt;br /&gt;
* '''Executable:''' Executable file of the emulator. &lt;br /&gt;
* '''Rom Path:''' Path to ROM files for the emulator. &lt;br /&gt;
* '''Rom Extension:''' ROM file extension used by the emulator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The following parameters are used when the emulator is called:'''&lt;br /&gt;
* Send Rom extension: The extension is also passed to the emulator. &lt;br /&gt;
* Send full ROM path: The absolute path of the ROM file is passed to the emulator. &lt;br /&gt;
* Ratio Rom path: The ROM path file is set in quotation marks.&lt;br /&gt;
&lt;br /&gt;
 Examples:&amp;lt;br&amp;gt;&lt;br /&gt;
 Executable: c:\emu.exe&lt;br /&gt;
 Extension: zip&amp;lt;br&amp;gt;&lt;br /&gt;
 Roms path: c:\roms&lt;br /&gt;
 Send ROM extension: off&lt;br /&gt;
 Send full roms path: off&lt;br /&gt;
 Ratio? Rome path: out&amp;lt;br&amp;gt;&lt;br /&gt;
 = c:\emu.exe roms&amp;lt;br&amp;gt;&lt;br /&gt;
 Send Rome extension: on&lt;br /&gt;
 Send full Rome path: off&lt;br /&gt;
 Ratio? Roms path: off&lt;br /&gt;
 = c:\emu.exe rom.zip&amp;lt;br&amp;gt;&lt;br /&gt;
 Send Roms extension: on&lt;br /&gt;
 Send full Rome path: on&lt;br /&gt;
 Ratio Rome path: on&lt;br /&gt;
 = c:\emu.exe &amp;quot;c:\roms\rom.zip&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Specially parameters:''' Further call parameters for the emulator. E.g. a parameter for the Fullscreen mode etc.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Execution===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOE&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can define how other emus than MAME should start. &lt;br /&gt;
&lt;br /&gt;
* '''Pre commands:''' list of commands (executables) which will run before the specific emu starts. Right click within the text area and it pops up an option menu.&lt;br /&gt;
* '''Command line:''' List of parameters MaLa would adds to the emulator-call. &lt;br /&gt;
* '''Window state:'''&lt;br /&gt;
** '''Normal:''' The executed emulator would start as a normal windowed programm.&lt;br /&gt;
** '''Minimized:''' The executed emulator would start minimized.&lt;br /&gt;
** '''Hidden:''' The executed emulator would start hidden&lt;br /&gt;
* '''Post commands:''' same as &amp;quot;Pre commands&amp;quot; except that they are called after stopping the emulator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOO&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can specify directories that contain your console artwork including but not limited to title snaps, box scans, cart scans and even video previews.  These objects will then need to be referenced in your layout files for them to show up when you run Mala.  For example, if you put your cart scan directory in the cpanel field, you would need to add the cpanel object into your mala layout for the cart scans to show up.  You will need to set up these directories individually for each emulator and ALL file names must exactly match rom names save for the file extensions.&lt;br /&gt;
&lt;br /&gt;
* '''Snap:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''Marquee:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''CPanel:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''Video:''' Path to a listing with video files (avi, wmv, others?).  See FAQ for problems getting videos to display correctly. &lt;br /&gt;
&lt;br /&gt;
* '''Use hotkeys:''' The use from Hotkeys to the controlling of the emulator activate. &lt;br /&gt;
&lt;br /&gt;
* '''Edit hotkeys:''' The Hotkeys for the controlling of the emulator furnish. &lt;br /&gt;
&lt;br /&gt;
* '''Use hook for exit:''' Keyboard Hook around the emulator with a certain key to terminate e.g. ESC. System must be used only on Windows 98, since Hotkeys do not function correctly then. One can read a more exact explanation here. Simply into the text field click and then any key press, in order to define one 'exit' key for the Hook. ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOEN&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===LCD &amp;amp; LCD===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOL&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use other emulators===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOUOE&lt;br /&gt;
|Text=&lt;br /&gt;
MaLa can start several emulators beside the standard emulator MAME. Because of the different behaviour it is sometimes tricky to set the correct parameters or batchfiles to use them in your cabinet.&amp;lt;br&amp;gt;&lt;br /&gt;
Some Presets to run other emulators than MAME: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== GUI ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Layout===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGL&lt;br /&gt;
|Text=&lt;br /&gt;
The layout can be selected here, if no automatic layout change is activated. Layout is same as a skins. &lt;br /&gt;
&lt;br /&gt;
'''Auto layout SWITCH''' &lt;br /&gt;
* '''Emulator:''' If this option is marked, MaLa looks for a layout with the name of the emulator with an emulator change and loads this. &lt;br /&gt;
&lt;br /&gt;
* '''Gamelist:''' If this option is marked, MaLa looks for a layout with the name of the Gamelist with a Gamelistwechsel and loads this. &lt;br /&gt;
&lt;br /&gt;
'''References to the naming of the layouts for the layout SWITCH function:'''&lt;br /&gt;
* The layout for MAME must be called mame.mll. &lt;br /&gt;
* The layout for not MAME emulators must be called like the name of the emulator. (Emu: C64 ? layout: c64.mll) &lt;br /&gt;
* The layout for the Jukebox must be called jukebox.mll. &lt;br /&gt;
&lt;br /&gt;
Additionally still another change of the layout is with the change of the Gamelist takes place applies the following: &lt;br /&gt;
To the Main Gamelist applies standing above. (mame.mll, emulatorname.mll)&lt;br /&gt;
To all other Gamelist applies: emulatorname_gamelistname.mll&lt;br /&gt;
&lt;br /&gt;
 An example of MAME:&amp;lt;br&amp;gt;&lt;br /&gt;
 Layout for the Main Gamelist: mame.mll&lt;br /&gt;
 Layout for the MAME Gamelist Fighter: mame_fighter.mll&lt;br /&gt;
 Layout for the MAME Gamelist Shooter: mame_shooter.mll&amp;lt;br&amp;gt;&lt;br /&gt;
 An example of the not MAME emulator C64:&lt;br /&gt;
 Layout for the Main Gameliste: c64.mll&lt;br /&gt;
 Layout for the C64 Gamelist Fighter: c64_fighter.mll&lt;br /&gt;
 Layout for the C64 Gamelist Shooter: c64_shooter.mll&lt;br /&gt;
&lt;br /&gt;
'''''Note:'''''&lt;br /&gt;
* If MaLa could not find the layout for the gamelist, the emulator layout is used..&lt;br /&gt;
* If MaLa could not find the layout for the emulator, standard.mll is been used.&lt;br /&gt;
&lt;br /&gt;
'''''Other options:'''''&lt;br /&gt;
* '''Use Layout/Directory names:''' Additionally one can arrange MaLa in listings, which correspond to the layout name, to search. Dh MaLa looks for the layout of pictures and sounds in an appropriate layout listing in the MaLa draw-eats or in the indicated listing.&lt;br /&gt;
* '''Use Sounds:''' Disable sound FX, used by the layout.&lt;br /&gt;
* '''Background Music:''' Disable Background Music, used by the layout. &lt;br /&gt;
* '''Animation:''' Disable the animation in the layout.&lt;br /&gt;
&lt;br /&gt;
'''Use Tree:''' ''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGO&lt;br /&gt;
|Text=&lt;br /&gt;
*  '''Start on windows start''':MaLa starts with Windows, if this option is marked (autostart). &lt;br /&gt;
* '''Hide mouse''': The pointer of mouse is hidden and indicated with a mouse activity. &lt;br /&gt;
* '''Small menu''': A particularly small MaLa menu for Arcade monitor dissolutions. 200 x of 200 pixels &lt;br /&gt;
* '''Orientation''': &lt;br /&gt;
**Vertically - MaLa is turned represented by 90 degrees. Can be served also with a CONTROLLER. &lt;br /&gt;
** Flip -MaLa is turned represented by 180 degrees. Can be served also with a CONTROLLER. In combination with the attitude vertical one can MaLa also 270 degrees. &lt;br /&gt;
* ''''Pictures and video''' Show of pictures&lt;br /&gt;
&lt;br /&gt;
The announcement of all pictures (Snaps, Marquee, etc.) switches global on or out. &lt;br /&gt;
&lt;br /&gt;
* '''Quality'''': Indicator speed and - quality of the pictures. &lt;br /&gt;
* '''Show video'''': The announcement of the videos switches global on or out. &lt;br /&gt;
* '''Keep aspect ratio''': Aspect ratio of all pictures and videos are maintained. Partially importantly for Arcade of monitors, which draw the picture dissolution into the width. &lt;br /&gt;
&lt;br /&gt;
Nearly scrolling &lt;br /&gt;
Enable&lt;br /&gt;
&lt;br /&gt;
Nearly scrolling accelerates the Scrollen of the Gamelisten by the fact that the pictures, videos, texts and the MaLa hardware (LCD, LED) with the Scrollen are not immediately updated, but only after a short delay after Scrollstop. &lt;br /&gt;
&lt;br /&gt;
* '''Display delay''': The delay specifies, with which pictures, videos, texts and the MaLa hardware after a Scrollstop are updated. &lt;br /&gt;
* '''Exceptions''': **Text: Texts are not retarded spent, but always updated with the Scrollen. &lt;br /&gt;
** MaLa hardware&lt;br /&gt;
**LCD and LEDs are not retarded spent, but always updated with the Scrollen. &lt;br /&gt;
**SoundSounds are not retarded spent. &lt;br /&gt;
**Gamelists &lt;br /&gt;
*Sorting Assortment of the gamelists. Menu can be changed also with the CONTROLLER or Joystick in the MaLa. &lt;br /&gt;
Rotate: If active, the gamelists catches again in front on if one at the end arrived and turned around. That applies to the plays and the lists themselves, if one has several. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Filter===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGF&lt;br /&gt;
|Text=&lt;br /&gt;
Definition of the 4 at the same time available filters. &lt;br /&gt;
&lt;br /&gt;
*Save as filter set: The present filters store definition as filter set. &lt;br /&gt;
&lt;br /&gt;
*Filter set: List of the filters sets. Filters sets can be selected and activated in the MaLa menu. &lt;br /&gt;
&lt;br /&gt;
* DELETE filter set: The selected filter deletes set. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===MaLa Start===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Game Start===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGS&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===MaLa Exit===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Screensaver===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Files====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGSF&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Options====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGSO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Display===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGD&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Info Window===&lt;br /&gt;
&lt;br /&gt;
====Mame====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGIM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Other Emu's====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGIO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Controller ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Keyboard===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Basic ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCK&lt;br /&gt;
|Text=&lt;br /&gt;
Definition of the keys for control of MaLa. Click over the textfield to remap that key. &lt;br /&gt;
&lt;br /&gt;
* '''SET:''' There are standard control sets.&lt;br /&gt;
&lt;br /&gt;
* '''SHIFT Key:''' An virtual shift key (just like the keyboard normal SHIFT key).&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Advanced ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKA&lt;br /&gt;
|Text=&lt;br /&gt;
Same as above, but for the advanced functions. Not you only need one shift key for both basic and advanced functions.&lt;br /&gt;
&lt;br /&gt;
*'''Switch Orientation:''' Switch orientation mode, used in a cocktail cabinet.&lt;br /&gt;
*'''Flip Orientation:''' Flip orientation mode, used in a cocktail cabinet.&lt;br /&gt;
*'''Info Open/Close:''' Bla. bla. bla.&lt;br /&gt;
*'''Info Select:'''' Bla. bla. bla.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== External Applications ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Options ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Mouse===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCM&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Exchange and reverse axis:''' The purpose of this is some spinners and dial emulate a mouse. So effectively then can be used for scrolling through teh game list.&lt;br /&gt;
* '''Use Shift Key''' TBA&lt;br /&gt;
* '''Muse Repeat '''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Joystick===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJ&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Basic ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJB&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Advanced ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJA&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Check ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJC&lt;br /&gt;
|Text=&lt;br /&gt;
* ''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Options ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCO&lt;br /&gt;
|Text=&lt;br /&gt;
Bla Bla Bla''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCMA&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==   &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Games===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGG&lt;br /&gt;
|Text=&lt;br /&gt;
Administration of all Gamelisten of all emulators inclusive Mame. &lt;br /&gt;
&lt;br /&gt;
Emulator&lt;br /&gt;
&lt;br /&gt;
Here its Gamelisten one to work on would like the emulator to select. &lt;br /&gt;
&lt;br /&gt;
Game cunning&lt;br /&gt;
&lt;br /&gt;
All Gamelisten of the selected emulator would list. &lt;br /&gt;
&lt;br /&gt;
New one &lt;br /&gt;
&lt;br /&gt;
Provides a new Gameliste for the selected emulator. &lt;br /&gt;
&lt;br /&gt;
DELETE&lt;br /&gt;
&lt;br /&gt;
The marked Gameliste deletes. &lt;br /&gt;
&lt;br /&gt;
Write protected&lt;br /&gt;
&lt;br /&gt;
Writing protection for a Gameliste activate. No more Games can be deleted or added over the MaLa menu. &lt;br /&gt;
&lt;br /&gt;
Update&lt;br /&gt;
&lt;br /&gt;
Updates the Gameliste (Author, COMMENT, Write protection). &lt;br /&gt;
&lt;br /&gt;
Refresh all mame gamelist VALUEs&lt;br /&gt;
&lt;br /&gt;
If after an update of Mame or a ini file to the Games changed information, one can bring provided Gamelisten by this function all the newest conditions. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGOP&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Sounds and Music ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Event Sounds===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSE&lt;br /&gt;
|Text=&lt;br /&gt;
*  Sound for reaching the end in the Gamelisten and in the MaLa menu. If one adjusts rotating lists under GUI, this event in the lists does not take place naturally. &lt;br /&gt;
* Start game: Sound for starting a Games. &lt;br /&gt;
*Cunning/emulator SWITCH: Sound for changing the Gameliste or the emulator. &lt;br /&gt;
* Menu SELECT/cancel: Sound for breaking off and selecting in the MaLa menu. &lt;br /&gt;
* Exit: Sound for terminating MaLa.&lt;br /&gt;
&lt;br /&gt;
Zip file with a complete sound set for MaLa: eventsounds.zip&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Background Sounds===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSB &lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Juke Box===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSJ &lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Hardware ==   &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsHW&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Backup == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Backup===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsBB&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Restore===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsBR&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Event Plug-Ins ==   &lt;br /&gt;
{{Mala_Config|File=Mala_OptionsE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Help and Credits ==&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsH&lt;br /&gt;
|Text=&lt;br /&gt;
* Donate:&lt;br /&gt;
* Show Hints:&lt;br /&gt;
* Enable De-bug Log:&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Config&amp;diff=9871</id>
		<title>Mala Config</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Config&amp;diff=9871"/>
		<updated>2008-02-14T23:45:53Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Config Options (Complete list Tab by Tab) '''&lt;br /&gt;
&lt;br /&gt;
'''THIS IS A WORK IN PROGRESS. FEEL FREE TO ADD RELEVANT TEXT TO ANY SECTION BELOW'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== MAME Config ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMB &lt;br /&gt;
|Text=&lt;br /&gt;
* '''Title:''' Title of the emulator. &lt;br /&gt;
&lt;br /&gt;
* '''Mame executable:''' Path to the executable Mame file (use command line mame)''mame.exe''. With the ''Config'' button the mame.ini file can be graphically edited. &lt;br /&gt;
&lt;br /&gt;
* '''Rom info. file (XML)''': Path to the XML file of Mame. MaLa will create this for you if it is missing (on version of Windows command-line Mame Versions 84 or higher)&lt;br /&gt;
&lt;br /&gt;
* '''Roms path 1-3''': Here can you indicate the paths MaLa should search for the roms. Up to 3 paths can be used.&lt;br /&gt;
&lt;br /&gt;
* '''Collect Only games with roms(*)''': If this option is checked, MaLa collects only Games, which were found as Roms in one of the Roms paths. &lt;br /&gt;
&lt;br /&gt;
* '''Collect Only working games(*):''' If this option is marked, MaLa collects only Games, which possess the 'good' status. &lt;br /&gt;
&lt;br /&gt;
* '''Only Masters(*):''' If this option is marked, MaLa only collects master Games and remove clones.&lt;br /&gt;
&lt;br /&gt;
* '''Exclude:'''  Here you register exceptions for the production of your gamelist. For example: &amp;quot;no Japanese&amp;quot; or, simply `Japan'. You can make several entries separated by a comma: `Japan, boat-put'. It is not case sensitive&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
(*)In actual versions of Mala (i.e. 1.04) the ROM-Options are hidden behind a new &amp;quot;Options&amp;quot;-dialogue. &lt;br /&gt;
&lt;br /&gt;
[[Image:ROMs-Options.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Additional===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMA&lt;br /&gt;
|Text=&lt;br /&gt;
* ''' [http://www.mameworld.net/catlist/ Catver.ini file]:''' Path to the catver.ini file. This file contains category information of the individual games and is optional. It is useful for filtering game lists with MaLa and MalaGamelist.exe&lt;br /&gt;
&lt;br /&gt;
* ''' [http://fe.donkeyfly.com/controls/controls.php Controls.ini file]:''' Path to the controls.ini file. This file contains information about the function of the controls and buttons of the individual games and is optional. It is useful for filtering game lists with MaLa and MalaGamelist.exe  It also is called upon for MaLa Hardware and Led-Wiz for lighting up correct buttons.&lt;br /&gt;
&lt;br /&gt;
* '''[http://nplayers.arcadebelgium.be NPlayers.ini file]:''' Path to the nplayers.ini file. This file contains extended information to the number of players of each game and is optional. &lt;br /&gt;
&lt;br /&gt;
* '''[http://www.arcade-history.com/ History.dat file]:''' Path to the history.ini file.  &lt;br /&gt;
&lt;br /&gt;
* '''Mameinfo.dat:''' Path to the Mameinfo.ini file.&lt;br /&gt;
&lt;br /&gt;
* ''' Mame window state:''' Normal show the DOS window by Mame when starting the game. ''Minimized'' and ''Hidden'' let the DOS window not appear. For the error tracing for problems with Mame, you should select ''Normal''. When Mame is running the way you want then you can select HIDE later on.&lt;br /&gt;
&lt;br /&gt;
* '''Command Line:''' Here you can add parameters to what MaLa passes to MAME when it launches a game. For example, %ROM% means that when you select a game, MaLa will launch a game; 'mame pacman' or 'mame invaders' %ROM% being substituted for the rom name.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Pictures and Videos===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMP&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Snap/Title:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Marquee of pictures:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Control panel of pictures:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
* '''Attract video:''' Path to a listing with video files (avi, wmv). &lt;br /&gt;
&lt;br /&gt;
* '''Definable 1-4:''' Path to a listing with image files (bmp, jpg, png).  These can be used for extra pics you have on your layout that you want to change depending on what game is selected. e.g. Cabinet, Flyer etc.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMO&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Auto gamelist Switch:''' This will switch the gamelist depending on what orientation MaLa is currently in.&lt;br /&gt;
** Game List for Horizontal Orientation&lt;br /&gt;
** Game List for Vertical Orientation&lt;br /&gt;
* '''Auto Rotate'''&lt;br /&gt;
** Rotate Mame with MaLa (this edits mame.ini)&lt;br /&gt;
** Rotate MaLa with Mame after quitting game if needed&lt;br /&gt;
* '''Use Pictures and Videos of masters for clones'''&lt;br /&gt;
* '''Search Definables in Layout path''' ????&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsME&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Note:''' None of the controls will be active, until you enable them in the [[Mala_Config#Encoder_2|Options-controller-Encoder]]&lt;br /&gt;
** '''Encoder Config File'''&lt;br /&gt;
** '''Use Game Based Encoder Programming'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Control Panel Viewer===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsMC&lt;br /&gt;
|Text=&lt;br /&gt;
'''Note:''' Use this for a control panel viewer like [[Utilities#Johnny%205|Johnny 5]], [[Utilities#CPViewer|CPViewer]] or [[Utilities#CPWizard|CPWizard]]&lt;br /&gt;
&lt;br /&gt;
* '''Executable'''&lt;br /&gt;
* '''Command Line'''&lt;br /&gt;
* '''Start Viewer on game start'''&lt;br /&gt;
* '''Replace info Window with Viewer'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Other Emu ==  &lt;br /&gt;
&lt;br /&gt;
===Basics===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOB&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can set up all emulators with the exception of MAME. To set up a new emulator, click ''New''. If the emulator is to get its own layout, the layout name needs to have the same name as the emulator for it to be loaded on EMU switch. &lt;br /&gt;
&lt;br /&gt;
* '''Name:''' Name of the emulator and/or the layout. &lt;br /&gt;
* '''Executable:''' Executable file of the emulator. &lt;br /&gt;
* '''Rom Path:''' Path to ROM files for the emulator. &lt;br /&gt;
* '''Rom Extension:''' ROM file extension used by the emulator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The following parameters are used when the emulator is called:'''&lt;br /&gt;
* Send Rom extension: The extension is also passed to the emulator. &lt;br /&gt;
* Send full ROM path: The absolute path of the ROM file is passed to the emulator. &lt;br /&gt;
* Ratio Rom path: The ROM path file is set in quotation marks.&lt;br /&gt;
&lt;br /&gt;
 Examples:&amp;lt;br&amp;gt;&lt;br /&gt;
 Executable: c:\emu.exe&lt;br /&gt;
 Extension: zip&amp;lt;br&amp;gt;&lt;br /&gt;
 Roms path: c:\roms&lt;br /&gt;
 Send ROM extension: off&lt;br /&gt;
 Send full roms path: off&lt;br /&gt;
 Ratio? Rome path: out&amp;lt;br&amp;gt;&lt;br /&gt;
 = c:\emu.exe roms&amp;lt;br&amp;gt;&lt;br /&gt;
 Send Rome extension: on&lt;br /&gt;
 Send full Rome path: off&lt;br /&gt;
 Ratio? Roms path: off&lt;br /&gt;
 = c:\emu.exe rom.zip&amp;lt;br&amp;gt;&lt;br /&gt;
 Send Roms extension: on&lt;br /&gt;
 Send full Rome path: on&lt;br /&gt;
 Ratio Rome path: on&lt;br /&gt;
 = c:\emu.exe &amp;quot;c:\roms\rom.zip&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* '''Specially parameters:''' Further call parameters for the emulator. E.g. a parameter for the Fullscreen mode etc.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Execution===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOE&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can define how other emus than MAME should start. &lt;br /&gt;
&lt;br /&gt;
* '''Pre commands:''' list of commands (executables) which will run before the specific emu starts. Right click within the text area and it pops up an option menu.&lt;br /&gt;
* '''Command line:''' List of parameters MaLa would adds to the emulator-call. &lt;br /&gt;
* '''Window state:'''&lt;br /&gt;
** '''Normal:''' The executed emulator would start as a normal windowed programm.&lt;br /&gt;
** '''Minimized:''' The executed emulator would start minimized.&lt;br /&gt;
** '''Hidden:''' The executed emulator would start hidden&lt;br /&gt;
* '''Post commands:''' same as &amp;quot;Pre commands&amp;quot; except that they are called after stopping the emulator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOO&lt;br /&gt;
|Text=&lt;br /&gt;
On this tab you can specify directories that contain your console artwork including but not limited to title snaps, box scans, cart scans and even video previews.  These objects will then need to be referenced in your layout files for them to show up when you run Mala.  For example, if you put your cart scan directory in the cpanel field, you would need to add the cpanel object into your mala layout for the cart scans to show up.  You will need to set up these directories individually for each emulator and ALL file names must exactly match rom names save for the file extensions.&lt;br /&gt;
&lt;br /&gt;
* '''Snap:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''Marquee:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''CPanel:''' Path to a listing with image files (bmp, jpg, png). &lt;br /&gt;
&lt;br /&gt;
* '''Video:''' Path to a listing with video files (avi, wmv, others?).  See FAQ for problems getting videos to display correctly. &lt;br /&gt;
&lt;br /&gt;
* '''Use hotkeys:''' The use from Hotkeys to the controlling of the emulator activate. &lt;br /&gt;
&lt;br /&gt;
* '''Edit hotkeys:''' The Hotkeys for the controlling of the emulator furnish. &lt;br /&gt;
&lt;br /&gt;
* '''Use hook for exit:''' Keyboard Hook around the emulator with a certain key to terminate e.g. ESC. System must be used only on Windows 98, since Hotkeys do not function correctly then. One can read a more exact explanation here. Simply into the text field click and then any key press, in order to define one 'exit' key for the Hook. ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOEN&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===LCD &amp;amp; LCD===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOL&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use other emulators===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsOUOE&lt;br /&gt;
|Text=&lt;br /&gt;
MaLa can start several emulators beside the standard emulator MAME. Because of the different behaviour it is sometimes tricky to set the correct parameters or batchfiles to use them in your cabinet.&amp;lt;br&amp;gt;&lt;br /&gt;
Some Presets to run other emulators than MAME: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== GUI ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Layout===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGL&lt;br /&gt;
|Text=&lt;br /&gt;
The layout can be selected here, if no automatic layout change is activated. Layout is same as a skins. &lt;br /&gt;
&lt;br /&gt;
'''Auto layout SWITCH''' &lt;br /&gt;
* '''Emulator:''' If this option is marked, MaLa looks for a layout with the name of the emulator with an emulator change and loads this. &lt;br /&gt;
&lt;br /&gt;
* '''Gamelist:''' If this option is marked, MaLa looks for a layout with the name of the Gamelist with a Gamelistwechsel and loads this. &lt;br /&gt;
&lt;br /&gt;
'''References to the naming of the layouts for the layout SWITCH function:'''&lt;br /&gt;
* The layout for MAME must be called mame.mll. &lt;br /&gt;
* The layout for not MAME emulators must be called like the name of the emulator. (Emu: C64 ? layout: c64.mll) &lt;br /&gt;
* The layout for the Jukebox must be called jukebox.mll. &lt;br /&gt;
&lt;br /&gt;
Additionally still another change of the layout is with the change of the Gamelist takes place applies the following: &lt;br /&gt;
To the Main Gamelist applies standing above. (mame.mll, emulatorname.mll)&lt;br /&gt;
To all other Gamelist applies: emulatorname_gamelistname.mll&lt;br /&gt;
&lt;br /&gt;
 An example of MAME:&amp;lt;br&amp;gt;&lt;br /&gt;
 Layout for the Main Gamelist: mame.mll&lt;br /&gt;
 Layout for the MAME Gamelist Fighter: mame_fighter.mll&lt;br /&gt;
 Layout for the MAME Gamelist Shooter: mame_shooter.mll&amp;lt;br&amp;gt;&lt;br /&gt;
 An example of the not MAME emulator C64:&lt;br /&gt;
 Layout for the Main Gameliste: c64.mll&lt;br /&gt;
 Layout for the C64 Gamelist Fighter: c64_fighter.mll&lt;br /&gt;
 Layout for the C64 Gamelist Shooter: c64_shooter.mll&lt;br /&gt;
&lt;br /&gt;
'''''Note:'''''&lt;br /&gt;
* If MaLa could not find the layout for the gamelist, the emulator layout is used..&lt;br /&gt;
* If MaLa could not find the layout for the emulator, standard.mll is been used.&lt;br /&gt;
&lt;br /&gt;
'''''Other options:'''''&lt;br /&gt;
* '''Use Layout/Directory names:''' Additionally one can arrange MaLa in listings, which correspond to the layout name, to search. Dh MaLa looks for the layout of pictures and sounds in an appropriate layout listing in the MaLa draw-eats or in the indicated listing.&lt;br /&gt;
* '''Use Sounds:''' Disable sound FX, used by the layout.&lt;br /&gt;
* '''Background Music:''' Disable Background Music, used by the layout. &lt;br /&gt;
* '''Animation:''' Disable the animation in the layout.&lt;br /&gt;
&lt;br /&gt;
'''Use Tree:''' ''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGO&lt;br /&gt;
|Text=&lt;br /&gt;
*  '''Start on windows start''':MaLa starts with Windows, if this option is marked (autostart). &lt;br /&gt;
* '''Hide mouse''': The pointer of mouse is hidden and indicated with a mouse activity. &lt;br /&gt;
* '''Small menu''': A particularly small MaLa menu for Arcade monitor dissolutions. 200 x of 200 pixels &lt;br /&gt;
* '''Orientation''': &lt;br /&gt;
**Vertically - MaLa is turned represented by 90 degrees. Can be served also with a CONTROLLER. &lt;br /&gt;
** Flip -MaLa is turned represented by 180 degrees. Can be served also with a CONTROLLER. In combination with the attitude vertical one can MaLa also 270 degrees. &lt;br /&gt;
* ''''Pictures and video''' Show of pictures&lt;br /&gt;
&lt;br /&gt;
The announcement of all pictures (Snaps, Marquee, etc.) switches global on or out. &lt;br /&gt;
&lt;br /&gt;
* '''Quality'''': Indicator speed and - quality of the pictures. &lt;br /&gt;
* '''Show video'''': The announcement of the videos switches global on or out. &lt;br /&gt;
* '''Keep aspect ratio''': Aspect ratio of all pictures and videos are maintained. Partially importantly for Arcade of monitors, which draw the picture dissolution into the width. &lt;br /&gt;
&lt;br /&gt;
Nearly scrolling &lt;br /&gt;
Enable&lt;br /&gt;
&lt;br /&gt;
Nearly scrolling accelerates the Scrollen of the Gamelisten by the fact that the pictures, videos, texts and the MaLa hardware (LCD, LED) with the Scrollen are not immediately updated, but only after a short delay after Scrollstop. &lt;br /&gt;
&lt;br /&gt;
* '''Display delay''': The delay specifies, with which pictures, videos, texts and the MaLa hardware after a Scrollstop are updated. &lt;br /&gt;
* '''Exceptions''': **Text: Texts are not retarded spent, but always updated with the Scrollen. &lt;br /&gt;
** MaLa hardware&lt;br /&gt;
**LCD and LEDs are not retarded spent, but always updated with the Scrollen. &lt;br /&gt;
**SoundSounds are not retarded spent. &lt;br /&gt;
**Gamelists &lt;br /&gt;
*Sorting Assortment of the gamelists. Menu can be changed also with the CONTROLLER or Joystick in the MaLa. &lt;br /&gt;
Rotate: If active, the gamelists catches again in front on if one at the end arrived and turned around. That applies to the plays and the lists themselves, if one has several. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Filter===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGF&lt;br /&gt;
|Text=&lt;br /&gt;
Definition of the 4 at the same time available filters. &lt;br /&gt;
&lt;br /&gt;
*Save as filter set: The present filters store definition as filter set. &lt;br /&gt;
&lt;br /&gt;
*Filter set: List of the filters sets. Filters sets can be selected and activated in the MaLa menu. &lt;br /&gt;
&lt;br /&gt;
* DELETE filter set: The selected filter deletes set. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===MaLa Start===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Game Start===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGS&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===MaLa Exit===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Screensaver===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Files====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGSF&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Options====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGSO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Display===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGD&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Info Window===&lt;br /&gt;
&lt;br /&gt;
====Mame====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGIM&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Other Emu's====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGIO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Controller ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Keyboard===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Basic ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCK&lt;br /&gt;
|Text=&lt;br /&gt;
Definition of the keys for control of MaLa. Click over the textfield to remap that key. &lt;br /&gt;
&lt;br /&gt;
* '''SET:''' There are standard control sets.&lt;br /&gt;
&lt;br /&gt;
* '''SHIFT Key:''' An virtual shift key (just like the keyboard normal SHIFT key).&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Advanced ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKA&lt;br /&gt;
|Text=&lt;br /&gt;
Same as above, but for the advanced functions. Not you only need one shift key for both basic and advanced functions.&lt;br /&gt;
&lt;br /&gt;
*'''Switch Orientation:''' Switch orientation mode, used in a cocktail cabinet.&lt;br /&gt;
*'''Flip Orientation:''' Flip orientation mode, used in a cocktail cabinet.&lt;br /&gt;
*'''Info Open/Close:''' Bla. bla. bla.&lt;br /&gt;
*'''Info Select:'''' Bla. bla. bla.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== External Applications ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Options ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCKO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Mouse===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCM&lt;br /&gt;
|Text=&lt;br /&gt;
* '''Exchange and reverse axis:''' The purpose of this is some spinners and dial emulate a mouse. So effectively then can be used for scrolling through teh game list.&lt;br /&gt;
* '''Use Shift Key''' TBA&lt;br /&gt;
* '''Muse Repeat '''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Joystick===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJ&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Basic ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJB&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Advanced ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJA&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Check ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJC&lt;br /&gt;
|Text=&lt;br /&gt;
* ''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==== Options ====&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCJO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCO&lt;br /&gt;
|Text=&lt;br /&gt;
Bla Bla Bla''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCMA&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Encoder===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsCE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Game Lists ==   &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Games===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGG&lt;br /&gt;
|Text=&lt;br /&gt;
Administration of all Gamelisten of all emulators inclusive Mame. &lt;br /&gt;
&lt;br /&gt;
Emulator&lt;br /&gt;
&lt;br /&gt;
Here its Gamelisten one to work on would like the emulator to select. &lt;br /&gt;
&lt;br /&gt;
Game cunning&lt;br /&gt;
&lt;br /&gt;
All Gamelisten of the selected emulator would list. &lt;br /&gt;
&lt;br /&gt;
New one &lt;br /&gt;
&lt;br /&gt;
Provides a new Gameliste for the selected emulator. &lt;br /&gt;
&lt;br /&gt;
DELETE&lt;br /&gt;
&lt;br /&gt;
The marked Gameliste deletes. &lt;br /&gt;
&lt;br /&gt;
Write protected&lt;br /&gt;
&lt;br /&gt;
Writing protection for a Gameliste activate. No more Games can be deleted or added over the MaLa menu. &lt;br /&gt;
&lt;br /&gt;
Update&lt;br /&gt;
&lt;br /&gt;
Updates the Gameliste (Author, COMMENT, Write protection). &lt;br /&gt;
&lt;br /&gt;
Refresh all mame gamelist VALUEs&lt;br /&gt;
&lt;br /&gt;
If after an update of Mame or a ini file to the Games changed information, one can bring provided Gamelisten by this function all the newest conditions. &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsGOP&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Sounds and Music ==   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Event Sounds===&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSE&lt;br /&gt;
|Text=&lt;br /&gt;
*  Sound for reaching the end in the Gamelisten and in the MaLa menu. If one adjusts rotating lists under GUI, this event in the lists does not take place naturally. &lt;br /&gt;
* Start game: Sound for starting a Games. &lt;br /&gt;
*Cunning/emulator SWITCH: Sound for changing the Gameliste or the emulator. &lt;br /&gt;
* Menu SELECT/cancel: Sound for breaking off and selecting in the MaLa menu. &lt;br /&gt;
* Exit: Sound for terminating MaLa.&lt;br /&gt;
&lt;br /&gt;
Zip file with a complete sound set for MaLa: eventsounds.zip&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Background Sounds===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSB &lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Juke Box===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSJ &lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsSO&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Hardware ==   &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsHW&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Backup == &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Backup===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsBB&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Restore===&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsBR&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Event Plug-Ins ==   &lt;br /&gt;
{{Mala_Config|File=Mala_OptionsE&lt;br /&gt;
|Text=&lt;br /&gt;
''' This section has not yet been populated. I encourage anyone to contribute. Hit the edit tab at the top of this page. Use Your BYOAC Forum login and password ''' &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Help and Credits ==&lt;br /&gt;
&lt;br /&gt;
{{Mala_Config|File=Mala_OptionsH&lt;br /&gt;
|Text=&lt;br /&gt;
* Donate:&lt;br /&gt;
* Show Hints:&lt;br /&gt;
* Enable De-bug Log:&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Jukebox_Plug-Ins&amp;diff=9805</id>
		<title>Jukebox Plug-Ins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Jukebox_Plug-Ins&amp;diff=9805"/>
		<updated>2008-01-28T08:52:05Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* JPS SDK description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[http://www.jukeplugsys.com Jukebox Plugins]''' are bit of 'add on' software that is controlled by your Juke-box software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==BackGround==&lt;br /&gt;
&lt;br /&gt;
In early 2008 a standard set of commands was agreed upon by jukebox software authors '''Space Fractal''' (MultiJuke) and '''UncleT''' (UncleT's Jukebox) with a goal of allowing plugIns to be created which would be compatible with any jukebox software which supports this standard.  With some input from other interested parties ('''loadman''' and '''headkaze''') a global standard was created.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The standard is known as the &amp;lt;b&amp;gt;Jukebox PlugIn System (JPS)&amp;lt;/b&amp;gt; (or '''[http://www.jukeplugsys.com JukePlugSys]''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Jukebox software which supports the JPS standard are listed below:'''&lt;br /&gt;
&lt;br /&gt;
* '''[http://unclet.arcadecontrols.com/Jukebox UncleT's Jukebox]''' By Uncle'T&lt;br /&gt;
* '''[http://www.multijuke.com MultiJuke]''' By Space Fractal&lt;br /&gt;
* '''[http://www.freeboxjukebox.com Freebox Jukebox]''' By Barcrest ''&amp;lt;--- currently in progress of adding JPS standard''&lt;br /&gt;
&lt;br /&gt;
==How To Use a Plug-In==&lt;br /&gt;
&lt;br /&gt;
Download the plug-in and place it in the 'plugins' subfolder of your jukebox software.  You can then configure the plugin with your specific requirements by going into the jukebox software, locating the plugin and clicking the provided configuration button.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==JPS SDK description==&lt;br /&gt;
&lt;br /&gt;
Note: This development section is only of any real interest to Jukebox software authors and Plug-in authors. Any details on how to use a plug-in will be provided with that plug-in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;MAIN PLUGIN CONTROL FUNCTIONS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 PCHAR  Juke_GetPluginInfo()&amp;lt;br&amp;gt;&lt;br /&gt;
Return a string with plugin info in the following format ---&amp;gt; &lt;br /&gt;
&amp;quot;NAME + | + AUTHOR + | + VERSION + | + DESCRIPTION&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Initialize(value)&amp;lt;br&amp;gt;&lt;br /&gt;
Inits the plugin when the Jukebox Software starts.  Returns 1 when successful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Shutdown(value)&amp;lt;br&amp;gt;&lt;br /&gt;
Shuts down the plugin when the Jukebox Software ends.  Returns 1 when successful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Configure(HWND hWndParent)&amp;lt;br&amp;gt;&lt;br /&gt;
Invokes the plugin configuration screen with the jukebox application's window ID.  The plugin can use this as it's parent window, so the configuration window can have the current focus.  If a jukebox application does not know what it is, this can been set to 0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 PCHAR  Juke_Command(PChar Name, PChar Value)&amp;lt;br&amp;gt;&lt;br /&gt;
Sends a command(event) (ASCII formatted) with a name and a value to the plugin.  The plugin can return a string pointer to a jukebox software (ASCII formatted) as well (when required).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;PLUGIN EVENT COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(JUKE_PLUGIN_EVENT_CREATE, &amp;quot;PLUGIN_EVENT_(name)|createValueStr&amp;quot;)&amp;lt;br&amp;gt;            &lt;br /&gt;
This command is used to create(define) a jukebox-specific event which can be sent/received to/from the plugin at any time.  One of these commands are sent for each specific event which is defined and are sent to the plugin when the jukebox first starts.  The command informs the plugin about &amp;quot;extra&amp;quot; events (which are not defined by the JPS standard).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;PLUGIN_EVENT_(name)&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox-specific event name&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;createValueStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = text string indicating which types of values are allowed to be sent/received to/from the plugin.  This string consists of any of the following text values listed below.  Multiple values are space delimited.                  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;ENABLE&amp;lt;/i&amp;gt;   = allow the user to provide input or invoke change  (ie: allow users to delete queued songs)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;DISABLE&amp;lt;/i&amp;gt;  = do not allow user to provide input or invoke change (ex: do not allow users to delete queued songs)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NUMBER&amp;lt;/i&amp;gt;   = number can be provided (ex: set volume level)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;LETTER&amp;lt;/i&amp;gt;   = letter can be provided (ex: jump to album covers starting with a certain letter). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;ON&amp;lt;/i&amp;gt;       = feature/setting was turned on (ex: mute volume, repeat song)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;OFF&amp;lt;/i&amp;gt;      = feature/setting was turned off (ex: mute volume, repeat song)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYDOWN&amp;lt;/i&amp;gt;  = button has been pressed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYUP&amp;lt;/i&amp;gt;    = button has been released&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYCLICK&amp;lt;/i&amp;gt; = button has been pressed and released&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Examples:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1) To indicate whether something is on or off then the following command would be created:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ON OFF&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) To indicate a number or letter can be associated with the event:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|NUMBER LETTER&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) To indicate you can enable or disable (like lights) something as well as indicating you can receive some keyEvent for it:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ENABLE DISABLE KEYDOWN KEYUP KEYCLICK&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4) Now, &amp;quot;just for fun&amp;quot; lets say there is an event which allows the plugin to enable/disable it, also allows it to enter a number and a letter:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ENABLE DISABLE NUMBER LETTER&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_PLUGIN_EVENT_SEND&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|sendValueStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Sends a previously created/defined jukebox-specific event to the plugin.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;PLUGIN_EVENT_(name)&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = event name previously created by the &amp;quot;JUKE_PLUGIN_EVENT_CREATE&amp;quot; command&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;sendValueStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = one of the &amp;quot;createValueStr&amp;quot; values listed above                  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  retValStr =  Juke_Command(&amp;quot;JUKE_PLUGIN_EVENT_GET&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
This command is continuously sent to the plugin so the plugin can then return an event string value to indicate an event in which the jukebox software should execute.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;retValStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = text string in the following format --&amp;gt; &amp;quot;PLUGIN_EVENT_(name)|valueStr&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;APPLICATION COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_GAINFOCUS&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox window becomes the active window in the user's environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_LOSTFOCUS&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox window is no longer the active window in the user's environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_RESTORED&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox application is restored from being minimized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_MINIMIZED&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox application is minimized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_UNICODE&amp;quot;, &amp;quot;TRUE or FALSE&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Whether the Jukebox supports Unicode or not? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_HOST&amp;quot;, &amp;quot;JukeboxName&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Informs the plugin with the jukebox's name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;SONGLIST COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_ADD_SONG&amp;quot;,&lt;br /&gt;
               &amp;quot;system|position|title|artist|album|genre|totalDuration|trackNum|albumNum|more&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been added to the queue.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system added the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position the song has been added&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;more&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = if more songs are going to be added to the queue immediately after this event is sent then we can inform the plugin this is going to happen and that more of these events are going to be sent. (0=no more, 1=more)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_REMOVE_SONG&amp;quot;, &amp;quot;position&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been removed from the queue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position which the song was removed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_MOVE_SONG&amp;quot;, &amp;quot;oldPosition|newPosition&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been moved in the queue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;oldPosition&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = old/previous queue position of the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;newPosition&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = new/current queue position of the song&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_CLEAR&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the song queue has been cleared (ie: either by the user or as a result of all the songs being removed for playing)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_CURRENTPOSITION&amp;quot;, &amp;quot;position&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the position of the highlighted song within the song list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position which the song was removed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  FILE  Juke_Command(&amp;quot;JUKE_SONGLIST_SUGGESTION&amp;quot;, &amp;quot;file&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Obtain a playlist file from the plugin.  This command can been used when the songlist is empty or last song is played/finished from the playlist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;file&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = playlist file&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;SONG PLAYING COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_START&amp;quot;, &lt;br /&gt;
               &amp;quot;system|title|artist|album|genre|totalDuration|trackNum|albumNum&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
New song has just started to play.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system started the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_NEXT&amp;quot;,&amp;quot;system|title|artist|album|genre|totalDuration|trackNum|albumNum&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Information about the next song to be played.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system started the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_RESTART&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
This is sent when a song HAS NOT finished playing and is requested to start playing from the beginning again&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_SKIP&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been skipped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PAUSE&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been paused.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_RESUME&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been resumed from pause state&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PLAYMODE&amp;quot;, &amp;quot;modeTextString&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
The playmode the jukebox.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;modeTextString&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = Any text string which describes the current jukebox mode (ex: Random Mode, Radio Mode, Attract Mode, etc...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTFWD_START&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has started being fast forwarded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTFWD_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished being fast forwarded&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTREV_START&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has started being fast reversed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTREV_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished being fast reversed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PLAY_POSITION&amp;quot;, curPosSecs|totalDuration)&amp;lt;br&amp;gt;&lt;br /&gt;
The number of seconds into the current song. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;curPosSecs&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = how many seconds the song has been played&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;DIGIT COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_ENTER_ALBUM_VALUE&amp;quot;, &amp;quot;digitStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
All digits which have been currently entered for the album number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;digitStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The total album number digits which have currently been entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_ENTER_TRACK_VALUE&amp;quot;, &amp;quot;digitStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
All digits which have been currently entered for the track number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;digitStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The total track number digits which have currently been entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;VOLUME COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_VOLUME_CHANGE&amp;quot;, &amp;quot;system|curVolumeLevel|minVolumeLevel|maxVolumeLevel&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the volume has been set to another value&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system changed the volume (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;curVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = new/current volume level&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;minVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = minimum volume level allowed to be entered&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;maxVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = maximum volume level allowed to be entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_VOLUME_MUTE&amp;quot;, &amp;quot;TRUE or FALSE&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates whether volume mute is active&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Software]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Index]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Jukebox_Plug-Ins&amp;diff=9804</id>
		<title>Jukebox Plug-Ins</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Jukebox_Plug-Ins&amp;diff=9804"/>
		<updated>2008-01-28T08:51:41Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* JPS SDK description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[http://www.jukeplugsys.com Jukebox Plugins]''' are bit of 'add on' software that is controlled by your Juke-box software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==BackGround==&lt;br /&gt;
&lt;br /&gt;
In early 2008 a standard set of commands was agreed upon by jukebox software authors '''Space Fractal''' (MultiJuke) and '''UncleT''' (UncleT's Jukebox) with a goal of allowing plugIns to be created which would be compatible with any jukebox software which supports this standard.  With some input from other interested parties ('''loadman''' and '''headkaze''') a global standard was created.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The standard is known as the &amp;lt;b&amp;gt;Jukebox PlugIn System (JPS)&amp;lt;/b&amp;gt; (or '''[http://www.jukeplugsys.com JukePlugSys]''').&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Jukebox software which supports the JPS standard are listed below:'''&lt;br /&gt;
&lt;br /&gt;
* '''[http://unclet.arcadecontrols.com/Jukebox UncleT's Jukebox]''' By Uncle'T&lt;br /&gt;
* '''[http://www.multijuke.com MultiJuke]''' By Space Fractal&lt;br /&gt;
* '''[http://www.freeboxjukebox.com Freebox Jukebox]''' By Barcrest ''&amp;lt;--- currently in progress of adding JPS standard''&lt;br /&gt;
&lt;br /&gt;
==How To Use a Plug-In==&lt;br /&gt;
&lt;br /&gt;
Download the plug-in and place it in the 'plugins' subfolder of your jukebox software.  You can then configure the plugin with your specific requirements by going into the jukebox software, locating the plugin and clicking the provided configuration button.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==JPS SDK description==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;MAIN PLUGIN CONTROL FUNCTIONS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: This development section is only of any real interest to Jukebox software authors and Plug-in authors. Any details on how to use a plug-in will be provided with that plug-in.&lt;br /&gt;
&lt;br /&gt;
 PCHAR  Juke_GetPluginInfo()&amp;lt;br&amp;gt;&lt;br /&gt;
Return a string with plugin info in the following format ---&amp;gt; &lt;br /&gt;
&amp;quot;NAME + | + AUTHOR + | + VERSION + | + DESCRIPTION&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Initialize(value)&amp;lt;br&amp;gt;&lt;br /&gt;
Inits the plugin when the Jukebox Software starts.  Returns 1 when successful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Shutdown(value)&amp;lt;br&amp;gt;&lt;br /&gt;
Shuts down the plugin when the Jukebox Software ends.  Returns 1 when successful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 int  Juke_Configure(HWND hWndParent)&amp;lt;br&amp;gt;&lt;br /&gt;
Invokes the plugin configuration screen with the jukebox application's window ID.  The plugin can use this as it's parent window, so the configuration window can have the current focus.  If a jukebox application does not know what it is, this can been set to 0.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 PCHAR  Juke_Command(PChar Name, PChar Value)&amp;lt;br&amp;gt;&lt;br /&gt;
Sends a command(event) (ASCII formatted) with a name and a value to the plugin.  The plugin can return a string pointer to a jukebox software (ASCII formatted) as well (when required).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;PLUGIN EVENT COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(JUKE_PLUGIN_EVENT_CREATE, &amp;quot;PLUGIN_EVENT_(name)|createValueStr&amp;quot;)&amp;lt;br&amp;gt;            &lt;br /&gt;
This command is used to create(define) a jukebox-specific event which can be sent/received to/from the plugin at any time.  One of these commands are sent for each specific event which is defined and are sent to the plugin when the jukebox first starts.  The command informs the plugin about &amp;quot;extra&amp;quot; events (which are not defined by the JPS standard).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;PLUGIN_EVENT_(name)&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox-specific event name&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;createValueStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = text string indicating which types of values are allowed to be sent/received to/from the plugin.  This string consists of any of the following text values listed below.  Multiple values are space delimited.                  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;ENABLE&amp;lt;/i&amp;gt;   = allow the user to provide input or invoke change  (ie: allow users to delete queued songs)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;DISABLE&amp;lt;/i&amp;gt;  = do not allow user to provide input or invoke change (ex: do not allow users to delete queued songs)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NUMBER&amp;lt;/i&amp;gt;   = number can be provided (ex: set volume level)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;LETTER&amp;lt;/i&amp;gt;   = letter can be provided (ex: jump to album covers starting with a certain letter). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;ON&amp;lt;/i&amp;gt;       = feature/setting was turned on (ex: mute volume, repeat song)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;OFF&amp;lt;/i&amp;gt;      = feature/setting was turned off (ex: mute volume, repeat song)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYDOWN&amp;lt;/i&amp;gt;  = button has been pressed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYUP&amp;lt;/i&amp;gt;    = button has been released&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;KEYCLICK&amp;lt;/i&amp;gt; = button has been pressed and released&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Examples:&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1) To indicate whether something is on or off then the following command would be created:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ON OFF&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) To indicate a number or letter can be associated with the event:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|NUMBER LETTER&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) To indicate you can enable or disable (like lights) something as well as indicating you can receive some keyEvent for it:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ENABLE DISABLE KEYDOWN KEYUP KEYCLICK&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4) Now, &amp;quot;just for fun&amp;quot; lets say there is an event which allows the plugin to enable/disable it, also allows it to enter a number and a letter:&lt;br /&gt;
&amp;lt;i&amp;gt;JukeCommand(&amp;quot;PLUGIN_EVENT_CREATE&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|ENABLE DISABLE NUMBER LETTER&amp;quot;)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_PLUGIN_EVENT_SEND&amp;quot;, &amp;quot;PLUGIN_EVENT_(name)|sendValueStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Sends a previously created/defined jukebox-specific event to the plugin.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;PLUGIN_EVENT_(name)&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = event name previously created by the &amp;quot;JUKE_PLUGIN_EVENT_CREATE&amp;quot; command&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;sendValueStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = one of the &amp;quot;createValueStr&amp;quot; values listed above                  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  retValStr =  Juke_Command(&amp;quot;JUKE_PLUGIN_EVENT_GET&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
This command is continuously sent to the plugin so the plugin can then return an event string value to indicate an event in which the jukebox software should execute.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;retValStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = text string in the following format --&amp;gt; &amp;quot;PLUGIN_EVENT_(name)|valueStr&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;APPLICATION COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_GAINFOCUS&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox window becomes the active window in the user's environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_LOSTFOCUS&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox window is no longer the active window in the user's environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_RESTORED&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox application is restored from being minimized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_MINIMIZED&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
When the jukebox application is minimized&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_UNICODE&amp;quot;, &amp;quot;TRUE or FALSE&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Whether the Jukebox supports Unicode or not? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Juke_Command(&amp;quot;JUKE_APP_HOST&amp;quot;, &amp;quot;JukeboxName&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Informs the plugin with the jukebox's name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;SONGLIST COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_ADD_SONG&amp;quot;,&lt;br /&gt;
               &amp;quot;system|position|title|artist|album|genre|totalDuration|trackNum|albumNum|more&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been added to the queue.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system added the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position the song has been added&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;more&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = if more songs are going to be added to the queue immediately after this event is sent then we can inform the plugin this is going to happen and that more of these events are going to be sent. (0=no more, 1=more)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_REMOVE_SONG&amp;quot;, &amp;quot;position&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been removed from the queue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position which the song was removed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_MOVE_SONG&amp;quot;, &amp;quot;oldPosition|newPosition&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates a song has been moved in the queue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;oldPosition&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = old/previous queue position of the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;newPosition&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = new/current queue position of the song&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_CLEAR&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the song queue has been cleared (ie: either by the user or as a result of all the songs being removed for playing)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONGLIST_CURRENTPOSITION&amp;quot;, &amp;quot;position&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the position of the highlighted song within the song list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;position&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = queue position which the song was removed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  FILE  Juke_Command(&amp;quot;JUKE_SONGLIST_SUGGESTION&amp;quot;, &amp;quot;file&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Obtain a playlist file from the plugin.  This command can been used when the songlist is empty or last song is played/finished from the playlist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;file&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = playlist file&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;SONG PLAYING COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_START&amp;quot;, &lt;br /&gt;
               &amp;quot;system|title|artist|album|genre|totalDuration|trackNum|albumNum&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
New song has just started to play.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system started the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_NEXT&amp;quot;,&amp;quot;system|title|artist|album|genre|totalDuration|trackNum|albumNum&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Information about the next song to be played.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: Some song information might not be supplied if it could not be determined at the time the event was sent.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system started the song (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;title&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;artist&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's artist name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;album&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's album name&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;genre&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = song's associated genre&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;trackNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned track number&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;albumNum&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = jukebox's assigned album number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_RESTART&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
This is sent when a song HAS NOT finished playing and is requested to start playing from the beginning again&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_SKIP&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been skipped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PAUSE&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been paused.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_RESUME&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has been resumed from pause state&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PLAYMODE&amp;quot;, &amp;quot;modeTextString&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
The playmode the jukebox.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;modeTextString&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = Any text string which describes the current jukebox mode (ex: Random Mode, Radio Mode, Attract Mode, etc...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTFWD_START&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has started being fast forwarded.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTFWD_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished being fast forwarded&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTREV_START&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has started being fast reversed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_FASTREV_FINISH&amp;quot;, nullString)&amp;lt;br&amp;gt;&lt;br /&gt;
Current song has finished being fast reversed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_SONG_PLAY_POSITION&amp;quot;, curPosSecs|totalDuration)&amp;lt;br&amp;gt;&lt;br /&gt;
The number of seconds into the current song. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;curPosSecs&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = how many seconds the song has been played&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;totalDuration&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = total amount of seconds in the song&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;DIGIT COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_ENTER_ALBUM_VALUE&amp;quot;, &amp;quot;digitStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
All digits which have been currently entered for the album number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;digitStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The total album number digits which have currently been entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_ENTER_TRACK_VALUE&amp;quot;, &amp;quot;digitStr&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
All digits which have been currently entered for the track number&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;digitStr&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = The total track number digits which have currently been entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;VOLUME COMMANDS:&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;   (double-quotes are not included in the text string which is sent)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_VOLUME_CHANGE&amp;quot;, &amp;quot;system|curVolumeLevel|minVolumeLevel|maxVolumeLevel&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates the volume has been set to another value&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;system&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = whether user or system changed the volume (0=user 1=system)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;curVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = new/current volume level&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;minVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = minimum volume level allowed to be entered&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;maxVolumeLevel&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; = maximum volume level allowed to be entered&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  Juke_Command(&amp;quot;JUKE_VOLUME_MUTE&amp;quot;, &amp;quot;TRUE or FALSE&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
Indicates whether volume mute is active&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[Software]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Index]]&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Creation&amp;diff=9668</id>
		<title>Mala Creation</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Creation&amp;diff=9668"/>
		<updated>2008-01-11T21:34:31Z</updated>

		<summary type="html">&lt;p&gt;Loadman: /* Game Lists */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Game Lists ==&lt;br /&gt;
* Favouries&lt;br /&gt;
Right Click to copy the selcted game to another Game list&lt;br /&gt;
* Most Played&lt;br /&gt;
&lt;br /&gt;
The most played games will automatically be created. This is based on the tally amount of times the games are launched.&lt;br /&gt;
&lt;br /&gt;
* Create Custom Gamelist:&amp;lt;br&amp;gt;&lt;br /&gt;
You can filter your games and create custom game list using a nice utility called ROMLister.  You can download ROMLister from this link http://www.waste.org/~winkles/ROMLister/. Simply follow the directions on the ROMLister website. Once the game list is created you can use it in mala, the gamelist editor or Mala tree. I was able to make a list for all Mature games then remove all those games from other list.&amp;lt;br&amp;gt;&lt;br /&gt;
1. Create the merge filed with ROMLister. [[RL_tutorial_merge | Tutorial]]&amp;lt;br&amp;gt;&lt;br /&gt;
2. Type Mature in the Find field.&amp;lt;br&amp;gt;&lt;br /&gt;
3. select Mala Game List for output type.&amp;lt;br&amp;gt;&lt;br /&gt;
4. open Mala gamelist editor.&amp;lt;br&amp;gt;&lt;br /&gt;
5. open game list to be modified.&amp;lt;br&amp;gt;&lt;br /&gt;
6. select all games and move them to the right side.&amp;lt;br&amp;gt;&lt;br /&gt;
7. Select exclude game list.&amp;lt;br&amp;gt;&lt;br /&gt;
8. Save as new game list.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This gave me a game list without muture games.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I wrote this from memory so when I get back to my arcade system I will verify and make corrections.&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Creation&amp;diff=9667</id>
		<title>Mala Creation</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Creation&amp;diff=9667"/>
		<updated>2008-01-11T21:32:37Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Game Lists ==&lt;br /&gt;
* Favouries&lt;br /&gt;
* Most Played&lt;br /&gt;
&lt;br /&gt;
Create Custom Gamelist:&amp;lt;br&amp;gt;&lt;br /&gt;
You can filter your games and create custom game list using a nice utility called ROMLister.  You can download ROMLister from this link http://www.waste.org/~winkles/ROMLister/. Simply follow the directions on the ROMLister website. Once the game list is created you can use it in mala, the gamelist editor or Mala tree. I was able to make a list for all Mature games then remove all those games from other list.&amp;lt;br&amp;gt;&lt;br /&gt;
1. Create the merge filed with ROMLister. [[RL_tutorial_merge | Tutorial]]&amp;lt;br&amp;gt;&lt;br /&gt;
2. Type Mature in the Find field.&amp;lt;br&amp;gt;&lt;br /&gt;
3. select Mala Game List for output type.&amp;lt;br&amp;gt;&lt;br /&gt;
4. open Mala gamelist editor.&amp;lt;br&amp;gt;&lt;br /&gt;
5. open game list to be modified.&amp;lt;br&amp;gt;&lt;br /&gt;
6. select all games and move them to the right side.&amp;lt;br&amp;gt;&lt;br /&gt;
7. Select exclude game list.&amp;lt;br&amp;gt;&lt;br /&gt;
8. Save as new game list.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This gave me a game list without muture games.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I wrote this from memory so when I get back to my arcade system I will verify and make corrections.&lt;br /&gt;
&lt;br /&gt;
{{Mala-Wiki}}&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
	<entry>
		<id>http://oldwiki.arcadecontrols.com/index.php?title=Mala_Creation&amp;diff=9666</id>
		<title>Mala Creation</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.arcadecontrols.com/index.php?title=Mala_Creation&amp;diff=9666"/>
		<updated>2008-01-11T21:31:59Z</updated>

		<summary type="html">&lt;p&gt;Loadman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Loadman</name></author>
		
	</entry>
</feed>