Difference between revisions of "MameWah 161 Ini files"

From BYOAC OLD Wiki
Jump to navigation Jump to search
m
m
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
MameWah uses a system of INI files to configure the various functionalities of the front-end. There are three types of INI config files:
 +
*mamewah.ini (used for main/global settings of MameWah itself)
 +
*emuname.ini (emulator-specific settings)
 +
*emuname-$.ini (list-specific settings for each emulator; $ is the list number for that emulator).
 +
 +
== How to add your own INI file here ==
 
If you have your own finished INI file and would like to add it, simply create add a new link here and on the new page, paste your INI file in between the <nowiki><pre></pre></nowiki> tags.  
 
If you have your own finished INI file and would like to add it, simply create add a new link here and on the new page, paste your INI file in between the <nowiki><pre></pre></nowiki> tags.  
  
If you do not have an ini file, but would like to add one, the Wiki will automatically format it by using the Mamewah 1.61 ini template. Add the following code to your ini page (make sure it's linked here. <nowiki>{{subst:Mamewah161}}</nowiki>, then edit your page again. You will see a perfectly preformatted ini file to add your own info to.
+
If you do not have an INI file, but would like to add one, the Wiki will automatically format it by using the Mamewah 1.61 INI template. Add the following code to your INI page (make sure it's linked here. <nowiki>{{subst:Mamewah161}}</nowiki>, then edit your page again. You will see a perfectly preformatted INI file to add your own info to.
 +
 
 +
= INI files =
 +
These INI files are emulator-specific settings.
 +
 
 +
*[[FCE Ultra 161 Ini File|FCE Ultra]]
 +
*[[Daphne 161 Ini File|Daphne]]
 +
*[[NeoPop 161 Ini File|Neo Geo Pocket and Pocket Color]]
  
 +
== External links ==
 +
*[http://www.emuchrist.org/cpviewer/mamewahinifiles.htm http://www.emuchrist.org/cpviewer/mamewahinifiles.htm] Excellent MameWah INI files from the creator of CPViewer
 +
*[http://mamewah.mameworld.net/docs/ini.txt http://mamewah.mameworld.net/docs/ini.txt] Official help file from MameWah - shows a list of all the available INI file settings
  
[[FCE Ultra]]
+
[[Category:Mamewah]]

Latest revision as of 07:57, 16 July 2006

MameWah uses a system of INI files to configure the various functionalities of the front-end. There are three types of INI config files:

  • mamewah.ini (used for main/global settings of MameWah itself)
  • emuname.ini (emulator-specific settings)
  • emuname-$.ini (list-specific settings for each emulator; $ is the list number for that emulator).

How to add your own INI file here

If you have your own finished INI file and would like to add it, simply create add a new link here and on the new page, paste your INI file in between the <pre></pre> tags.

If you do not have an INI file, but would like to add one, the Wiki will automatically format it by using the Mamewah 1.61 INI template. Add the following code to your INI page (make sure it's linked here. {{subst:Mamewah161}}, then edit your page again. You will see a perfectly preformatted INI file to add your own info to.

INI files

These INI files are emulator-specific settings.

External links