📄 xmame.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <title></title> <link rel="stylesheet" media="screen" type="text/css" href="./style.css" /> <link rel="stylesheet" media="screen" type="text/css" href="./design.css" /> <link rel="stylesheet" media="print" type="text/css" href="./print.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><a href=start.html>start</a></br><div class="toc"><div class="tocheader toctoggle" id="toc__header">Table of Contents</div><div id="toc__inside"><ul class="toc"><li class="level1"><div class="li"><span class="li"><a href="#what_is_mame" class="toc">What is Mame</a></span></div><ul class="toc"><li class="level2"><div class="li"><span class="li"><a href="#xmame_on_uclinux" class="toc">XMame on uClinux</a></span></div></li><li class="level2"><div class="li"><span class="li"><a href="#controlling_xmame_with_usb_gamepads_joysticks" class="toc">Controlling XMame with USB Gamepads/Joysticks</a></span></div></li></ul></li><li class="level1"><div class="li"><span class="li"><a href="#where_can_i_find_roms" class="toc">Where can I find ROMs?</a></span></div></li><li class="level1"><div class="li"><span class="li"><a href="#other_pointers" class="toc">Other Pointers</a></span></div></li></ul></div></div><h1><a name="what_is_mame" id="what_is_mame">What is Mame</a></h1><div class="level1"><p> <em>MAME</em>, which stands for Multiple Arcade Machine Emulator, will more or less faithfully reproduce older arcade games (when used in conjunction with that arcade game’s data files (ROMs)). The mainline version of MAME can currently emulate over 3000 unique (and over 5400 in total) classic arcade video games from the three decades of video games - ‘70s, ‘80s and ‘90s, and even some from the current millennium. </p><p>The ROM images that MAME utilizes are “dumped” from arcade games’ original circuit-board ROM chips. MAME becomes the “hardware” for the games, taking the place of their original CPUs and support chips. Therefore, these games are NOT simulations, but the actual, original games that appeared in arcades. </p><p>MAME’s purpose is to preserve these decades of video-game history. As gaming technology continues to rush forward, MAME prevents these important “vintage” games from being lost and forgotten. This is achieved by documenting the hardware and how it functions, thanks to the talent of programmers from the MAME team and from other contributors. Being able to play the games is just a nice side-effect, which doesn’t happen all the time. MAME strives for emulating the games faithfully. </p><p><em>Xmame</em> is a ports of MAME, the Multiple Arcade Machine Emulator, running primarily on Linux and various flavors of UNIX.</p></div><!-- SECTION [1-1359] --><h2><a name="xmame_on_uclinux" id="xmame_on_uclinux">XMame on uClinux</a></h2><div class="level2"><p> More information comming soon, but it does work!</p><p><a href="media/pacman.png" class="media" target="_blank" title="pacman.png"><img src="media/pacman.png" class="media" title="xmame pacman screenshot" alt="xmame pacman screenshot" /></a></p></div><!-- SECTION [1360-1481] --><h2><a name="controlling_xmame_with_usb_gamepads_joysticks" id="controlling_xmame_with_usb_gamepads_joysticks">Controlling XMame with USB Gamepads/Joysticks</a></h2><div class="level2"><p>Enable USB Host Side Support - for more details see here: <a href="usb_add-on_card.html" class="wikilink1" title="usb_add-on_card.html">usb_add-on_card</a></p><p><strong>Enable USB Human Interface Device Support</strong> </p><pre class="code">--- USB Input Devices<*> USB Human Interface Device (full HID) support[*] HID input layer support</pre><p><strong>Enable Input Device Support</strong> </p><pre class="code"><*> Generic input layer (needed for keyboard, mouse, ...)--- Userland interfaces<*> Mouse interface[*] Provide legacy /dev/psaux device(1024) Horizontal screen resolution(768) Vertical screen resolution<*> Joystick interface< > Touchscreen interface< > Event interface< > Event debugging--- Input Device Drivers[*] Keyboards --->[*] Mouse --->[*] Joysticks --->[ ] Touchscreens --->[ ] Miscellaneous devices --->Hardware I/O ports ---></pre><p><strong>Enable your Joystick/Gamepad</strong> </p><pre class="code">--- Joysticks<*> Logitech ADI digital joysticks and gamepads</pre><p> Make sure that your device_table.txt in vendors/your_vendor/your_board contains the <strong>device node for /dev/js0</strong> </p><pre class="code">/dev/input/js c 664 0 0 13 0 0 1 1</pre><p>Start Xmame with <strong>-jt5</strong> option </p><pre class="code">root:/var> ./xtiny.SDL -nodoublebuf -jt 5 ./gamename </pre><p>Xmame start-up messages should then contain following lines:</p><pre class="code">SDL: joystick interface initialization...SDL: 1 joysticks found.SDL: The names of the joysticks : Logitech Logitech(R) Precision(TM) GamepadOSD: Info: Joystick 0, 2 axis, 10 buttons</pre></div><!-- SECTION [1482-2969] --><h1><a name="where_can_i_find_roms" id="where_can_i_find_roms">Where can I find ROMs?</a></h1><div class="level1"><p>(from MAME.TXT): “”</p><p>’ </p><p>Also, check out <a href="http://www.mame.net/mamefaq.html#s02" class="urlextern" title="http://www.mame.net/mamefaq.html#s02" rel="nofollow">the MAME FAQ</a>.</p></div><!-- SECTION [2970-3589] --><h1><a name="other_pointers" id="other_pointers">Other Pointers</a></h1><div class="level1"><ul><li class="level1"><div class="li"> <a href="http://www.mame.net/" class="urlextern" title="http://www.mame.net/" rel="nofollow">Mame HomePage</a></div></li><li class="level1"><div class="li"> <a href="http://x.mame.net/" class="urlextern" title="http://x.mame.net/" rel="nofollow">xmame Homepage</a></div></li><li class="level1"><div class="li"> <a href="http://www.mame.net/mamefaq.html" class="urlextern" title="http://www.mame.net/mamefaq.html" rel="nofollow">Mame FAQ</a></div></li></ul></div><!-- SECTION [3590-] --></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -