Any pointers on where I could learn how to add analog input ports to the seattle.cpp driver for blitz99?
ghostboou
@ghostboou
hi
nodecraic
@webworkio
hey, if anyone has any remote remote , designer, DevOps or Sysadmin jobs they can post them at http://webwork.io
Westley M. Martinez
@anikom15
saucewhoa
My first accomplishment in the MAME source has been making the README readable in a console.
Alex Ray
@machinaut
Is IRC more active than this?
Ivan Vangelista
@Osso13
yes, way more acrive
Olivier Galibert
@galibert
That still exists?
Jonathan Gevaryahu
@Lord-Nightmare
.. can someone update the topic?
mmicko
0.162 was may 2015
Christopher Warner
@christophwarner_twitter
Thanks for this, mame osx is dead and this is doing gods work.
Jonathan Gevaryahu
@Lord-Nightmare
cuavas: is gitter no longer working? i'm not seeing recent commits here
R. Belmont
@rb6502
recent commits are showing OK for me.
Urika
@walcl
one question to ask, buddys
How to build mame for android ?
by android studio, but where is the libraries..
-V-
wiired24
@wiired24
Hello I'm having an issue with compiling MAME for Windows could anyone help? I have Visual Studio 2015 (With Update 3) installed. As well as msys64 installed to C:\ I followed the official instructions on the MAME Tools page for building for Windows. Anyways the problem I'm having is it will begin compiling and after about 15 minutes it throws me this error Generated 1972 opcode handlers from 523 primitives make[1]: Leaving directory '/c/msys64/home/vanit/mame/src/devices/cpu/m6800' c:/mysys64/home/vanit/mame/scripts/genie.lua:536: File definition for TARGET=mame SUBTARGET=mame does not exist stack traceback: [C]: in function 'error' c:/msys64/home/vanit/mame/scripts/genie.lua:536: in main chunk [C]: in upvalue 'builtin_dofile' [string "premake = { }..."]:84: in function 'dofile' [string "_WORKING_DIR = os.getcwd()..."]:45: in function '_premake_main' make: * [makefile:1061: vs2015_uwp] Error 1
Hi, I am compiling MAME for Mac and follow the procedure of this one https://github.com/mamedev/mame ; and after the compiling finished, nothing change? How can I play game as there is no app or plist appeared in my Mac ?
Jincong: if the compiling finished successfully, there should've been a "mame64" executable created. However, MAME by itself is a command line / UNIX executable; you can double-click it but it's not entirely meant to be used that way. If you want a Mac GUI interface, you'll want to download the QMC2 frontend and use that in conjunction with the compiled MAME.
Also, as @stilett0 noted, we don't normally check this; you're better off using one of the alternate support methods he lists. Even Reddit /r/mame is checked more often.
jrwroberts
@jrwroberts
i am trying to compile in ubuntu 17.04 and i getting an error saying cant find SDL2/SDL_ttf.h any ideas?
n00b7
@n00b7
im upgrading from mame 0.97 to the new mame v0.194 but it's saying that there's missing files
Andhinilarasati
@Andhinilarasati
ok
RielFox
@RielFox
heya guys
anyone experienced with the MAME Lua engine?
Brahim HAMADICHAREF
@bhamadicharef
Hi all ... when looking at CPS1 schematics and its architecture, I wonder how close the MAME implement is to the real hardware, as there is little infos about the PPU chipset
how close would one rate the MAME implementation to rendering the CPS1 game in general ? close to perfect ?
luizrafael
@luizrafael
Hi
Julian Sikorski
@belegdol
hello
does anybody know how to include an objective-c file in a cpp file?
Hi, is there any documentation on how to hook into the output from mame, like what game is playing and how many credits there are (similar to what led blinky achieves)?
Jamescortez165@G
@jamescortez1652_twitter
hi hello
spke
@spke85997372_twitter
Morning gents. I would like to compile MAME for Windows using one driver (i.e. pacman.cpp) , and minimize the size of the compiled binary as much as possible. Is it possible to compile MAME without using a GUI, just command line? I tried to compile it this way: make REGENIE=1 SOURCES=src/mame/drivers/pacman.cpp PLATFORM=x64 MINGW64=/mingw64 But the size of my binary was always about 145 megabytes and I still couldn't get rid of the GUI.
R. Belmont
@rb6502
@spke: Strip the binary afterwards for space reduction. You aren't going to get it much under 100 megabytes probably though. Assuming you mean the internal GUI (e.g. the menu that comes up when you press Tab) that can't be eliminated. Normally we only get that request from people making Chinese ripoff consoles, hopefully you're not one of those.
spke
@spke85997372_twitter
@rb6502 lol no, I am one of those who want a handmade replica of an old cabinet
ajrhacker on master
selsoft.cpp: Fix use of strmake… (compare)
ajrhacker on master
mac128.cpp: VIA note (compare)
galibert on master
swim1: Embed the iwm (compare)
galibert on master
flopimg: Fix gcr checksum (compare)
happppp on master
getaway: update notes (compare)
cuavas on master
-getaway.cpp: Fixed steering co… (compare)
happppp on master
getaway: move register notes in… (compare)
galibert on master
ATTR_UNUSED, do you welcome C++… (compare)
happppp on master
getaway.cpp: various updates, p… (compare)
cuavas on master
galaxian.cpp: Fixed sprite clip… (compare)