Git Product home page Git Product logo

mame-rr's People

Contributors

mauzus avatar

Watchers

 avatar

mame-rr's Issues

Mame-rr doesn't compile on Linux (fix included)

Mame-rr doesn't compile at all on Linux because there is some win32 code in it.
As Mame and Lua runs on Linux, I think that Mame-rr should run on Linux too.

The following patch should allow you to compile Mame-rr for Linux. So far it 
has only been tested on Ubuntu 10.10 but should work on other distributions too.
The patch just does the minimum, it disables the features that were using win32 
code and fixes the others.
I tested it with Street Fighter 2 and it runs, albeit slowly.

-First, cd to your source directory and apply the patch with the following 
command:
patch -p0 < mame-rr-linux-target.diff

-Then, download the lua 5.1 archive and decompress it in the directory of your 
choice.  

-Finally, you just need to provide LUA source directory like this :
LUA_SRC_DIR=/your/path/to/lua make

After the patch, Mame-rr should still compiles on Windows(not tested).
I hope it helps.

Original issue reported on code.google.com by [email protected] on 5 Apr 2011 at 3:41

Attachments:

`XBuf`-related segfaults

Functions like `gui_getpixel` index into `XBuf`, but `XBuf` is never assigned. 
I don't see how it could work.

To get screenshots to work, I used `machine->video().save_snapshot(...)`. 
Specifics in attached file.

Original issue reported on code.google.com by [email protected] on 21 Aug 2014 at 7:59

Attachments:

patch for Mame-rr-0144 Linux support

Apply this patch to compile the latest (r163) version on Linux.
I tested it with Lua 5.1 and gcc version 4.6.1 on a 64 bit Linux Mint.
I only tested mame-rr with sf2-hitboxes.lua and it seems to be working ok.
The patch doesn't support Lua keyboard and mouse functions, I'll try to add it 
in the next version.

to compile:
LUA_SRC_DIR=<path to Lua sources> make

Original issue reported on code.google.com by [email protected] on 28 May 2013 at 9:18

Attachments:

MAME license violation

According to certain representatives of MAMEDev, the MAME license requires that 
you release source "on the same terms as the binary", meaning you must offer a 
direct download of the source tree used to compile the binary that you release. 
According to them it can be either a complete source archive or a diff to an 
official mamedev.org release, but merely offering public SVN access is 
insufficient.

Original issue reported on code.google.com by [email protected] on 14 Aug 2010 at 3:56

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.