https://www.dropbox....184341.jpg?dl=0 Snapshot.
At this time a lot of things doesn't seem to work right. Sounds, controller, keyboard and many more. This is a Alpha version.
http://mamedev.org/tools/ Get the 64 or 32. Unzip it and then move it to C:\msys64 Download the source. http://mamedev.org/release.html or https://github.com/mamedev/mame Unzip it and then move it to C:\source Open up the cmd. call C:\msys64\win32\env.bat 1. Update repositories pacman -Sy 2. Install/update needed packages pacman -S mame-essentials android-ndk android-sdk java 3. Restart console so new env.bat is actually called and set. Open up the cmd again. call C:\msys64\win32\env.bat cd C:\source make SUBTARGET=tiny "SDL_INI_PATH = .;/storage/emulated/0/MAME/;ini;" android-arm -j5 or make SUBTARGET=tiny "SDL_INI_PATH = .;/storage/emulated/0/MAME/;ini;" android-mips -j5 or make SUBTARGET=tiny "SDL_INI_PATH = .;/storage/emulated/0/MAME/;ini;" android-x86 -j5 cd C:\source\android-project gradlew assemble 7. in android-project\app\build\outputs\apk\ there are generated APK files that you can install on any device running 4.3 and up (API 18)
I went to C:\source\src\mame\tiny.lst and then replace all those games for these. Williams already set up here. C:\source\scripts\target\mame\tiny.lua
// license:BSD-3-Clause // copyright-holders:Aaron Giles /****************************************************************************** tiny.lst List of all enabled drivers in the system. This file is parsed by makelist.exe, sorted, and output as C code describing the drivers. ******************************************************************************/ blaster // (c) 1983 bubbles // (c) 1982 defender // (c) 1980 inferno // (c) 1984 joust // (c) 1982 joust2 // (c) 1986 robotron // (c) 1982 sinistar // (c) 1982 splat // (c) 1982 stargate // (c) 1981
Drop MAME folder into your Android devise. You can change the paths on the mame.ini.
Using MAME 0.174 ROM's.
Give Micko thanks for the make and tools info.
Attached Files
Edited by Mitchell, 07 June 2016 - 06:07 AM.




Top











are all trademarks of VPFORUMS.