# mame4all **Repository Path**: jackyfang888/mame4all ## Basic Information - **Project Name**: mame4all - **Description**: Fork mame4all源码,使之能载入指定rom的街机游戏, - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-11-24 - **Last Updated**: 2023-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##MAME4ALL 原始代码来自于 `https://code.google.com/p/imame4all/` 修改功能主要是: >1. 直接运行某个街机游戏,而不要用户在列表中选择,这样游戏更容易打包。 街机ROM可以使用代码中的BT链接进行下载(注意:ROM是有**版权问题**的,请慎重选择)。 >2. 简化了按钮操作,另外直接选择横屏(竖屏真心不好操作),使之更加容易操作。 可以通过git下载修改版的街机源码:`https://git.oschina.net/michael_pan/mame4all.git` ###下面给出几个游戏的链接: ---------------------- ##Thanks * 感谢seleuco和mamedev团队进行的伟大工作,给予我们非常好用街机模拟器 * ART : Retina skin and touch control layout thanks to Bryn Thompson. * Other developer contributors: Simon Quinn (aka Squid) as committer & Todd Laney. * Thanks Martijn Bosschaart for support me with an iCade. ##MAME4iOS & MAME4all license This project is released under a dual-license (GPL / MAME license) of your choice. Under the GPL license in addition you have some extra rights granted by a special license exception which allow you to link the MAME4iOS & MAME4droid GPL source with the not GPL MAME source. The exception also gives you the rights to eliminate it if you don't like it or if you want to include the MAME4iOS & MAME4droid source in another GPL program. So, MAME4iOS & MAME4droid is 100% GPL. You can more easily think at it as a sort of double license. A GPL or a GPL + exception. You have all the rights of the GPL, and, if you want, some others. The only limitation is for MAME4iOS & MAME4droid. MAME4iOS & MAME4droid cannot include external GPL source without the explicit permission of the source copyright holder. ##MAME license http://mamedev.org/ Copyright © 1997-2014, Nicola Salmoria and the MAME team. All rights reserved. Redistribution and use of this code or any derivative works are permitted provided that the following conditions are met: Redistributions may not be sold, nor may they be used in a commercial product or activity. Redistributions that are modified from the original source must include the complete source code, including the source code for all components used by a binary built from the modified sources. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. Redistributions must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.